Uses of Class
org.jfree.chart.ui.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
Classes for creating flow plots (a type of Sankey chart).
-
Uses of VerticalAlignment in org.jfree.chart.block
Constructors in org.jfree.chart.block with parameters of type VerticalAlignmentModifierConstructorDescriptionColumnArrangement
(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
Methods in org.jfree.chart.plot.flow that return VerticalAlignmentModifier and TypeMethodDescriptionFlowPlot.getNodeLabelAlignment()
Returns the vertical alignment of the node labels relative to the node.Methods in org.jfree.chart.plot.flow with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
FlowPlot.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 VerticalAlignmentMethods in org.jfree.chart.title that return VerticalAlignmentModifier and TypeMethodDescriptionTitle.getVerticalAlignment()
Returns the vertical alignment of the title.Methods in org.jfree.chart.title with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionvoid
Title.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 VerticalAlignmentModifierConstructorDescriptionDateTitle
(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 VerticalAlignment in org.jfree.chart.ui
Fields in org.jfree.chart.ui declared as VerticalAlignmentModifier and TypeFieldDescriptionstatic final VerticalAlignment
VerticalAlignment.BOTTOM
Bottom alignment.static final VerticalAlignment
VerticalAlignment.CENTER
Center alignment.static final VerticalAlignment
VerticalAlignment.TOP
Top alignment.