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. |
float |
getMarginBottom() |
float |
getMarginLeft() |
float |
getMarginRight() |
float |
getMarginTop() |
java.lang.Class<? extends SeriesRenderer> |
getRendererClass() |
void |
setBorderPaint(android.graphics.Paint borderPaint) |
void |
setFillPaint(android.graphics.Paint fillPaint) |
void |
setMarginBottom(float marginBottom) |
void |
setMarginLeft(float marginLeft) |
void |
setMarginRight(float marginRight) |
void |
setMarginTop(float marginTop) |
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 java.lang.Class<? extends SeriesRenderer> getRendererClass()
getRendererClass
in class LineAndPointFormatter
public SeriesRenderer doGetRendererInstance(XYPlot plot)
doGetRendererInstance
in class LineAndPointFormatter
public float getMarginTop()
public void setMarginTop(float marginTop)
public float getMarginBottom()
public void setMarginBottom(float marginBottom)
public float getMarginLeft()
public void setMarginLeft(float marginLeft)
public float getMarginRight()
public void setMarginRight(float marginRight)