Uses of Class
org.jfree.chart.api.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.text Text-related classes.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of HorizontalAlignment in org.jfree.chart.api
Methods in org.jfree.chart.api that return HorizontalAlignment Modifier and Type Method Description static HorizontalAlignmentHorizontalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static HorizontalAlignment[]HorizontalAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
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 with the specified attributes.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.
-