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, setVertexPaint
addRegion, getRegionFormatter, getRegions, removeRegion
public BarFormatter()
public BarFormatter(int fillColor, int borderColor)
public android.graphics.Paint getFillPaint()
getFillPaint
in class LineAndPointFormatter
public void setFillPaint(android.graphics.Paint fillPaint)
setFillPaint
in class LineAndPointFormatter
public android.graphics.Paint getBorderPaint()
public void setBorderPaint(android.graphics.Paint borderPaint)
public Class<? extends SeriesRenderer> getRendererClass()
getRendererClass
in class LineAndPointFormatter
public SeriesRenderer getRendererInstance(XYPlot plot)
getRendererInstance
in class LineAndPointFormatter