- NEGATIVE - Static variable in class org.jfree.data.RangeType
-
Negative range.
- NEW_DATASET - Static variable in class org.jfree.chart.event.ChartChangeEventType
-
NEW_DATASET.
- newFifteenMinuteTimeline() - Static method in class org.jfree.chart.axis.SegmentedTimeline
-
Factory method to create a 15-min, 9:00 AM thought 4:00 PM, Monday
through Friday SegmentedTimeline.
- newInstance(String) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
-
Used to retrieve an ImageEncoder for a specific image format.
- newInstance(String, float) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
-
Used to retrieve an ImageEncoder for a specific image format.
- newInstance(String, boolean) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
-
Used to retrieve an ImageEncoder for a specific image format.
- newInstance(String, float, boolean) - Static method in class org.jfree.chart.encoders.ImageEncoderFactory
-
Used to retrieve an ImageEncoder for a specific image format.
- newMondayThroughFridayTimeline() - Static method in class org.jfree.chart.axis.SegmentedTimeline
-
Factory method to create a Monday through Friday SegmentedTimeline.
- next() - Method in class org.jfree.data.time.Day
-
Returns the day following this one, or null
if some limit
has been reached.
- next() - Method in class org.jfree.data.time.FixedMillisecond
-
Returns the millisecond following this one.
- next() - Method in class org.jfree.data.time.Hour
-
Returns the hour following this one.
- next() - Method in class org.jfree.data.time.Millisecond
-
Returns the millisecond following this one.
- next() - Method in class org.jfree.data.time.Minute
-
Returns the minute following this one.
- next() - Method in class org.jfree.data.time.Month
-
Returns the month following this one.
- next() - Method in class org.jfree.data.time.Quarter
-
Returns the quarter following this one.
- next() - Method in class org.jfree.data.time.RegularTimePeriod
-
Returns the time period following this one, or null
if some
limit has been reached.
- next() - Method in class org.jfree.data.time.Second
-
Returns the second following this one.
- next() - Method in class org.jfree.data.time.Week
-
Returns the week following this one.
- next() - Method in class org.jfree.data.time.Year
-
Returns the year following this one.
- nextStandardDate(Date, DateTickUnit) - Method in class org.jfree.chart.axis.DateAxis
-
Returns the first "standard" date (based on the specified field and
units).
- NO_DST_TIME_ZONE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
-
- NO_LABELS - Static variable in class org.jfree.chart.plot.CompassPlot
-
A constant for the label type.
- NONE - Static variable in class org.jfree.chart.block.BlockBorder
-
An empty border.
- NONE - Static variable in class org.jfree.chart.block.LengthConstraintType
-
NONE.
- NONE - Static variable in class org.jfree.chart.block.RectangleConstraint
-
An instance representing no constraint.
- NONE - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
A constant for the value label position (no label).
- NONE - Static variable in class org.jfree.data.DomainOrder
-
No order.
- NonGridContourDataset - Class in org.jfree.data.contour
-
- NonGridContourDataset() - Constructor for class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Default constructor.
- NonGridContourDataset(String, Object[], Object[], Object[]) - Constructor for class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Constructor for NonGridContourDataset.
- NonGridContourDataset(String, Object[], Object[], Object[], int, int, int) - Constructor for class org.jfree.data.contour.NonGridContourDataset
-
Deprecated.
Constructor for NonGridContourDataset.
- NORMAL - Static variable in class org.jfree.chart.plot.ThermometerPlot
-
A constant for the 'normal' range.
- NormalDistributionFunction2D - Class in org.jfree.data.function
-
A normal distribution function.
- NormalDistributionFunction2D(double, double) - Constructor for class org.jfree.data.function.NormalDistributionFunction2D
-
Constructs a new normal distribution function.
- NormalizedMatrixSeries - Class in org.jfree.data.xy
-
Represents a dense normalized matrix M[i,j] where each Mij item of the
matrix has a value (default is 0).
- NormalizedMatrixSeries(String, int, int) - Constructor for class org.jfree.data.xy.NormalizedMatrixSeries
-
Constructor for NormalizedMatrixSeries.
- NORTH_LEFT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis left of north.
- NORTH_RIGHT - Static variable in class org.jfree.chart.plot.PolarAxisLocation
-
Axis right of north.
- notifyListeners(AnnotationChangeEvent) - Method in class org.jfree.chart.annotations.AbstractAnnotation
-
Notifies all registered listeners that the annotation has changed.
- notifyListeners(AxisChangeEvent) - Method in class org.jfree.chart.axis.Axis
-
Notifies all registered listeners that the axis has changed.
- notifyListeners(ChartChangeEvent) - Method in class org.jfree.chart.JFreeChart
-
- notifyListeners(ChartProgressEvent) - Method in class org.jfree.chart.JFreeChart
-
- notifyListeners(OverlayChangeEvent) - Method in class org.jfree.chart.panel.AbstractOverlay
-
- notifyListeners(DialLayerChangeEvent) - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
-
Notifies all registered listeners that the dial layer has changed.
- notifyListeners(MarkerChangeEvent) - Method in class org.jfree.chart.plot.Marker
-
Notifies all registered listeners that the marker has been modified.
- notifyListeners(PlotChangeEvent) - Method in class org.jfree.chart.plot.Plot
-
Notifies all registered listeners that the plot has been modified.
- notifyListeners(RendererChangeEvent) - Method in class org.jfree.chart.renderer.AbstractRenderer
-
Notifies all registered listeners that the renderer has been modified.
- notifyListeners(TitleChangeEvent) - Method in class org.jfree.chart.title.Title
-
Notifies all registered listeners that the chart title has changed in
some way.
- notifyListeners(DatasetChangeEvent) - Method in class org.jfree.data.general.AbstractDataset
-
Notifies all registered listeners that the dataset has changed.
- notifyListeners(SeriesChangeEvent) - Method in class org.jfree.data.general.Series
-
Sends a change event to all registered listeners.
- NotOutlierException - Exception in org.jfree.chart.renderer
-
- NotOutlierException(String) - Constructor for exception org.jfree.chart.renderer.NotOutlierException
-
Creates a new exception.
- nullNotPermitted(Object, String) - Static method in class org.jfree.chart.util.ParamChecks
-
Throws an IllegalArgumentException
if the supplied
param
is null
.
- NumberAxis - Class in org.jfree.chart.axis
-
An axis for displaying numerical data.
- NumberAxis() - Constructor for class org.jfree.chart.axis.NumberAxis
-
Default constructor.
- NumberAxis(String) - Constructor for class org.jfree.chart.axis.NumberAxis
-
Constructs a number axis, using default values where necessary.
- NumberAxis3D - Class in org.jfree.chart.axis
-
A standard linear value axis with a 3D effect corresponding to the
offset specified by some renderers.
- NumberAxis3D() - Constructor for class org.jfree.chart.axis.NumberAxis3D
-
Default constructor.
- NumberAxis3D(String) - Constructor for class org.jfree.chart.axis.NumberAxis3D
-
Constructs a new axis.
- numberFormatterObj - Variable in class org.jfree.chart.axis.LogarithmicAxis
-
Number formatter for generating numeric strings.
- NumberTick - Class in org.jfree.chart.axis
-
A numerical tick.
- NumberTick(Number, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.NumberTick
-
Creates a new tick.
- NumberTick(TickType, double, String, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.axis.NumberTick
-
Creates a new tick.
- NumberTickUnit - Class in org.jfree.chart.axis
-
A numerical tick unit.
- NumberTickUnit(double) - Constructor for class org.jfree.chart.axis.NumberTickUnit
-
Creates a new number tick unit.
- NumberTickUnit(double, NumberFormat) - Constructor for class org.jfree.chart.axis.NumberTickUnit
-
Creates a new number tick unit.
- NumberTickUnit(double, NumberFormat, int) - Constructor for class org.jfree.chart.axis.NumberTickUnit
-
Creates a new number tick unit.
- NumberTickUnitSource - Class in org.jfree.chart.axis
-
A tick unit source implementation that returns NumberTickUnit instances
that are multiples of 1, 2 or 5 times some power of 10.
- NumberTickUnitSource() - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
-
Creates a new instance.
- NumberTickUnitSource(boolean) - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
-
Creates a new instance.
- NumberTickUnitSource(boolean, NumberFormat) - Constructor for class org.jfree.chart.axis.NumberTickUnitSource
-
Creates a new instance.