public class BarFormatter extends LineAndPointFormatter
fillDirection, interpolationParams, linePaint, vertexPaint
Constructor and Description |
---|
BarFormatter()
Should only be used in conjunction with calls to configure()...
|
BarFormatter(android.content.Context context,
int xmlCfgId) |
BarFormatter(int fillColor,
int borderColor) |
Modifier and Type | Method and Description |
---|---|
SeriesRenderer |
doGetRendererInstance(XYPlot plot) |
android.graphics.Paint |
getBorderPaint() |
android.graphics.Paint |
getFillPaint()
Get the
Paint used to fill series areas. |
Class<? extends SeriesRenderer> |
getRendererClass() |
void |
setBorderPaint(android.graphics.Paint borderPaint) |
void |
setFillPaint(android.graphics.Paint fillPaint) |
getFillDirection, getInterpolationParams, getLinePaint, getVertexPaint, hasFillPaint, hasLinePaint, hasVertexPaint, initFillPaint, initLinePaint, initVertexPaint, setFillDirection, setInterpolationParams, setLinePaint, setVertexPaint
addRegion, getPointLabeler, getPointLabelFormatter, getRegionFormatter, getRegions, hasPointLabelFormatter, removeRegion, setPointLabeler, setPointLabelFormatter
configure, getRendererInstance, isLegendIconEnabled, setLegendIconEnabled
public BarFormatter()
public BarFormatter(int fillColor, int borderColor)
public BarFormatter(android.content.Context context, int xmlCfgId)
public android.graphics.Paint getFillPaint()
LineAndPointFormatter
Paint
used to fill series areas. Will instantiate and a new default instance
if it is currently null. To run whether or not fill paint has been set, use
LineAndPointFormatter.hasFillPaint()
.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 doGetRendererInstance(XYPlot plot)
doGetRendererInstance
in class LineAndPointFormatter