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 HorizontalAlignmentTextBlock.lineAlignmentThe 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 TypeMethodDescriptionvoidTextBlock.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 HorizontalAlignmentHorizontalAlignment.CENTERCenter alignment.static final HorizontalAlignmentHorizontalAlignment.LEFTLeft alignment.static final HorizontalAlignmentHorizontalAlignment.RIGHTRight alignment.