Class Overview
The state class used by this renderer.
Summary
Public Methods |
double
|
getG2Base()
Returns the base (range) value in Java 2D space.
|
void
|
setG2Base(double value)
Sets the range axis base in Java2D space.
|
[Expand]
Inherited Methods |
From class
org.jfree.chart.renderer.xy.XYItemRendererState
void
|
endSeriesPass(XYDataset dataset, int series, int firstItem, int lastItem, int pass, int passCount)
This method is called by the XYPlot when it ends a pass
through the (visible) items in a series.
|
int
|
getFirstItemIndex()
|
int
|
getLastItemIndex()
|
boolean
|
getProcessVisibleItemsOnly()
Returns the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items.
|
void
|
setProcessVisibleItemsOnly(boolean flag)
Sets the flag that controls whether the plot passes all data
items in each series to the renderer, or just the visible items.
|
void
|
startSeriesPass(XYDataset dataset, int series, int firstItem, int lastItem, int pass, int passCount)
This method is called by the XYPlot when it starts a pass
through the (visible) items in a series.
|
|
From class
org.jfree.chart.renderer.RendererState
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
XYBarRenderer.XYBarRendererState
(PlotRenderingInfo info)
Creates a new state object.
Parameters
info
| the plot rendering info.
|
Public Methods
public
double
getG2Base
()
Returns the base (range) value in Java 2D space.
public
void
setG2Base
(double value)
Sets the range axis base in Java2D space.