Uses of Enum Class
org.jfree.chart3d.table.VAlign
Packages that use VAlign
Package
Description
Classes related to chart legends.
Classes and interfaces for constructing tables for display to the user.
-
Uses of VAlign in org.jfree.chart3d.legend
Methods in org.jfree.chart3d.legend that return VAlignModifier and TypeMethodDescriptionStandardLegendBuilder.getColumnAlignment()Returns the column alignment.Methods in org.jfree.chart3d.legend with parameters of type VAlignModifier and TypeMethodDescriptionvoidStandardLegendBuilder.setColumnAlignment(VAlign alignment) Sets the column alignment (to override the default alignment that is derived from the legend anchor point). -
Uses of VAlign in org.jfree.chart3d.table
Methods in org.jfree.chart3d.table that return VAlignModifier and TypeMethodDescriptionVerticalFlowElement.getVerticalAlignment()Returns the vertical alignment for the elements.static VAlignReturns the enum constant of this class with the specified name.static VAlign[]VAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jfree.chart3d.table with parameters of type VAlignModifier and TypeMethodDescriptionvoidVerticalFlowElement.setVerticalAlignment(VAlign alignment) Sets the vertical alignment of elements within columns,Constructors in org.jfree.chart3d.table with parameters of type VAlignModifierConstructorDescriptionVerticalFlowElement(VAlign alignment, int vgap) Creates a new instance.