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 HorizontalAlignment
TextBlock. lineAlignment
The alignment of the lines.Methods in org.jfree.text that return HorizontalAlignment Modifier and Type Method Description HorizontalAlignment
TextBlock. 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 void
TextBlock. 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 HorizontalAlignment
HorizontalAlignment. CENTER
Center alignment.static HorizontalAlignment
HorizontalAlignment. LEFT
Left alignment.static HorizontalAlignment
HorizontalAlignment. RIGHT
Right alignment.
-