Uses of Class
org.jfree.chart.ui.HorizontalAlignment
Package
Description
Blocks and layout classes used extensively by the
LegendTitle
class.Text-related classes formerly in the JCommon class library.
Classes used to display chart titles and subtitles.
Utility classes that relate to user interface items.
-
Uses of HorizontalAlignment in org.jfree.chart.block
ModifierConstructorDescriptionColumnArrangement
(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
Modifier and TypeMethodDescriptionTextBlock.getLineAlignment()
Returns the alignment of the lines of text within the block.Modifier and TypeMethodDescriptionvoid
TextBlock.setLineAlignment
(HorizontalAlignment alignment) Sets the alignment of the lines of text within the block. -
Uses of HorizontalAlignment in org.jfree.chart.title
Modifier and TypeFieldDescriptionstatic final HorizontalAlignment
The default horizontal alignment.Modifier and TypeMethodDescriptionTitle.getHorizontalAlignment()
Returns the horizontal alignment of the title.TextTitle.getTextAlignment()
Returns the text alignment.Modifier and TypeMethodDescriptionvoid
Title.setHorizontalAlignment
(HorizontalAlignment alignment) Sets the horizontal alignment for the title and sends aTitleChangeEvent
to all registered listeners.void
TextTitle.setTextAlignment
(HorizontalAlignment alignment) Sets the text alignment and sends aTitleChangeEvent
to all registered listeners.ModifierConstructorDescriptionDateTitle
(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.protected
Title
(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) Creates a new title, using default attributes where necessary.protected
Title
(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding) Creates a new title. -
Uses of HorizontalAlignment in org.jfree.chart.ui
Modifier and TypeFieldDescriptionstatic final HorizontalAlignment
HorizontalAlignment.CENTER
Center alignment.static final HorizontalAlignment
HorizontalAlignment.LEFT
Left alignment.static final HorizontalAlignment
HorizontalAlignment.RIGHT
Right alignment.