public class BarFormatter extends LineAndPointFormatter
fillDirection, interpolationParams, linePaint, vertexPaint| Constructor and Description |
|---|
BarFormatter()
Should only be used in conjunction with calls to configure()...
|
BarFormatter(int fillColor,
int borderColor) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Paint |
getBorderPaint() |
android.graphics.Paint |
getFillPaint() |
Class<? extends SeriesRenderer> |
getRendererClass() |
SeriesRenderer |
getRendererInstance(XYPlot plot) |
void |
setBorderPaint(android.graphics.Paint borderPaint) |
void |
setFillPaint(android.graphics.Paint fillPaint) |
disableShadows, enableShadows, getFillDirection, getInterpolationParams, getLinePaint, getPointLabeler, getPointLabelFormatter, getVertexPaint, initFillPaint, initLinePaint, initVertexPaint, setFillDirection, setInterpolationParams, setLinePaint, setPointLabeler, setPointLabelFormatter, setVertexPaintaddRegion, getRegionFormatter, getRegions, removeRegionpublic BarFormatter()
public BarFormatter(int fillColor,
int borderColor)
public android.graphics.Paint getFillPaint()
getFillPaint in class LineAndPointFormatterpublic void setFillPaint(android.graphics.Paint fillPaint)
setFillPaint in class LineAndPointFormatterpublic android.graphics.Paint getBorderPaint()
public void setBorderPaint(android.graphics.Paint borderPaint)
public Class<? extends SeriesRenderer> getRendererClass()
getRendererClass in class LineAndPointFormatterpublic SeriesRenderer getRendererInstance(XYPlot plot)
getRendererInstance in class LineAndPointFormatter