Uses of Class
org.jfree.ui.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description org.jfree.text Utility classes relating to text.org.jfree.ui Utility classes for creating user interfaces. -
-
Uses of HorizontalAlignment in org.jfree.text
Fields in org.jfree.text declared as HorizontalAlignment Modifier and Type Field Description private HorizontalAlignmentTextBlock. lineAlignmentThe alignment of the lines.Methods in org.jfree.text that return HorizontalAlignment Modifier and Type Method Description HorizontalAlignmentTextBlock. getLineAlignment()Returns the alignment of the lines of text within the block.Methods in org.jfree.text with parameters of type HorizontalAlignment Modifier and Type Method Description voidTextBlock. setLineAlignment(HorizontalAlignment alignment)Sets the alignment of the lines of text within the block. -
Uses of HorizontalAlignment in org.jfree.ui
Fields in org.jfree.ui declared as HorizontalAlignment Modifier and Type Field Description static HorizontalAlignmentHorizontalAlignment. CENTERCenter alignment.static HorizontalAlignmentHorizontalAlignment. LEFTLeft alignment.static HorizontalAlignmentHorizontalAlignment. RIGHTRight alignment.
-