- Face - Class in com.orsoncharts.graphics3d
-
Represents a face in one
Object3D, defined in terms of vertex
indices.
- Face(Object3D, int[]) - Constructor for class com.orsoncharts.graphics3d.Face
-
Creates a new face with the specified vertices that is part of the 3D
owner object.
- faceA() - Method in class com.orsoncharts.ChartBox3D
-
Returns face A (the bottom face, in the XZ axis plane).
- faceB() - Method in class com.orsoncharts.ChartBox3D
-
Returns face B (the front face, in the XY axis plane).
- faceC() - Method in class com.orsoncharts.ChartBox3D
-
Returns face C (the top face, in the XZ axis plane).
- faceD() - Method in class com.orsoncharts.ChartBox3D
-
Returns face D (the rear face, in the XY axis plane).
- faceE() - Method in class com.orsoncharts.ChartBox3D
-
Returns face E (the left face, in the YZ axis plane).
- faceF() - Method in class com.orsoncharts.ChartBox3D
-
Returns face F (the right face, in the YZ axis plane).
- FaceSorter - Interface in com.orsoncharts.graphics3d
-
An interface that must be implemented by objects that can sort faces prior
to rendering (the Painter's algorithm).
- fetchObjectAt(double, double) - Method in class com.orsoncharts.graphics3d.RenderingInfo
-
Fetches the object, if any, that is rendered at (x, y).
- fill(Graphics2D, Rectangle2D) - Method in class com.orsoncharts.table.GradientRectanglePainter
-
Fills the specified area with a gradient paint created
using the colors and anchor points of this painter.
- fill(Graphics2D, Rectangle2D) - Method in interface com.orsoncharts.table.RectanglePainter
-
Fills the specified rectangle (where "fill" is some arbitrary drawing
operation defined by the class that implements this interface).
- fill(Graphics2D, Rectangle2D) - Method in class com.orsoncharts.table.StandardRectanglePainter
-
Fills the rectangle with the paint specified in the constructor.
- findDimension(Point2D[]) - Static method in class com.orsoncharts.graphics3d.Utils2D
-
Returns the dimensions of the smallest rectangle that could contain
the supplied points.
- findElementAt(double, double) - Method in class com.orsoncharts.graphics3d.RenderingInfo
-
Finds the rendered element, if any, at the location (x, y).
- findStackedValueRange(Values3D<? extends Number>) - Static method in class com.orsoncharts.data.DataUtils
-
Finds the range of values in the dataset considering that each series
is stacked on top of the other.
- findStackedValueRange(Values3D<? extends Number>, double) - Static method in class com.orsoncharts.data.DataUtils
-
Finds the range of values in the dataset considering that each series
is stacked on top of the others, starting at the base value.
- findValueRange(Values3D<? extends Number>) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of values in the specified data structure (a three
dimensional cube).
- findValueRange(Values3D<? extends Number>, double) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of values in the specified data cube, or
null if there is no data.
- findValueRange(Values3D<? extends Number>, double, boolean) - Static method in class com.orsoncharts.data.DataUtils
-
/**
Returns the range of values in the specified data cube, or
null if there is no data.
- findValueRange(Values3D<? extends Number>) - Method in class com.orsoncharts.renderer.category.AbstractCategoryRenderer3D
-
Returns the range of values that will be required on the value axis
to see all the data from the dataset.
- findValueRange(Values3D<? extends Number>) - Method in class com.orsoncharts.renderer.category.AreaRenderer3D
-
Returns the range (for the value axis) that is required for this
renderer to show all the values in the specified data set.
- findValueRange(Values3D<? extends Number>) - Method in class com.orsoncharts.renderer.category.BarRenderer3D
-
Returns the range of values that will be required on the value axis
to see all the data from the dataset.
- findValueRange(Values3D<? extends Number>) - Method in interface com.orsoncharts.renderer.category.CategoryRenderer3D
-
Returns the range that should be used on the value axis to display all
the specified data using this renderer.
- findValueRange(Values3D<? extends Number>) - Method in class com.orsoncharts.renderer.category.StackedBarRenderer3D
-
Returns the range of values that will be required on the value axis
to see all the data from the dataset.
- findXRange(XYZDataset) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all
values (and ignoring Double.NaN and infinite values).
- findXRange(XYZDataset, double) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findXRange(XYZDataset, double, boolean) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of x-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findXRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the x-axis for this renderer
to display all the items in the specified dataset.
- findXRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
-
Returns the range that needs to be set on the x-axis in order for this
renderer to be able to display all the data in the supplied dataset.
- findXRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
-
Returns the current range for the x-axis - the method is overridden
because this renderer does not use a dataset (it samples and plots a
function directly).
- findXRange(XYZDataset) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the x-axis in order for this
renderer to be able to display all the data in the supplied dataset.
- findYRange(XYZDataset) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all
values (and ignoring Double.NaN and infinite values).
- findYRange(XYZDataset, double) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findYRange(XYZDataset, double, boolean) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of y-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findYRange(Function3D, Range, Range, int, int, boolean) - Static method in class com.orsoncharts.data.function.Function3DUtils
-
Returns the range of y-values in the function by sampling.
- findYRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the y-axis for this renderer
to display all the items in the specified dataset.
- findYRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
-
Returns the range to use for the y-axis to ensure that all data values
are visible on the chart.
- findYRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
-
Returns the range that the renderer requires on the y-axis to display
all the data in the function.
- findYRange(XYZDataset) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the y-axis in order for this
renderer to be able to display all the data in the supplied dataset.
- findZRange(XYZDataset) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all
values (and ignoring Double.NaN and infinite values).
- findZRange(XYZDataset, double) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findZRange(XYZDataset, double, boolean) - Static method in class com.orsoncharts.data.DataUtils
-
Returns the range of z-values in the dataset by iterating over all
values (and ignoring Double.NaN values).
- findZRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.AbstractXYZRenderer
-
Returns the range that is required on the z-axis for this renderer
to display all the items in the specified dataset.
- findZRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.BarXYZRenderer
-
Returns the range to use for the z-axis to ensure that all data values
are visible on the chart.
- findZRange(XYZDataset) - Method in class com.orsoncharts.renderer.xyz.SurfaceRenderer
-
Returns the current range for the z-axis - the method is overridden
because this renderer does not use a dataset (it samples and plots a
function directly).
- findZRange(XYZDataset) - Method in interface com.orsoncharts.renderer.xyz.XYZRenderer
-
Returns the range that should be set on the z-axis in order for this
renderer to be able to display all the data in the supplied dataset.
- finitePositiveRequired(double, String) - Static method in class com.orsoncharts.util.ArgChecks
-
Checks if the specified argument is finite and positive and,
if it is NOT, throws an IllegalArgumentException.
- finiteRequired(double, String) - Static method in class com.orsoncharts.util.ArgChecks
-
Checks if the specified argument is finite and, if it is NOT, throws an
IllegalArgumentException.
- fireChangeEvent(boolean) - Method in class com.orsoncharts.axis.AbstractAxis3D
-
- fireChangeEvent() - Method in class com.orsoncharts.Chart3D
-
- fireChangeEvent() - Method in class com.orsoncharts.data.AbstractDataset3D
-
Sends a
Dataset3DChangeEvent to all registered listeners, unless
the
notify flag is set to
false in which
case this method does nothing.
- fireChangeEvent() - Method in class com.orsoncharts.marker.AbstractMarker
-
- fireChangeEvent(boolean) - Method in class com.orsoncharts.plot.AbstractPlot3D
-
- fireChangeEvent(boolean) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
-
- fireChangeEvent() - Method in class com.orsoncharts.style.StandardChartStyle
-
- fireDatasetChanged() - Method in class com.orsoncharts.data.AbstractDataset3D
-
Notifies all registered listeners that the dataset has changed.
- fireSeriesChanged() - Method in class com.orsoncharts.data.xyz.XYZSeries
-
General method for signaling to registered listeners that the series
has been changed.
- fit(Dimension2D, Rectangle2D) - Method in class com.orsoncharts.util.Fit2D
-
Fits a rectangle of the specified dimension to the target rectangle,
aligning and scaling according to the attributes of this instance.
- Fit2D - Class in com.orsoncharts.util
-
A specification for the alignment and fitting of one rectangle (the source
rectangle) with reference to another (the target rectangle).
- Fit2D(Anchor2D, Scale2D) - Constructor for class com.orsoncharts.util.Fit2D
-
Creates a new instance.
- FixedColorScale - Class in com.orsoncharts.renderer
-
A
ColorScale that returns the same color for every value on the
scale.
- FixedColorScale(Color) - Constructor for class com.orsoncharts.renderer.FixedColorScale
-
Creates a new FixedColorScale instance.
- FlowElement - Class in com.orsoncharts.table
-
A table element that displays a list of sub-elements in a flow layout.
- FlowElement() - Constructor for class com.orsoncharts.table.FlowElement
-
Creates a new instance (equivalent to
new FlowElement(HAlign.CENTER, 2)).
- FlowElement(HAlign, int) - Constructor for class com.orsoncharts.table.FlowElement
-
Creates a new instance with the specified attributes.
- FontSource<K> - Interface in com.orsoncharts.plot
-
An object that supplies Font instances associated with
keys.
- Function3D - Interface in com.orsoncharts.data.function
-
Represents a function y = f(x, z).
- Function3DUtils - Class in com.orsoncharts.data.function
-
- FXChart3DMouseEvent - Class in com.orsoncharts.interaction.fx
-
- FXChart3DMouseEvent(Object, EventType<? extends Event>, RenderedElement, MouseEvent) - Constructor for class com.orsoncharts.interaction.fx.FXChart3DMouseEvent
-
Creates a new event.