org.jCharts.axisChart.customRenderers.axisValue
public class AxisValueRenderEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
private int |
dataSetIndex |
private FontRenderContext |
fontRenderContext |
private Graphics2D |
graphics2D |
private IAxisPlotDataSet |
iAxisPlotDataSet |
private Rectangle2D.Float |
totalItemAxisArea |
private int |
valueIndex |
private float |
valueX |
private float |
valueY |
private float |
zeroLineCoordinate |
source
Constructor and Description |
---|
AxisValueRenderEvent(AxisChart axisChart,
IAxisPlotDataSet iAxisPlotDataSet,
Graphics2D graphics2D,
Rectangle2D.Float totalItemAxisArea,
float zeroLineCoordinate) |
Modifier and Type | Method and Description |
---|---|
int |
getDataSetIndex() |
FontRenderContext |
getFontRenderContext() |
Graphics2D |
getGraphics2D() |
IAxisPlotDataSet |
getiAxisPlotDataSet() |
Rectangle2D.Float |
getTotalItemAxisArea()
Returns the bounding box of the total axis plot area alotted to the current scale
item.
|
int |
getValueIndex() |
float |
getValueX() |
float |
getValueY() |
float |
getZeroLineCoordinate() |
void |
setDataSetIndex(int dataSetIndex) |
void |
setValueIndex(int valueIndex) |
void |
setValueX(float valueX) |
void |
setValueY(float valueY) |
getSource, toString
private Graphics2D graphics2D
private FontRenderContext fontRenderContext
private IAxisPlotDataSet iAxisPlotDataSet
private Rectangle2D.Float totalItemAxisArea
private float zeroLineCoordinate
private float valueX
private float valueY
private int dataSetIndex
private int valueIndex
public AxisValueRenderEvent(AxisChart axisChart, IAxisPlotDataSet iAxisPlotDataSet, Graphics2D graphics2D, Rectangle2D.Float totalItemAxisArea, float zeroLineCoordinate)
axisChart
- graphics2D
- totalItemAxisArea
- public Graphics2D getGraphics2D()
public FontRenderContext getFontRenderContext()
public Rectangle2D.Float getTotalItemAxisArea()
public IAxisPlotDataSet getiAxisPlotDataSet()
public float getValueX()
public void setValueX(float valueX)
public float getValueY()
public void setValueY(float valueY)
public int getDataSetIndex()
public void setDataSetIndex(int dataSetIndex)
public int getValueIndex()
public void setValueIndex(int valueIndex)
public float getZeroLineCoordinate()