1: package ob.text; 2: 3: /* 4: * For paragraph to notify its target that its horizontal position has 5: * been changed. 6: */ 7: interface IScrollable { 8: void setXOffset(int nOffset); 9: }