|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ImageEncoder
s for different
ImageFormat
s.null
, it is treated as if it were 0.0).
-1
if the
dataset does not belong to the plot.
true
if the range intersects with the specified
range, and false
otherwise.
IntervalCategoryDataset
.IntervalCategoryDataset
.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.XYZDataset
interface that allows a range of data
to be defined for any of the X values, the Y values, and the Z values.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
- Returns the clip.
- isCompatibleDomainAxis(ValueAxis) -
Method in class org.jfree.chart.plot.ContourPlot
- Checks the compatibility of a domain axis, returning true if the axis is
compatible with the plot, and false otherwise.
- isDateAxis(int) -
Method in interface org.jfree.data.contour.ContourDataset
- Returns true if axis are dates.
- isDateAxis(int) -
Method in class org.jfree.data.contour.DefaultContourDataset
- Returns true if axis are dates.
- isDomainCrosshairLockedOnData() -
Method in class org.jfree.chart.plot.ContourPlot
- 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.ContourPlot
- 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.
- 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
.
- isDomainZoomable() -
Method in class org.jfree.chart.plot.ContourPlot
- Returns
false
.
- isDomainZoomable() -
Method in class org.jfree.chart.plot.FastScatterPlot
- Returns
true
.
- isDomainZoomable() -
Method in class org.jfree.chart.plot.PolarPlot
- Returns
true
.
- isDomainZoomable() -
Method in class org.jfree.chart.plot.ThermometerPlot
- Returns
false
.
- isDomainZoomable() -
Method in class org.jfree.chart.plot.XYPlot
- Returns
true
- 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
- 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.
- 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
- Returns the fillPath.
- isGridBandsVisible() -
Method in class org.jfree.chart.axis.SymbolAxis
- Returns
true
if the grid bands are showing, and
false
otherwise.
- 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
- 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.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.
- 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.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
- 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.
- 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.
- 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.
- 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.
- isOverlapped(Outlier) -
Method in class org.jfree.chart.renderer.OutlierList
- Returns
true
if the outlier overlaps, and
false
otherwise.
- 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
- 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
- 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.
- 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
false
.
- isRangeZoomable() -
Method in class org.jfree.chart.plot.ContourPlot
- Returns
false
.
- isRangeZoomable() -
Method in class org.jfree.chart.plot.FastScatterPlot
- Returns
true
.
- isRangeZoomable() -
Method in class org.jfree.chart.plot.PolarPlot
- Returns
true
.
- isRangeZoomable() -
Method in class org.jfree.chart.plot.ThermometerPlot
- Returns
true
.
- isRangeZoomable() -
Method in class org.jfree.chart.plot.XYPlot
- Returns
true
- 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
- 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.
- 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
- Returns the 'is-stepped' flag.
- isSubplot() -
Method in class org.jfree.chart.plot.Plot
- Returns true if this plot is part of a combined plot structure.
- 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.
- 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.
- 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
- Iterates over the data item of the category dataset to find
the range bounds.
- 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.
- iterateXYRangeBounds(XYDataset) -
Static method in class org.jfree.data.general.DatasetUtilities
- Iterates over the data item of the xy dataset to find
the range bounds.
- 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.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |