Uses of Class
org.jfree.ui.HorizontalAlignment
Packages that use HorizontalAlignment
Package
Description
Utility classes relating to text.
Utility classes for creating user interfaces.
-
Uses of HorizontalAlignment in org.jfree.text
Fields in org.jfree.text declared as HorizontalAlignmentModifier and TypeFieldDescriptionprivate HorizontalAlignment
TextBlock.lineAlignment
The alignment of the lines.Methods in org.jfree.text that return HorizontalAlignmentModifier and TypeMethodDescriptionTextBlock.getLineAlignment()
Returns the alignment of the lines of text within the block.Methods in org.jfree.text with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionvoid
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 HorizontalAlignmentModifier and TypeFieldDescriptionstatic final HorizontalAlignment
HorizontalAlignment.CENTER
Center alignment.static final HorizontalAlignment
HorizontalAlignment.LEFT
Left alignment.static final HorizontalAlignment
HorizontalAlignment.RIGHT
Right alignment.