- negativeNotPermitted(double, String) - Static method in class com.orsoncharts.util.ArgChecks
-
Checks if the specified argument is negative and, if it is, throws an
IllegalArgumentException.
- next() - Method in class com.orsoncharts.axis.IntegerTickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- next() - Method in class com.orsoncharts.axis.NumberTickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- next() - Method in interface com.orsoncharts.axis.TickSelector
-
Move the cursor to the next (larger) tick size, if there is one.
- normal(Point3D, Point3D, Point3D) - Static method in class com.orsoncharts.graphics3d.Utils3D
-
Returns the normal vector for the plane defined by three points.
- normalise(Point3D) - Static method in class com.orsoncharts.graphics3d.Utils3D
-
Returns a new vector that is the normalised form of the specified
vector.
- notifyListeners(Axis3DChangeEvent) - Method in class com.orsoncharts.axis.AbstractAxis3D
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(Chart3DChangeEvent) - Method in class com.orsoncharts.Chart3D
-
Notifies all registered listeners that the chart has been modified.
- notifyListeners(Dataset3DChangeEvent) - Method in class com.orsoncharts.data.AbstractDataset3D
-
Notifies all registered listeners that the dataset has changed, unless
the notify flag is set to false in which
case this method does nothing.
- notifyListeners(Series3DChangeEvent) - Method in class com.orsoncharts.data.xyz.XYZSeries
-
Sends a change event to all registered listeners.
- notifyListeners(Plot3DChangeEvent) - Method in class com.orsoncharts.plot.AbstractPlot3D
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(Renderer3DChangeEvent) - Method in class com.orsoncharts.renderer.AbstractRenderer3D
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(ChartStyleChangeEvent) - Method in class com.orsoncharts.style.StandardChartStyle
-
Notifies all registered listeners that the chart style has been modified.
- NullConversion - Enum in com.orsoncharts.data
-
Options for handling null values during dataset extraction
(SKIP, CONVERT_TO_NAN, CONVERT_TO_ZERO, THROW_EXCEPTION).
- nullNotPermitted(Object, String) - Static method in class com.orsoncharts.util.ArgChecks
-
Checks if the specified argument is null and, if it is,
throws an IllegalArgumentException.
- NumberAxis3D - Class in com.orsoncharts.axis
-
A numerical axis for use with 3D plots (implements
ValueAxis3D).
- NumberAxis3D(String) - Constructor for class com.orsoncharts.axis.NumberAxis3D
-
Creates a new axis with the specified label and default attributes.
- NumberAxis3D(String, Range) - Constructor for class com.orsoncharts.axis.NumberAxis3D
-
Creates a new axis with the specified label and range.
- NumberMarker - Class in com.orsoncharts.marker
-
A marker used to mark one value on an axis.
- NumberMarker(double) - Constructor for class com.orsoncharts.marker.NumberMarker
-
Creates a new marker.
- NumberTickSelector - Class in com.orsoncharts.axis
-
A
TickSelector implementation that selects tick units in multiples
of 1, 2 and 5.
- NumberTickSelector() - Constructor for class com.orsoncharts.axis.NumberTickSelector
-
Creates a new instance.
- NumberTickSelector(boolean) - Constructor for class com.orsoncharts.axis.NumberTickSelector
-
Creates a new instance, with the option to display the tick values as
percentages.