Uses of Class
org.apache.pivot.wtk.text.Block
-
Packages that use Block Package Description org.apache.pivot.wtk.text Contains classes representing a text object model. -
-
Uses of Block in org.apache.pivot.wtk.text
Subclasses of Block in org.apache.pivot.wtk.text Modifier and Type Class Description classBulletedListElement representing a bulleted list.classDocumentNode representing the root of an element hierarchy.classListAbstract base class for list elements.classNumberedListElement representing a numbered list.classParagraphElement representing a paragraph.Methods in org.apache.pivot.wtk.text with parameters of type Block Modifier and Type Method Description voidBlockListener.Adapter. horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)Deprecated.default voidBlockListener. horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)Called when the horizontal alignment has changed.voidBlockListener.Listeners. horizontalAlignmentChanged(Block block, HorizontalAlignment previousHorizontalAlignment)Constructors in org.apache.pivot.wtk.text with parameters of type Block Constructor Description Block(Block blockElement, boolean recursive)
-