Uses of Class
org.jfree.chart.ui.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitleclass.org.jfree.chart.plot.flow Classes for creating flow plots (a type of Sankey chart).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 VerticalAlignment in org.jfree.chart
Methods in org.jfree.chart with parameters of type VerticalAlignment 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 VerticalAlignment in org.jfree.chart.block
Fields in org.jfree.chart.block declared as VerticalAlignment Modifier and Type Field Description private VerticalAlignmentColumnArrangement. verticalAlignmentThe vertical alignment of blocks within each row.private VerticalAlignmentFlowArrangement. verticalAlignmentThe vertical alignment of blocks within each row.Constructors in org.jfree.chart.block with parameters of type VerticalAlignment 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 VerticalAlignment in org.jfree.chart.plot.flow
Fields in org.jfree.chart.plot.flow declared as VerticalAlignment Modifier and Type Field Description private VerticalAlignmentFlowPlot. nodeLabelAlignmentMethods in org.jfree.chart.plot.flow that return VerticalAlignment Modifier and Type Method Description VerticalAlignmentFlowPlot. getNodeLabelAlignment()Returns the vertical alignment of the node labels relative to the node.Methods in org.jfree.chart.plot.flow with parameters of type VerticalAlignment Modifier and Type Method Description voidFlowPlot. setNodeLabelAlignment(VerticalAlignment alignment)Sets the vertical alignment of the node labels and sends a change notification to all registered listeners. -
Uses of VerticalAlignment in org.jfree.chart.title
Fields in org.jfree.chart.title declared as VerticalAlignment Modifier and Type Field Description static VerticalAlignmentTitle. DEFAULT_VERTICAL_ALIGNMENTThe default vertical alignment.private VerticalAlignmentTitle. verticalAlignmentThe vertical alignment of the title content.Methods in org.jfree.chart.title that return VerticalAlignment Modifier and Type Method Description VerticalAlignmentTitle. getVerticalAlignment()Returns the vertical alignment of the title.Methods in org.jfree.chart.title with parameters of type VerticalAlignment Modifier and Type Method Description voidTitle. setVerticalAlignment(VerticalAlignment alignment)Sets the vertical alignment for the title, and notifies any registered listeners of the change.Constructors in org.jfree.chart.title with parameters of type VerticalAlignment 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 VerticalAlignment in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as VerticalAlignment Modifier and Type Field Description static VerticalAlignmentVerticalAlignment. BOTTOMBottom alignment.static VerticalAlignmentVerticalAlignment. CENTERCenter alignment.static VerticalAlignmentVerticalAlignment. TOPTop alignment.
-