Uses of Class
org.jfree.chart.ui.HorizontalAlignment
| Package | Description |
|---|---|
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
| org.jfree.chart.text |
Text-related classes formerly in the JCommon class library.
|
| org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
| org.jfree.chart.ui |
Utility classes that relate to user interface items.
|
-
Uses of HorizontalAlignment in org.jfree.chart.block
Constructors in org.jfree.chart.block with parameters of type HorizontalAlignment Constructor Description ColumnArrangement(HorizontalAlignment hAlign, VerticalAlignment vAlign, double hGap, double vGap)Creates a new instance.FlowArrangement(HorizontalAlignment hAlign, VerticalAlignment vAlign, double hGap, double vGap)Creates a new instance. -
Uses of HorizontalAlignment in org.jfree.chart.text
Methods in org.jfree.chart.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.chart.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.chart.title
Fields in org.jfree.chart.title declared as HorizontalAlignment Modifier and Type Field Description static HorizontalAlignmentTitle. DEFAULT_HORIZONTAL_ALIGNMENTThe default horizontal alignment.Methods in org.jfree.chart.title that return HorizontalAlignment Modifier and Type Method Description HorizontalAlignmentTitle. getHorizontalAlignment()Returns the horizontal alignment of the title.HorizontalAlignmentTextTitle. getTextAlignment()Returns the text alignment.Methods in org.jfree.chart.title with parameters of type HorizontalAlignment Modifier and Type Method Description voidTitle. setHorizontalAlignment(HorizontalAlignment alignment)Sets the horizontal alignment for the title and sends aTitleChangeEventto all registered listeners.voidTextTitle. setTextAlignment(HorizontalAlignment alignment)Sets the text alignment and sends aTitleChangeEventto all registered listeners.Constructors in org.jfree.chart.title with parameters of type HorizontalAlignment Constructor Description DateTitle(int style, Locale locale, Font font, Paint paint, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new chart title that displays the current date.ImageTitle(Image image, int height, int width, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new image title with the given image scaled to the given width and height in the given location.ImageTitle(Image image, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment)Creates a new image title.TextTitle(String text, Font font, Paint paint, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new title.Title(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment)Creates a new title, using default attributes where necessary.Title(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new title. -
Uses of HorizontalAlignment in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as HorizontalAlignment Modifier and Type Field Description static HorizontalAlignmentHorizontalAlignment. CENTERCenter alignment.static HorizontalAlignmentHorizontalAlignment. LEFTLeft alignment.static HorizontalAlignmentHorizontalAlignment. RIGHTRight alignment.