Uses of Class
org.jfree.chart.ui.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitleclass.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
Methods in org.jfree.chart with parameters of type HorizontalAlignment Modifier and Type Method Description private java.awt.geom.Rectangle2DJFreeChart. createAlignedRectangle2D(Size2D dimensions, java.awt.geom.Rectangle2D frame, HorizontalAlignment hAlign, VerticalAlignment vAlign)Creates a rectangle that is aligned to the frame. -
Uses of HorizontalAlignment in org.jfree.chart.block
Fields in org.jfree.chart.block declared as HorizontalAlignment Modifier and Type Field Description private HorizontalAlignmentColumnArrangement. horizontalAlignmentThe horizontal alignment of blocks.private HorizontalAlignmentFlowArrangement. horizontalAlignmentThe horizontal alignment of blocks.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
Fields in org.jfree.chart.text declared as HorizontalAlignment Modifier and Type Field Description private HorizontalAlignmentTextBlock. lineAlignmentThe alignment of the lines.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.private HorizontalAlignmentTitle. horizontalAlignmentThe horizontal alignment of the title content.private HorizontalAlignmentTextTitle. textAlignmentThe text 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, java.util.Locale locale, java.awt.Font font, java.awt.Paint paint, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, RectangleInsets padding)Creates a new chart title that displays the current date.ImageTitle(java.awt.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(java.awt.Image image, RectangleEdge position, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment)Creates a new image title.TextTitle(java.lang.String text, java.awt.Font font, java.awt.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.
-