Uses of Class
org.jfree.chart.ui.HorizontalAlignment
Packages that use 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
Constructors in org.jfree.chart.block with parameters of type HorizontalAlignmentModifierConstructorDescriptionColumnArrangement(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 HorizontalAlignmentModifier and TypeMethodDescriptionTextBlock.getLineAlignment()Returns the alignment of the lines of text within the block.Methods in org.jfree.chart.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.chart.title
Fields in org.jfree.chart.title declared as HorizontalAlignmentModifier and TypeFieldDescriptionstatic final HorizontalAlignmentThe default horizontal alignment.Methods in org.jfree.chart.title that return HorizontalAlignmentModifier and TypeMethodDescriptionTitle.getHorizontalAlignment()Returns the horizontal alignment of the title.TextTitle.getTextAlignment()Returns the text alignment.Methods in org.jfree.chart.title with parameters of type HorizontalAlignmentModifier and TypeMethodDescriptionvoidTitle.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 HorizontalAlignmentModifierConstructorDescriptionDateTitle(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.protectedTitle(RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment) Creates a new title, using default attributes where necessary.protectedTitle(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 HorizontalAlignmentModifier and TypeFieldDescriptionstatic final HorizontalAlignmentHorizontalAlignment.CENTERCenter alignment.static final HorizontalAlignmentHorizontalAlignment.LEFTLeft alignment.static final HorizontalAlignmentHorizontalAlignment.RIGHTRight alignment.