public interface ChartRenderer
Modifier and Type | Method and Description |
---|---|
Font |
getBaseItemLabelFont()
Obtains the default Font of the labels
|
Object |
getCatRenderer() |
Object |
getChartRenderer()
Useful to swing part.
|
String |
getChartRendererName()
Gets the name that represent the ChartRenderer
|
Object |
getXYRenderer() |
void |
setBaseItemLabelFont(Font newF)
Sets the Default Font for the labels
|
void |
setBaseItemLabelsVisible(boolean visible)
Set visibles the data labels
|
void |
setBasePositiveItemLabelPosition(String chartLabellingPosition) |
void |
setCategoryItemLabelGenerator(boolean chartLabellingDataShown) |
void |
setIsXYPlot(boolean b) |
void |
setItemMargin(float f) |
void |
setSeriesPaint(int i,
Paint p) |
void setSeriesPaint(int i, Paint p)
Font getBaseItemLabelFont()
void setBaseItemLabelsVisible(boolean visible)
void setBaseItemLabelFont(Font newF)
newF
- String getChartRendererName()
Object getChartRenderer()
ChartService
with his own renderers
using an underlaying library, the main object can be reached by
this method. In our case, the object will be a JFreeChart renderer, but
if not, the Swing library can make its own cast.Object getXYRenderer()
Object getCatRenderer()
void setIsXYPlot(boolean b)
void setItemMargin(float f)
void setCategoryItemLabelGenerator(boolean chartLabellingDataShown)
void setBasePositiveItemLabelPosition(String chartLabellingPosition)