- VAlign - Enum in com.orsoncharts.table
-
Vertical alignment options.
- value(double) - Method in class com.orsoncharts.Range
-
Returns the value corresponding to the specified percentage.
- value - Variable in class com.orsoncharts.util.json.parser.Yytoken
-
- VALUE_TEMPLATE - Static variable in class com.orsoncharts.label.StandardCategoryItemLabelGenerator
-
A template string that will show just the value (to 2 decimal places).
- VALUE_TEMPLATE - Static variable in class com.orsoncharts.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the
value in brackets (with zero decimal places precision).
- VALUE_TEMPLATE_2DP - Static variable in class com.orsoncharts.label.StandardPieLabelGenerator
-
A template string that will show the section key followed by the
value in brackets (with two decimal places precision).
- ValueAxis3D - Interface in com.orsoncharts.axis
-
An axis that displays a range of continuous values.
- ValueAxis3DType - Enum in com.orsoncharts.axis
-
An enumeration of the value axis types.
- ValueMarker - Interface in com.orsoncharts.marker
-
A marker that can be used to mark a value or range of values on a
ValueAxis3D.
- valueOf(String) - Static method in enum com.orsoncharts.axis.LabelOrientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.axis.ValueAxis3DType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.data.NullConversion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.interaction.InteractiveElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.label.ItemLabelPositioning
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.marker.CategoryMarkerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.marker.MarkerDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.renderer.ComposeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.table.HAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.table.VAlign
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.util.ExportFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.util.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.util.RefPt2D
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.util.Scale2D
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.orsoncharts.util.TextAnchor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.orsoncharts.axis.LabelOrientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.axis.ValueAxis3DType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.data.NullConversion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Values<T> - Interface in com.orsoncharts.data
-
A generic representation of a one dimensional list of data values.
- values() - Static method in enum com.orsoncharts.interaction.InteractiveElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.label.ItemLabelPositioning
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.marker.CategoryMarkerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.marker.MarkerDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.renderer.ComposeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.table.HAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.table.VAlign
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.util.ExportFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.util.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.util.RefPt2D
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.util.Scale2D
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.orsoncharts.util.TextAnchor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Values2D<T> - Interface in com.orsoncharts.data
-
A generic representation of a two dimensional grid of data values.
- Values3D<T> - Interface in com.orsoncharts.data
-
A generic representation of a three dimensional grid (cube) of data values.
- valueToColor(double) - Method in interface com.orsoncharts.renderer.ColorScale
-
Returns the color on the scale that corresponds to the specified
value.
- valueToColor(double) - Method in class com.orsoncharts.renderer.FixedColorScale
-
Returns a single color (as specified in the constructor) for all values.
- valueToColor(double) - Method in class com.orsoncharts.renderer.GradientColorScale
-
Returns the color corresponding to the specified data value.
- valueToColor(double) - Method in class com.orsoncharts.renderer.RainbowScale
-
Converts a value to a color on the scale.
- VerticalFlowElement - Class in com.orsoncharts.table
-
A table element that displays a list of sub-elements in a vertical flow
layout.
- VerticalFlowElement() - Constructor for class com.orsoncharts.table.VerticalFlowElement
-
Creates a new instance (equivalent to
new VerticalFlowElement(VAlign.MIDDLE, 2)).
- VerticalFlowElement(VAlign, int) - Constructor for class com.orsoncharts.table.VerticalFlowElement
-
Creates a new instance.
- ViewPoint3D - Class in com.orsoncharts.graphics3d
-
Specifies the location and orientation of the view point in 3D space.
- ViewPoint3D(double, double, double, double) - Constructor for class com.orsoncharts.graphics3d.ViewPoint3D
-
Creates a new viewing point.
- ViewPoint3D(Point3D, double) - Constructor for class com.orsoncharts.graphics3d.ViewPoint3D
-
Creates a new instance using the specified point and orientation.
- visit(ChartElement) - Method in interface com.orsoncharts.ChartElementVisitor
-
Visit a chart element.
- visit(ChartElement) - Method in class com.orsoncharts.style.ChartStyler
-
Visits a chart element and applies the current style to that element.
- visit(TableElement) - Method in class com.orsoncharts.table.TableElementStyler
-
- visit(TableElement) - Method in interface com.orsoncharts.table.TableElementVisitor
-
Performs the visitor's operation on the table element.