Java org.jfree.chart.plot Zoomable fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.plot Zoomable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.plot Zoomable.

The text is from its open source code.

Implementation

org.jfree.chart.plot.Zoomable has the following implementations.
Click this link to see all its implementation.

Method

PlotOrientationgetOrientation()
Returns the orientation of the plot.
booleanisDomainZoomable()
Returns true if the plot's domain is zoomable, and false otherwise.
booleanisRangeZoomable()
Returns true if the plot's range is zoomable, and false otherwise.
voidzoomDomainAxes(double factor, PlotRenderingInfo state, Point2D source)
Multiplies the range on the domain axis/axes by the specified factor.
voidzoomDomainAxes(double factor, PlotRenderingInfo state, Point2D source, boolean useAnchor)
Multiplies the range on the domain axis/axes by the specified factor.
voidzoomDomainAxes(double lowerPercent, double upperPercent, PlotRenderingInfo state, Point2D source)
Zooms in on the domain axes.
voidzoomRangeAxes(double factor, PlotRenderingInfo state, Point2D source)
Multiplies the range on the range axis/axes by the specified factor.
voidzoomRangeAxes(double factor, PlotRenderingInfo state, Point2D source, boolean useAnchor)
Multiplies the range on the range axis/axes by the specified factor.
voidzoomRangeAxes(double lowerPercent, double upperPercent, PlotRenderingInfo state, Point2D source)
Zooms in on the range axes.