Class ContourPlot
- All Implemented Interfaces:
PropertyChangeListener,Serializable,Cloneable,EventListener,AnnotationChangeListener,AxisChangeListener,MarkerChangeListener,LegendItemSource,ContourValuePlot,ValueAxisPlot,DatasetChangeListener,org.jfree.util.PublicCloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.jfree.ui.RectangleInsetsDeprecated.The default insets.protected static ResourceBundleDeprecated.The resourceBundle for the localization.Fields inherited from class org.jfree.chart.plot.Plot
DEFAULT_BACKGROUND_ALPHA, DEFAULT_BACKGROUND_PAINT, DEFAULT_FOREGROUND_ALPHA, DEFAULT_LEGEND_ITEM_BOX, DEFAULT_LEGEND_ITEM_CIRCLE, DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, MINIMUM_HEIGHT_TO_DRAW, MINIMUM_WIDTH_TO_DRAW, ZERO -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new plot with no dataset or axes.ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar) Deprecated.Constructs a contour plot with the specified axes (other attributes take default values). -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(XYAnnotation annotation) Deprecated.Adds an annotation to the plot.voidaddDomainMarker(Marker marker) Deprecated.Adds a marker for the domain axis.voidaddRangeMarker(Marker marker) Deprecated.Adds a marker for the range axis.voidaxisChanged(AxisChangeEvent event) Deprecated.Receives notification of a change to one of the plot's axes.voidDeprecated.Clears all the annotations.voidDeprecated.Clears all the domain markers.voidDeprecated.Clears all the range markers.clone()Deprecated.Extends plot cloning to this plot typevoidcontourRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Fills the plot.voiddatasetChanged(DatasetChangeEvent event) Deprecated.Receives notification of a change to the plot's dataset.voiddraw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info) Deprecated.Draws the plot on a Java 2D graphics device (such as the screen or a printer).voiddrawDomainMarker(Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea) Deprecated.Draws a vertical line on the chart to represent a 'range marker'.protected voiddrawHorizontalLine(Graphics2D g2, Rectangle2D dataArea, double value, Stroke stroke, Paint paint) Deprecated.Utility method for drawing a crosshair on the chart (if required).voiddrawRangeMarker(Graphics2D g2, ContourPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea) Deprecated.Draws a horizontal line across the chart to represent a 'range marker'.protected voiddrawVerticalLine(Graphics2D g2, Rectangle2D dataArea, double value, Stroke stroke, Paint paint) Deprecated.Utility method for drawing a crosshair on the chart (if required).Deprecated.Returns the clipPath.Deprecated.Returns the colorbar.org.jfree.ui.RectangleEdgeDeprecated.Returns the color bar location.Deprecated.Returns the range for the Contours.doubleDeprecated.Returns the data area ratio.getDataRange(ValueAxis axis) Deprecated.Returns the range for an axis.Deprecated.Returns the primary dataset for the plot.Deprecated.Returns the domain axis for the plot.Deprecated.Returns the domain crosshair color.Deprecated.Returns the Stroke used to draw the crosshair (if visible).doubleDeprecated.Returns the domain crosshair value.Deprecated.Returns the missingPaint.Deprecated.Returns the plot type as a string.doubleDeprecated.Returns the ptSizePct.Deprecated.Returns the range axis for the plot.Deprecated.Returns the range crosshair color.Deprecated.Returns the Stroke used to draw the crosshair (if visible).doubleDeprecated.Returns the range crosshair value.Deprecated.Returns the tool tip generator.Deprecated.Returns the URL generator for HTML image maps.voidhandleClick(int x, int y, PlotRenderingInfo info) Deprecated.Handles a 'click' on the plot by updating the anchor values...booleanDeprecated.Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.booleanDeprecated.Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.booleanDeprecated.Returns a flag indicating whether or not the domain crosshair is visible.booleanDeprecated.Returnsfalse.booleanDeprecated.Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.booleanDeprecated.Returns a flag indicating whether or not the range crosshair is visible.booleanDeprecated.Returnsfalse.booleanDeprecated.Returns the renderAsPoints.voidpointRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Draws the visual representation of a single data item.voidDeprecated.Notifies all registered listeners of a property change.voidrender(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, CrosshairState crosshairState) Deprecated.Draws a representation of the data within the dataArea region, using the current renderer.voidsetClipPath(ClipPath clipPath) Deprecated.Sets the clipPath.voidsetColorBarAxis(ColorBar axis) Deprecated.Sets the colorbar for the plot.voidsetColorBarLocation(org.jfree.ui.RectangleEdge edge) Deprecated.Sets the color bar location and sends aPlotChangeEventto all registered listeners.voidsetDataAreaRatio(double ratio) Deprecated.Sets the data area ratio.voidsetDataset(ContourDataset dataset) Deprecated.Sets the dataset for the plot, replacing the existing dataset if there is one.voidsetDomainAxis(ValueAxis axis) Deprecated.Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).voidsetDomainCrosshairLockedOnData(boolean flag) Deprecated.Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.voidsetDomainCrosshairPaint(Paint paint) Deprecated.Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.voidsetDomainCrosshairStroke(Stroke stroke) Deprecated.Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.voidsetDomainCrosshairValue(double value) Deprecated.Sets the domain crosshair value.voidsetDomainCrosshairValue(double value, boolean notify) Deprecated.Sets the domain crosshair value.voidsetDomainCrosshairVisible(boolean flag) Deprecated.Sets the flag indicating whether or not the domain crosshair is visible.voidsetMissingPaint(Paint paint) Deprecated.Sets the missingPaint.voidsetPtSizePct(double ptSizePct) Deprecated.Sets the ptSizePct.voidsetRangeAxis(ValueAxis axis) Deprecated.Sets the range axis for the plot.voidsetRangeCrosshairLockedOnData(boolean flag) Deprecated.Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.voidsetRangeCrosshairPaint(Paint paint) Deprecated.Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.voidsetRangeCrosshairStroke(Stroke stroke) Deprecated.Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.voidsetRangeCrosshairValue(double value) Deprecated.Sets the domain crosshair value.voidsetRangeCrosshairValue(double value, boolean notify) Deprecated.Sets the range crosshair value.voidsetRangeCrosshairVisible(boolean flag) Deprecated.Sets the flag indicating whether or not the range crosshair is visible.voidsetRenderAsPoints(boolean renderAsPoints) Deprecated.Sets the renderAsPoints.voidsetToolTipGenerator(ContourToolTipGenerator generator) Deprecated.Sets the tool tip generator.voidsetURLGenerator(XYURLGenerator urlGenerator) Deprecated.Sets the URL generator for HTML image maps.visibleRange(ContourDataset data, Range x, Range y) Deprecated.Returns the visible z-range.voidzoom(double percent) Deprecated.Zooms the axis ranges by the specified percentage about the anchor point.voidzoomDomainAxes(double x, double y, double factor) Deprecated.Multiplies the range on the domain axis/axes by the specified factor (to be implemented).voidzoomDomainAxes(double x, double y, double lowerPercent, double upperPercent) Deprecated.Zooms the domain axes (not yet implemented).voidzoomRangeAxes(double x, double y, double factor) Deprecated.Multiplies the range on the range axis/axes by the specified factor.voidzoomRangeAxes(double x, double y, double lowerPercent, double upperPercent) Deprecated.Zooms the range axes (not yet implemented).Methods inherited from class org.jfree.chart.plot.Plot
addChangeListener, annotationChanged, createAndAddEntity, drawBackground, drawBackgroundImage, drawNoDataMessage, drawOutline, equals, fillBackground, fillBackground, fireChangeEvent, getBackgroundAlpha, getBackgroundImage, getBackgroundImageAlignment, getBackgroundImageAlpha, getBackgroundPaint, getDatasetGroup, getDrawingSupplier, getForegroundAlpha, getInsets, getLegendItems, getNoDataMessage, getNoDataMessageFont, getNoDataMessagePaint, getOutlinePaint, getOutlineStroke, getParent, getRectX, getRectY, getRootPlot, isNotify, isOutlineVisible, isSubplot, markerChanged, notifyListeners, removeChangeListener, resolveDomainAxisLocation, resolveRangeAxisLocation, setBackgroundAlpha, setBackgroundImage, setBackgroundImageAlignment, setBackgroundImageAlpha, setBackgroundPaint, setDatasetGroup, setDrawingSupplier, setDrawingSupplier, setForegroundAlpha, setInsets, setInsets, setNoDataMessage, setNoDataMessageFont, setNoDataMessagePaint, setNotify, setOutlinePaint, setOutlineStroke, setOutlineVisible, setParent
-
Field Details
-
DEFAULT_INSETS
Deprecated.The default insets. -
localizationResources
Deprecated.The resourceBundle for the localization.
-
-
Constructor Details
-
ContourPlot
public ContourPlot()Deprecated.Creates a new plot with no dataset or axes. -
ContourPlot
public ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar) Deprecated.Constructs a contour plot with the specified axes (other attributes take default values).- Parameters:
dataset- The dataset.domainAxis- The domain axis.rangeAxis- The range axis.colorBar- The z-axis axis.
-
-
Method Details
-
getColorBarLocation
Deprecated.Returns the color bar location.- Returns:
- The color bar location.
-
setColorBarLocation
Deprecated.Sets the color bar location and sends aPlotChangeEventto all registered listeners.- Parameters:
edge- the location.
-
getDataset
Deprecated.Returns the primary dataset for the plot.- Returns:
- The primary dataset (possibly
null).
-
setDataset
Deprecated.Sets the dataset for the plot, replacing the existing dataset if there is one.- Parameters:
dataset- the dataset (nullpermitted).
-
getDomainAxis
Deprecated.Returns the domain axis for the plot.- Returns:
- The domain axis.
-
setDomainAxis
Deprecated.Sets the domain axis for the plot (this must be compatible with the plot type or an exception is thrown).- Parameters:
axis- The new axis.
-
getRangeAxis
Deprecated.Returns the range axis for the plot.- Returns:
- The range axis.
-
setRangeAxis
Deprecated.Sets the range axis for the plot.An exception is thrown if the new axis and the plot are not mutually compatible.
- Parameters:
axis- The new axis (null permitted).
-
setColorBarAxis
Deprecated.Sets the colorbar for the plot.- Parameters:
axis- The new axis (null permitted).
-
getDataAreaRatio
Deprecated.Returns the data area ratio.- Returns:
- The ratio.
-
setDataAreaRatio
Deprecated.Sets the data area ratio.- Parameters:
ratio- the ratio.
-
addDomainMarker
Deprecated.Adds a marker for the domain axis.Typically a marker will be drawn by the renderer as a line perpendicular to the range axis, however this is entirely up to the renderer.
- Parameters:
marker- the marker.
-
clearDomainMarkers
Deprecated.Clears all the domain markers. -
addRangeMarker
Deprecated.Adds a marker for the range axis.Typically a marker will be drawn by the renderer as a line perpendicular to the range axis, however this is entirely up to the renderer.
- Parameters:
marker- The marker.
-
clearRangeMarkers
Deprecated.Clears all the range markers. -
addAnnotation
Deprecated.Adds an annotation to the plot.- Parameters:
annotation- the annotation.
-
clearAnnotations
Deprecated.Clears all the annotations. -
isCompatibleDomainAxis
Deprecated.Checks the compatibility of a domain axis, returning true if the axis is compatible with the plot, and false otherwise.- Parameters:
axis- The proposed axis.- Returns:
trueif the axis is compatible with the plot.
-
draw
public void draw(Graphics2D g2, Rectangle2D area, Point2D anchor, PlotState parentState, PlotRenderingInfo info) Deprecated.Draws the plot on a Java 2D graphics device (such as the screen or a printer).The optional
infoargument collects information about the rendering of the plot (dimensions, tooltip information etc). Just pass innullif you do not need this information.- Specified by:
drawin classPlot- Parameters:
g2- the graphics device.area- the area within which the plot (including axis labels) should be drawn.anchor- the anchor point (nullpermitted).parentState- the state from the parent plot, if there is one.info- collects chart drawing information (nullpermitted).
-
render
public void render(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, CrosshairState crosshairState) Deprecated.Draws a representation of the data within the dataArea region, using the current renderer.The
infoandcrosshairStatearguments may benull.- Parameters:
g2- the graphics device.dataArea- the region in which the data is to be drawn.info- an optional object for collection dimension information.crosshairState- an optional object for collecting crosshair info.
-
contourRenderer
public void contourRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis horizontalAxis, ValueAxis verticalAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Fills the plot.- Parameters:
g2- the graphics device.dataArea- the area within which the data is being drawn.info- collects information about the drawing.plot- the plot (can be used to obtain standard color information etc).horizontalAxis- the domain (horizontal) axis.verticalAxis- the range (vertical) axis.colorBar- the color bar axis.data- the dataset.crosshairState- information about crosshairs on a plot.
-
pointRenderer
public void pointRenderer(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, ContourPlot plot, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar, ContourDataset data, CrosshairState crosshairState) Deprecated.Draws the visual representation of a single data item.- Parameters:
g2- the graphics device.dataArea- the area within which the data is being drawn.info- collects information about the drawing.plot- the plot (can be used to obtain standard color information etc).domainAxis- the domain (horizontal) axis.rangeAxis- the range (vertical) axis.colorBar- the color bar axis.data- the dataset.crosshairState- information about crosshairs on a plot.
-
drawVerticalLine
protected void drawVerticalLine(Graphics2D g2, Rectangle2D dataArea, double value, Stroke stroke, Paint paint) Deprecated.Utility method for drawing a crosshair on the chart (if required).- Parameters:
g2- The graphics device.dataArea- The data area.value- The coordinate, where to draw the line.stroke- The stroke to use.paint- The paint to use.
-
drawHorizontalLine
protected void drawHorizontalLine(Graphics2D g2, Rectangle2D dataArea, double value, Stroke stroke, Paint paint) Deprecated.Utility method for drawing a crosshair on the chart (if required).- Parameters:
g2- The graphics device.dataArea- The data area.value- The coordinate, where to draw the line.stroke- The stroke to use.paint- The paint to use.
-
handleClick
Deprecated.Handles a 'click' on the plot by updating the anchor values...- Overrides:
handleClickin classPlot- Parameters:
x- x-coordinate, where the click occured.y- y-coordinate, where the click occured.info- An object for collection dimension information.
-
zoom
Deprecated.Zooms the axis ranges by the specified percentage about the anchor point. -
getPlotType
Deprecated.Returns the plot type as a string.- Specified by:
getPlotTypein classPlot- Returns:
- A short string describing the type of plot.
-
getDataRange
Deprecated.Returns the range for an axis.- Specified by:
getDataRangein interfaceValueAxisPlot- Parameters:
axis- the axis.- Returns:
- The range for an axis.
-
getContourDataRange
Deprecated.Returns the range for the Contours.- Specified by:
getContourDataRangein interfaceContourValuePlot- Returns:
- The range for the Contours (z-axis).
-
propertyChange
Deprecated.Notifies all registered listeners of a property change.One source of property change events is the plot's renderer.
- Specified by:
propertyChangein interfacePropertyChangeListener- Parameters:
event- Information about the property change.
-
datasetChanged
Deprecated.Receives notification of a change to the plot's dataset.The chart reacts by passing on a chart change event to all registered listeners.
- Specified by:
datasetChangedin interfaceDatasetChangeListener- Overrides:
datasetChangedin classPlot- Parameters:
event- Information about the event (not used here).
-
getColorBar
Deprecated.Returns the colorbar.- Returns:
- The colorbar.
-
isDomainCrosshairVisible
Deprecated.Returns a flag indicating whether or not the domain crosshair is visible.- Returns:
- The flag.
-
setDomainCrosshairVisible
Deprecated.Sets the flag indicating whether or not the domain crosshair is visible.- Parameters:
flag- the new value of the flag.
-
isDomainCrosshairLockedOnData
Deprecated.Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.- Returns:
- The flag.
-
setDomainCrosshairLockedOnData
Deprecated.Sets the flag indicating whether or not the domain crosshair should "lock-on" to actual data values.- Parameters:
flag- the flag.
-
getDomainCrosshairValue
Deprecated.Returns the domain crosshair value.- Returns:
- The value.
-
setDomainCrosshairValue
Deprecated.Sets the domain crosshair value.Registered listeners are notified that the plot has been modified, but only if the crosshair is visible.
- Parameters:
value- the new value.
-
setDomainCrosshairValue
Deprecated.Sets the domain crosshair value.Registered listeners are notified that the axis has been modified, but only if the crosshair is visible.
- Parameters:
value- the new value.notify- a flag that controls whether or not listeners are notified.
-
getDomainCrosshairStroke
Deprecated.Returns the Stroke used to draw the crosshair (if visible).- Returns:
- The crosshair stroke.
-
setDomainCrosshairStroke
Deprecated.Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.- Parameters:
stroke- the new crosshair stroke.
-
getDomainCrosshairPaint
Deprecated.Returns the domain crosshair color.- Returns:
- The crosshair color.
-
setDomainCrosshairPaint
Deprecated.Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.- Parameters:
paint- the new crosshair paint.
-
isRangeCrosshairVisible
Deprecated.Returns a flag indicating whether or not the range crosshair is visible.- Returns:
- The flag.
-
setRangeCrosshairVisible
Deprecated.Sets the flag indicating whether or not the range crosshair is visible.- Parameters:
flag- the new value of the flag.
-
isRangeCrosshairLockedOnData
Deprecated.Returns a flag indicating whether or not the crosshair should "lock-on" to actual data values.- Returns:
- The flag.
-
setRangeCrosshairLockedOnData
Deprecated.Sets the flag indicating whether or not the range crosshair should "lock-on" to actual data values.- Parameters:
flag- the flag.
-
getRangeCrosshairValue
Deprecated.Returns the range crosshair value.- Returns:
- The value.
-
setRangeCrosshairValue
Deprecated.Sets the domain crosshair value.Registered listeners are notified that the plot has been modified, but only if the crosshair is visible.
- Parameters:
value- the new value.
-
setRangeCrosshairValue
Deprecated.Sets the range crosshair value.Registered listeners are notified that the axis has been modified, but only if the crosshair is visible.
- Parameters:
value- the new value.notify- a flag that controls whether or not listeners are notified.
-
getRangeCrosshairStroke
Deprecated.Returns the Stroke used to draw the crosshair (if visible).- Returns:
- The crosshair stroke.
-
setRangeCrosshairStroke
Deprecated.Sets the Stroke used to draw the crosshairs (if visible) and notifies registered listeners that the axis has been modified.- Parameters:
stroke- the new crosshair stroke.
-
getRangeCrosshairPaint
Deprecated.Returns the range crosshair color.- Returns:
- The crosshair color.
-
setRangeCrosshairPaint
Deprecated.Sets the Paint used to color the crosshairs (if visible) and notifies registered listeners that the axis has been modified.- Parameters:
paint- the new crosshair paint.
-
getToolTipGenerator
Deprecated.Returns the tool tip generator.- Returns:
- The tool tip generator (possibly null).
-
setToolTipGenerator
Deprecated.Sets the tool tip generator.- Parameters:
generator- the tool tip generator (null permitted).
-
getURLGenerator
Deprecated.Returns the URL generator for HTML image maps.- Returns:
- The URL generator (possibly null).
-
setURLGenerator
Deprecated.Sets the URL generator for HTML image maps.- Parameters:
urlGenerator- the URL generator (null permitted).
-
drawDomainMarker
public void drawDomainMarker(Graphics2D g2, ContourPlot plot, ValueAxis domainAxis, Marker marker, Rectangle2D dataArea) Deprecated.Draws a vertical line on the chart to represent a 'range marker'.- Parameters:
g2- the graphics device.plot- the plot.domainAxis- the domain axis.marker- the marker line.dataArea- the axis data area.
-
drawRangeMarker
public void drawRangeMarker(Graphics2D g2, ContourPlot plot, ValueAxis rangeAxis, Marker marker, Rectangle2D dataArea) Deprecated.Draws a horizontal line across the chart to represent a 'range marker'.- Parameters:
g2- the graphics device.plot- the plot.rangeAxis- the range axis.marker- the marker line.dataArea- the axis data area.
-
getClipPath
Deprecated.Returns the clipPath.- Returns:
- ClipPath
-
setClipPath
Deprecated.Sets the clipPath.- Parameters:
clipPath- The clipPath to set
-
getPtSizePct
Deprecated.Returns the ptSizePct.- Returns:
- double
-
isRenderAsPoints
Deprecated.Returns the renderAsPoints.- Returns:
- boolean
-
setPtSizePct
Deprecated.Sets the ptSizePct.- Parameters:
ptSizePct- The ptSizePct to set
-
setRenderAsPoints
Deprecated.Sets the renderAsPoints.- Parameters:
renderAsPoints- The renderAsPoints to set
-
axisChanged
Deprecated.Receives notification of a change to one of the plot's axes.- Specified by:
axisChangedin interfaceAxisChangeListener- Overrides:
axisChangedin classPlot- Parameters:
event- information about the event.
-
visibleRange
Deprecated.Returns the visible z-range.- Parameters:
data- the dataset.x- the x range.y- the y range.- Returns:
- The range.
-
getMissingPaint
Deprecated.Returns the missingPaint.- Returns:
- Paint
-
setMissingPaint
Deprecated.Sets the missingPaint.- Parameters:
paint- the missingPaint to set.
-
zoomDomainAxes
Deprecated.Multiplies the range on the domain axis/axes by the specified factor (to be implemented).- Parameters:
x- the x-coordinate (in Java2D space).y- the y-coordinate (in Java2D space).factor- the zoom factor.
-
zoomDomainAxes
Deprecated.Zooms the domain axes (not yet implemented).- Parameters:
x- the x-coordinate (in Java2D space).y- the y-coordinate (in Java2D space).lowerPercent- the new lower bound.upperPercent- the new upper bound.
-
zoomRangeAxes
Deprecated.Multiplies the range on the range axis/axes by the specified factor.- Parameters:
x- the x-coordinate (in Java2D space).y- the y-coordinate (in Java2D space).factor- the zoom factor.
-
zoomRangeAxes
Deprecated.Zooms the range axes (not yet implemented).- Parameters:
x- the x-coordinate (in Java2D space).y- the y-coordinate (in Java2D space).lowerPercent- the new lower bound.upperPercent- the new upper bound.
-
isDomainZoomable
Deprecated.Returnsfalse.- Returns:
- A boolean.
-
isRangeZoomable
Deprecated.Returnsfalse.- Returns:
- A boolean.
-
clone
Deprecated.Extends plot cloning to this plot type- Specified by:
clonein interfaceorg.jfree.util.PublicCloneable- Overrides:
clonein classPlot- Returns:
- A clone.
- Throws:
CloneNotSupportedException- if some component of the plot does not support cloning.- See Also:
-
XYPlotwith anXYBlockRenderer.