Header
And More

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

I

ImageEncoder - Interface in org.jfree.chart.encoders
Interface for abstracting different types of image encoders.
ImageEncoderFactory - Class in org.jfree.chart.encoders
Factory class for returning ImageEncoders for different ImageFormats.
ImageEncoderFactory() - Constructor for class org.jfree.chart.encoders.ImageEncoderFactory
 
ImageFormat - Interface in org.jfree.chart.encoders
Interface used for referencing different image formats.
ImageMapUtilities - Class in org.jfree.chart.imagemap
Collection of utility methods related to producing image maps.
ImageMapUtilities() - Constructor for class org.jfree.chart.imagemap.ImageMapUtilities
 
IMAGES - Static variable in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Constant for the type of rendering (images only).
ImageTitle - Class in org.jfree.chart.title
A chart title that displays an image.
ImageTitle(Image) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title.
ImageTitle(Image, RectangleEdge, HorizontalAlignment, VerticalAlignment) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title.
ImageTitle(Image, int, int, RectangleEdge, HorizontalAlignment, VerticalAlignment, RectangleInsets) - Constructor for class org.jfree.chart.title.ImageTitle
Creates a new image title with the given image scaled to the given width and height in the given location.
inc(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Increments the internal attributes of this segment by a number of segments.
inc() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Increments the internal attributes of this segment by one segment.
inc(long) - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Not implemented for SegmentRange.
incrementCount() - Method in class org.jfree.data.statistics.HistogramBin
Increments the item count.
incrementValue(double, Comparable, Comparable) - Method in class org.jfree.data.category.DefaultCategoryDataset
Adds the specified value to an existing value in the dataset (if the existing value is null, it is treated as if it were 0.0).
INDEX - Static variable in class org.jfree.chart.util.XYCoordinateType
The (x, y) coordinates represent indices in a dataset.
indexOf(CategoryDataset) - Method in class org.jfree.chart.plot.CategoryPlot
Returns the index of the specified dataset, or -1 if the dataset does not belong to the plot.
indexOf(XYDataset) - Method in class org.jfree.chart.plot.XYPlot
Returns the index of the specified dataset, or -1 if the dataset does not belong to the plot.
indexOf(Comparable) - Method in class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
Returns the index of the named series, or -1.
indexOf(Comparable) - Method in class org.jfree.data.ComparableObjectSeries
Returns the index of the item with the specified x-value, or a negative index if the series does not contain an item with that x-value.
indexOf(Comparable) - Method in class org.jfree.data.general.AbstractSeriesDataset
Returns the index of the named series, or -1.
indexOf(Comparable) - Method in interface org.jfree.data.general.SeriesDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(TimeSeries) - Method in class org.jfree.data.time.TimeSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
indexOf(Comparable) - Method in class org.jfree.data.xy.DefaultXYDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(Comparable) - Method in class org.jfree.data.xy.DefaultXYZDataset
Returns the index of the series with the specified key, or -1 if there is no such series in the dataset.
indexOf(VectorSeries) - Method in class org.jfree.data.xy.VectorSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
indexOf(Number) - Method in class org.jfree.data.xy.XYSeries
Returns the index of the item with the specified x-value, or a negative index if the series does not contain an item with that x-value.
indexOf(XYSeries) - Method in class org.jfree.data.xy.XYSeriesCollection
Returns the index of the specified series, or -1 if that series is not present in the dataset.
indexX() - Method in interface org.jfree.data.contour.ContourDataset
Deprecated. Returns an int array contain the index into the x values.
indexX() - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Returns an int array contain the index into the x values.
indexX(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Given index k, returns the column index containing k.
indexY(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Given index k, return the row index containing k.
indexZ(int, int) - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Given column and row indices, returns the k index.
inExceptionSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an exception segment.
inExcludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an excluded segment.
inExcludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns true if we are an excluded segment.
INFO - Static variable in class org.jfree.chart.JFreeChart
Information about the project.
inIncludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns true if we are an included segment and we are not an exception.
inIncludeSegments() - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns true if all Segments of this SegmentRenge are an included segment and are not an exception.
init() - Method in class org.jfree.chart.servlet.DisplayChart
Init method.
initialise(Graphics2D, Rectangle2D, PiePlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.plot.PiePlot
Initialises the drawing procedure.
initialise(Graphics2D, Rectangle2D, PiePlot, Integer, PlotRenderingInfo) - Method in class org.jfree.chart.plot.RingPlot
Initialises the plot state (which will store the total of all dataset values, among other things).
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Initialises the renderer and returns a state object that will be used for the remainder of the drawing process for a single chart.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.BarRenderer
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.BarRenderer3D
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, CategoryPlot, int, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.category.LevelRenderer
Initialises the renderer and returns a state object that will be passed to subsequent calls to the drawItem method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Initialises and returns a state object that can be passed to each invocation of the DeviationRenderer.drawItem(java.awt.Graphics2D, org.jfree.chart.renderer.xy.XYItemRendererState, java.awt.geom.Rectangle2D, org.jfree.chart.plot.PlotRenderingInfo, org.jfree.chart.plot.XYPlot, org.jfree.chart.axis.ValueAxis, org.jfree.chart.axis.ValueAxis, org.jfree.data.xy.XYDataset, int, int, org.jfree.chart.plot.CrosshairState, int) method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.SamplingXYLineRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Initialises the renderer and returns a state object that should be passed to all subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYDifferenceRenderer
Initialises the renderer and returns a state object that should be passed to subsequent calls to the drawItem() method.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Initialises the renderer then returns the number of 'passes' through the data that the renderer will require (usually just one).
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYSplineRenderer
Initialises the renderer.
initialise(Graphics2D, Rectangle2D, XYPlot, XYDataset, PlotRenderingInfo) - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Initialises the renderer.
initialize() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Called to initialize the palette's color indexes
initialize() - Method in class org.jfree.chart.plot.GreyPalette
Deprecated. Intializes the palette's indices.
initialize() - Method in class org.jfree.chart.plot.RainbowPalette
Deprecated. Intializes the palettes indexes
initialize(Object[], Object[], Object[]) - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Initialises the dataset.
insertValue(int, Comparable, double) - Method in class org.jfree.data.DefaultKeyedValues
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Number) - Method in class org.jfree.data.DefaultKeyedValues
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, double) - Method in class org.jfree.data.general.DefaultPieDataset
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Number) - Method in class org.jfree.data.general.DefaultPieDataset
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
insertValue(int, Comparable, Object) - Method in class org.jfree.data.KeyedObjects
Inserts a new value at the specified position in the dataset or, if there is an existing item with the specified key, updates the value for that item and moves it to the specified position.
INSIDE1 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE1.
INSIDE10 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE10.
INSIDE11 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE11.
INSIDE12 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE12.
INSIDE2 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE2.
INSIDE3 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE3.
INSIDE4 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE4.
INSIDE5 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE5.
INSIDE6 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE6.
INSIDE7 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE7.
INSIDE8 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE8.
INSIDE9 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
INSIDE9.
intersect(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.Segment
Returns a segment that is the intersection of this segment and the interval.
intersect(long, long) - Method in class org.jfree.chart.axis.SegmentedTimeline.SegmentRange
Returns a segment that is the intersection of this segment and the interval.
intersects(double, double) - Method in class org.jfree.data.Range
Returns true if the range intersects with the specified range, and false otherwise.
intersects(Range) - Method in class org.jfree.data.Range
Returns true if the range intersects with the specified range, and false otherwise.
IntervalBarRenderer - Class in org.jfree.chart.renderer.category
A renderer that handles the drawing of bars for a bar plot where each bar has a high and low value.
IntervalBarRenderer() - Constructor for class org.jfree.chart.renderer.category.IntervalBarRenderer
Constructs a new renderer.
IntervalCategoryDataset - Interface in org.jfree.data.category
A category dataset that defines a value range for each series/category combination.
IntervalCategoryItemLabelGenerator - Class in org.jfree.chart.labels
A label generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryItemLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with a default number formatter.
IntervalCategoryItemLabelGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with the specified number formatter.
IntervalCategoryItemLabelGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryItemLabelGenerator
Creates a new generator with the specified date formatter.
IntervalCategoryToolTipGenerator - Class in org.jfree.chart.labels
A tooltip generator for plots that use data from an IntervalCategoryDataset.
IntervalCategoryToolTipGenerator() - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with a default number formatter.
IntervalCategoryToolTipGenerator(String, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with the specified number formatter.
IntervalCategoryToolTipGenerator(String, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Creates a new generator with the specified date formatter.
IntervalMarker - Class in org.jfree.chart.plot
Represents an interval to be highlighted in some way.
IntervalMarker(double, double) - Constructor for class org.jfree.chart.plot.IntervalMarker
Constructs an interval marker.
IntervalMarker(double, double, Paint) - Constructor for class org.jfree.chart.plot.IntervalMarker
Creates a new interval marker with the specified range and fill paint.
IntervalMarker(double, double, Paint, Stroke, Paint, Stroke, float) - Constructor for class org.jfree.chart.plot.IntervalMarker
Constructs an interval marker.
IntervalXYDataset - Interface in org.jfree.data.xy
An extension of the XYDataset interface that allows a range of data to be defined for the X values, the Y values, or both the X and Y values.
IntervalXYDelegate - Class in org.jfree.data.xy
A delegate that handles the specification or automatic calculation of the interval surrounding the x-values in a dataset.
IntervalXYDelegate(XYDataset) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates a new delegate that.
IntervalXYDelegate(XYDataset, boolean) - Constructor for class org.jfree.data.xy.IntervalXYDelegate
Creates a new delegate for the specified dataset.
IntervalXYItemLabelGenerator - Class in org.jfree.chart.labels
An item label generator for datasets that implement the IntervalXYDataset interface.
IntervalXYItemLabelGenerator() - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using default number formatters.
IntervalXYItemLabelGenerator(String, NumberFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified number formatters.
IntervalXYItemLabelGenerator(String, DateFormat, NumberFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified formatters.
IntervalXYItemLabelGenerator(String, NumberFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates an item label generator using the specified formatters (a number formatter for the x-values and a date formatter for the y-values).
IntervalXYItemLabelGenerator(String, DateFormat, DateFormat) - Constructor for class org.jfree.chart.labels.IntervalXYItemLabelGenerator
Creates a label generator using the specified date formatters.
IntervalXYZDataset - Interface in org.jfree.data.xy
An extension of the XYZDataset interface that allows a range of data to be defined for any of the X values, the Y values, and the Z values.
invalidateRangeInfo() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Invalidates the range info.
inverse - Variable in class org.jfree.chart.plot.ColorPalette
Deprecated. Inverse palette (ie, min and max colors are reversed).
invertPalette() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Inverts Palette
isAdvanceLineVisible() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The advance line is the line drawn at the limit of the current cycle, when erasing the previous cycle.
isAngleGridlinesVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns true if the angular gridlines are visible, and false otherwise.
isAngleLabelsVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns a flag that controls whether or not the angle labels are visible.
isAutoPrune() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns the flag that controls whether or not x-values are removed from the dataset when the corresponding y-values are all null.
isAutoRange() - Method in class org.jfree.chart.axis.ValueAxis
Returns the flag that controls whether or not the axis range is automatically adjusted to fit the data values.
isAutoTickUnitSelection() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag indicating whether or not the tick unit is automatically selected from a range of standard tick units.
isAutoWidth() - Method in class org.jfree.data.xy.CategoryTableXYDataset
Returns whether the interval width is automatically calculated or not.
isAutoWidth() - Method in class org.jfree.data.xy.DefaultTableXYDataset
Returns whether the interval width is automatically calculated or not.
isAutoWidth() - Method in class org.jfree.data.xy.IntervalXYDelegate
Returns true if the interval width is automatically calculated, and false otherwise.
isAutoWidth() - Method in class org.jfree.data.xy.XYSeriesCollection
Returns whether the interval width is automatically calculated or not.
isAxisLineVisible() - Method in class org.jfree.chart.axis.Axis
A flag that controls whether or not the axis line is drawn.
isBorderVisible() - Method in class org.jfree.chart.JFreeChart
Returns a flag that controls whether or not a border is drawn around the outside of the chart.
isBoundMappedToLastCycle() - Method in class org.jfree.chart.axis.CyclicNumberAxis
The cycle bound can be associated either with the current or with the last cycle.
isCellEditable(int, int) - Method in class org.jfree.data.time.TimeSeriesTableModel
Returns a flag indicating whether or not the specified cell is editable.
isCellEditable(int, int) - Method in class org.jfree.data.xy.XYDatasetTableModel
Returns a flag indicating whether or not the specified cell is editable.
isChartAvailable(String) - Method in class org.jfree.chart.servlet.ChartDeleter
Checks to see if a chart is in the list of charts to be deleted
isCircular() - Method in class org.jfree.chart.plot.PiePlot
Returns a flag indicating whether the pie chart is circular, or stretched into an elliptical shape.
isClip() - Method in class org.jfree.chart.ClipPath
Deprecated. Returns the clip.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.ArcDialFrame
Returns false to indicate that this dial layer is not clipped to the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialBackground
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialCap
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in interface org.jfree.chart.plot.dial.DialLayer
Returns true if the drawing should be clipped to the dial window (which is defined by the DialFrame), and false otherwise.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialPointer
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialTextAnnotation
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.DialValueIndicator
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialFrame
Returns false to indicate that this dial layer is not clipped to the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialRange
Returns true to indicate that this layer should be clipped within the dial window.
isClippedToWindow() - Method in class org.jfree.chart.plot.dial.StandardDialScale
Returns true to indicate that this layer should be clipped within the dial window.
isCompatibleDomainAxis(ValueAxis) - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.
isDataFlavorSupported(DataFlavor) - Method in class org.jfree.chart.ChartTransferable
Returns true if the specified flavor is supported.
isDateAxis(int) - Method in interface org.jfree.data.contour.ContourDataset
Deprecated. Returns true if axis are dates.
isDateAxis(int) - Method in class org.jfree.data.contour.DefaultContourDataset
Deprecated. Returns true if axis are dates.
isDomainCrosshairLockedOnData() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isDomainCrosshairLockedOnData() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether or not the domain crosshair is displayed by the plot.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns a flag indicating whether or not the domain crosshair is visible.
isDomainCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the domain crosshair is visible.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the domain grid-lines are visible.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDomainGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain gridlines are visible, and false otherwise.
isDomainMinorGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the domain minor gridlines are visible, and false otherwise.
isDomainPannable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false always, because the plot cannot be panned along the domain axis/axes.
isDomainPannable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if panning is enabled for the domain axes, and false otherwise.
isDomainPannable() - Method in interface org.jfree.chart.plot.Pannable
Evaluates if the domain axis can be panned.
isDomainPannable() - Method in class org.jfree.chart.plot.XYPlot
Returns true if panning is enabled for the domain axes, and false otherwise.
isDomainZeroBaselineVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag that controls whether or not a zero baseline is displayed for the domain axis.
isDomainZoomable() - Method in class org.jfree.chart.ChartPanel
Returns the flag that determines whether or not zooming is enabled for the domain axis.
isDomainZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns false to indicate that the domain axes are not zoomable.
isDomainZoomable() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isDomainZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns false always.
isDomainZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns false.
isDomainZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true, indicating that the domain axis/axes for this plot are zoomable.
isDomainZoomable() - Method in interface org.jfree.chart.plot.Zoomable
Returns true if the plot's domain is zoomable, and false otherwise.
isDrawBarOutline() - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns a flag that controls whether or not bar outlines are drawn.
isDrawBarOutline() - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns a flag that controls whether or not bar outlines are drawn.
isDrawLines() - Method in class org.jfree.chart.renderer.category.MinMaxCategoryRenderer
Gets whether or not lines are drawn between category points.
isDrawPath() - Method in class org.jfree.chart.ClipPath
Deprecated. Returns the drawPath.
isEmpty() - Method in class org.jfree.chart.block.BlockContainer
Returns true if there are no blocks in the container, and false otherwise.
isEmpty() - Method in class org.jfree.data.general.Series
Returns true if the series contains no data items, and false otherwise.
isEmptyOrNull(XYPlot) - Static method in class org.jfree.chart.plot.PlotUtilities
Returns true if all the datasets belonging to the specified plot are empty or null, and false otherwise.
isEmptyOrNull(PieDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEmptyOrNull(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns true if the dataset is empty (or null), and false otherwise.
isEncodingAlpha() - Method in interface org.jfree.chart.encoders.ImageEncoder
Get whether the encoder should encode alpha transparency.
isEncodingAlpha() - Method in class org.jfree.chart.encoders.KeypointPNGEncoderAdapter
Get whether the encoder should encode alpha transparency.
isEncodingAlpha() - Method in class org.jfree.chart.encoders.SunJPEGEncoderAdapter
Returns false always, indicating that this encoder does not encode alpha transparency.
isEncodingAlpha() - Method in class org.jfree.chart.encoders.SunPNGEncoderAdapter
Get whether the encoder should encode alpha transparency (always false).
isEnforceFileExtensions() - Method in class org.jfree.chart.ChartPanel
Returns true if file extensions should be enforced, and false otherwise.
isFillPath() - Method in class org.jfree.chart.ClipPath
Deprecated. Returns the fillPath.
isGridBandsVisible() - Method in class org.jfree.chart.axis.SymbolAxis
Returns true if the grid bands are showing, and false otherwise.
isGuideLinesVisible() - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns a flag that controls whether or not guide lines are drawn for each data item (the lines are horizontal and vertical "crosshairs" linking the data point to the axes).
isHiddenValue(long) - Method in class org.jfree.chart.axis.DateAxis
Returns true if the axis hides this value, and false otherwise.
isHighFarOut() - Method in class org.jfree.chart.renderer.OutlierListCollection
A flag to indicate the presence of one or more far out values at the top end of the range.
isInverse() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Returns the inverse flag.
isInverted() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag that controls the direction of values on the axis.
isItemLabelVisible(int, int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if an item label is visible, and false otherwise.
isItemLabelVisible(int, int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns true if an item label is visible, and false otherwise.
isItemLabelVisible(int, int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if an item label is visible, and false otherwise.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns true if this is the pass where the shapes are drawn.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing items.
isItemPass(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the specified pass is the one for drawing items.
isLabelOutlineVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that controls the visibility of the label outline.
isLabelVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that controls whether or not a label is drawn for this crosshair.
isLastPointGood() - Method in class org.jfree.chart.renderer.xy.StandardXYItemRenderer.State
Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
isLastPointGood() - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer.State
Returns a flag that indicates if the last point drawn (in the current series) was 'good' (non-null).
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns true if this is the pass where the lines are drawn.
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing lines.
isLinePass(int) - Method in class org.jfree.chart.renderer.xy.XYLineAndShapeRenderer
Returns true if the specified pass is the one for drawing lines.
isLineVisible() - Method in class org.jfree.chart.LegendItem
Returns a flag that indicates whether or not the line is visible.
isLineVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns the flag that controls whether or not the line is visible.
isLogscale() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Returns the log-scale flag.
isLowFarOut() - Method in class org.jfree.chart.renderer.OutlierListCollection
A flag to indicate the presence of one or more far out values at the bottom end of the range.
isMaxValue(Number) - Method in class org.jfree.data.general.WaferMapDataset
Tests to see if the passed value is larger than the stored maxvalue.
isMeanVisible() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the mean indicator is draw for each item.
isMedianVisible() - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the flag that controls whether or not the median indicator is draw for each item.
isMinorTickMarksVisible() - Method in class org.jfree.chart.axis.Axis
Returns the flag that indicates whether or not the minor tick marks are showing.
isMinorTickMarksVisible() - Method in class org.jfree.chart.axis.PeriodAxis
Returns the flag that controls whether or not minor tick marks are displayed for the axis.
isMinValue(Number) - Method in class org.jfree.data.general.WaferMapDataset
Tests to see if the passed value is smaller than the stored minvalue.
isMouseWheelEnabled() - Method in class org.jfree.chart.ChartPanel
Returns true if the mouse wheel handler is enabled, and false otherwise.
isMultiple() - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the list contains multiple outliers, and false otherwise.
isNegativeArrowVisible() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag that controls whether or not the axis line has an arrow drawn that points in the negative direction for the axis.
isNotify() - Method in class org.jfree.chart.JFreeChart
Returns a flag that controls whether or not change events are sent to registered listeners.
isNotify() - Method in class org.jfree.chart.plot.Plot
Returns a flag that controls whether or not change events are sent to registered listeners.
isOutline() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutline() - Method in class org.jfree.chart.renderer.xy.XYAreaRenderer2
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutline() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns a flag that controls whether or not outlines of the areas are drawn.
isOutlineVisible() - Method in class org.jfree.chart.annotations.XYTextAnnotation
Returns the flag that controls whether or not the outline is drawn.
isOutlineVisible() - Method in class org.jfree.chart.plot.Plot
Returns the flag that controls whether or not the plot outline is drawn.
isOverlapped(Outlier) - Method in class org.jfree.chart.renderer.OutlierList
Returns true if the outlier overlaps, and false otherwise.
isPointInRect(Rectangle2D, double, double) - Static method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns true if the specified point (x, y) falls within or on the boundary of the specified rectangle.
isPositiveArrowVisible() - Method in class org.jfree.chart.axis.ValueAxis
Returns a flag that controls whether or not the axis line has an arrow drawn that points in the positive direction for the axis.
isRadiusGridlinesVisible() - Method in class org.jfree.chart.plot.PolarPlot
Returns true if the radius axis grid is visible, and false otherwise.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairLockedOnData() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns a flag indicating whether or not the range crosshair is visible.
isRangeCrosshairVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag indicating whether or not the range crosshair is visible.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns the flag that controls whether the range grid-lines are visible.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if the range axis grid is visible, and false otherwise.
isRangeGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis grid is visible, and false otherwise.
isRangeMinorGridlinesVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true if the range axis minor grid is visible, and false otherwise.
isRangeMinorGridlinesVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns true if the range axis minor grid is visible, and false otherwise.
isRangePannable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true if panning is enabled for the range axes, and false otherwise.
isRangePannable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true if panning is enabled for the range axes, and false otherwise.
isRangePannable() - Method in interface org.jfree.chart.plot.Pannable
Evaluates if the range axis can be panned.
isRangePannable() - Method in class org.jfree.chart.plot.XYPlot
Returns true if panning is enabled for the range axes, and false otherwise.
isRangeZeroBaselineVisible() - Method in class org.jfree.chart.plot.CategoryPlot
Returns a flag that controls whether or not a zero baseline is displayed for the range axis.
isRangeZeroBaselineVisible() - Method in class org.jfree.chart.plot.XYPlot
Returns a flag that controls whether or not a zero baseline is displayed for the range axis.
isRangeZoomable() - Method in class org.jfree.chart.ChartPanel
Returns the flag that determines whether or not zooming is enabled for the range axis.
isRangeZoomable() - Method in class org.jfree.chart.plot.CategoryPlot
Returns true to indicate that the range axes are zoomable.
isRangeZoomable() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns false.
isRangeZoomable() - Method in class org.jfree.chart.plot.FastScatterPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.PolarPlot
Returns true to indicate that the range axis is zoomable.
isRangeZoomable() - Method in class org.jfree.chart.plot.ThermometerPlot
Returns true.
isRangeZoomable() - Method in class org.jfree.chart.plot.XYPlot
Returns true, indicating that the range axis/axes for this plot are zoomable.
isRangeZoomable() - Method in interface org.jfree.chart.plot.Zoomable
Returns true if the plot's range is zoomable, and false otherwise.
isRenderAsPoints() - Method in class org.jfree.chart.plot.ContourPlot
Deprecated. Returns the renderAsPoints.
isSeriesFilled(int) - Method in class org.jfree.chart.renderer.DefaultPolarItemRenderer
Returns true if the renderer should fill the specified series, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesItemLabelsVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if the item labels for a series are visible, and false otherwise.
isSeriesVisible(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns a boolean that indicates whether or not the specified series should be drawn.
isSeriesVisible(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns a boolean that indicates whether or not the specified series should be drawn (this is typically used to hide an entire series).
isSeriesVisible(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns a boolean that indicates whether or not the specified series should be drawn (this is typically used to hide an entire series).
isSeriesVisibleInLegend(int) - Method in class org.jfree.chart.renderer.AbstractRenderer
Returns true if the series should be shown in the legend, and false otherwise.
isSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns true if the series should be shown in the legend, and false otherwise.
isSeriesVisibleInLegend(int) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns true if the series should be shown in the legend, and false otherwise.
isShadowPass(int) - Method in class org.jfree.chart.renderer.xy.XYLine3DRenderer
Returns true if the specified pass involves drawing shadows.
isShadowVisible() - Method in class org.jfree.chart.StandardChartTheme
Returns the shadow visibility flag.
isShapeFilled() - Method in class org.jfree.chart.LegendItem
Returns a flag that controls whether or not the shape is filled.
isShapeFilled() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether or not the shapes are filled.
isShapeOutlineVisible() - Method in class org.jfree.chart.LegendItem
Returns the flag that controls whether or not the shape outline is visible.
isShapeOutlineVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether the shape outline is visible.
isShapesFilled() - Method in class org.jfree.chart.renderer.xy.XYStepAreaRenderer
Returns the flag that controls whether or not the shapes are filled.
isShapeVisible() - Method in class org.jfree.chart.LegendItem
Returns a flag that indicates whether or not the shape is visible.
isShapeVisible() - Method in class org.jfree.chart.title.LegendGraphic
Returns a flag that controls whether or not the shape is visible.
isStepped() - Method in class org.jfree.chart.plot.ColorPalette
Deprecated. Returns the 'is-stepped' flag.
isStripOutlineVisible() - Method in class org.jfree.chart.title.PaintScaleLegend
Returns the flag that controls whether or not an outline is drawn around the paint strip.
isSubplot() - Method in class org.jfree.chart.plot.Plot
Returns true if this plot is part of a combined plot structure (that is, Plot.getParent() returns a non-null value), and false otherwise.
isTickLabelsVisible() - Method in class org.jfree.chart.axis.Axis
Returns a flag indicating whether or not the tick labels are visible.
isTickMarksVisible() - Method in class org.jfree.chart.axis.Axis
Returns the flag that indicates whether or not the tick marks are showing.
isTimeSeries() - Method in class org.jfree.data.jdbc.JDBCXYDataset
Returns true if the dataset represents time series data, and false otherwise.
isTransposed() - Method in class org.jfree.data.gantt.XYTaskDataset
Returns a flag that indicates whether or not the dataset is transposed.
isValidNumber(double) - Static method in class org.jfree.chart.plot.ThermometerPlot
Determine whether a number is valid and finite.
isVerticalTickLabels() - Method in class org.jfree.chart.axis.ValueAxis
Returns true if the tick labels should be rotated (to vertical), and false otherwise.
isVisible() - Method in class org.jfree.chart.axis.Axis
Returns true if the axis is visible, and false otherwise.
isVisible() - Method in class org.jfree.chart.plot.Crosshair
Returns the flag that indicates whether or not the crosshair is currently visible.
isVisible() - Method in class org.jfree.chart.plot.dial.AbstractDialLayer
Returns true if this layer is visible (should be displayed), and false otherwise.
isVisible() - Method in interface org.jfree.chart.plot.dial.DialLayer
Returns a flag that indicates whether or not the layer is visible.
isVisible() - Method in class org.jfree.chart.title.Title
Returns a flag that controls whether or not the title should be drawn.
isWebFilled() - Method in class org.jfree.chart.plot.SpiderWebPlot
Method to determine if the web chart is to be filled.
ITEM_TAG - Static variable in interface org.jfree.data.xml.DatasetTags
The 'Item' element name.
ItemHandler - Class in org.jfree.data.xml
A handler for reading key-value items.
ItemHandler(RootHandler, DefaultHandler) - Constructor for class org.jfree.data.xml.ItemHandler
Creates a new item handler.
ItemLabelAnchor - Class in org.jfree.chart.labels
An enumeration of the positions that a value label can take, relative to an item in a CategoryPlot.
ItemLabelPosition - Class in org.jfree.chart.labels
The attributes that control the position of the label for each data item on a chart.
ItemLabelPosition() - Constructor for class org.jfree.chart.labels.ItemLabelPosition
Creates a new position record with default settings.
ItemLabelPosition(ItemLabelAnchor, TextAnchor) - Constructor for class org.jfree.chart.labels.ItemLabelPosition
Creates a new position record (with zero rotation).
ItemLabelPosition(ItemLabelAnchor, TextAnchor, TextAnchor, double) - Constructor for class org.jfree.chart.labels.ItemLabelPosition
Creates a new position record.
iterateCategoryRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Deprecated. As of 1.0.10, use DatasetUtilities.iterateRangeBounds(CategoryDataset, boolean).
iterateDomainBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the items in an XYDataset to find the range of x-values.
iterateDomainBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the items in an XYDataset to find the range of x-values.
iterateRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the category dataset to find the range bounds.
iterateRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the category dataset to find the range bounds.
iterateRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the xy dataset to find the range bounds.
iterateRangeBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data items of the xy dataset to find the range bounds.
iterateToFindDomainBounds(XYDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of x-values in the specified dataset for the data items belonging to the visible series.
iterateToFindRangeBounds(CategoryDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Iterates over the data item of the category dataset to find the range bounds.
iterateToFindRangeBounds(XYDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of y-values in the specified dataset for the data items belonging to the visible series and with x-values in the given range.
iterateXYRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Deprecated. As of 1.0.10, use DatasetUtilities.iterateRangeBounds(XYDataset).
iterator() - Method in interface org.jfree.chart.entity.EntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in class org.jfree.chart.entity.StandardEntityCollection
Returns an iterator for the entities in the collection.
iterator() - Method in class org.jfree.chart.LegendItemCollection
Returns an iterator that provides access to all the legend items.
iterator() - Method in class org.jfree.chart.renderer.OutlierListCollection
Returns an iterator for the outlier lists.

Footer
And More

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.