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() |
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, setVertexPaintaddRegion, getPointLabeler, getPointLabelFormatter, getRegionFormatter, getRegions, hasPointLabelFormatter, removeRegion, setPointLabeler, setPointLabelFormatterconfigure, getRendererInstance, isLegendIconEnabled, setLegendIconEnabledpublic BarFormatter()
public BarFormatter(int fillColor,
int borderColor)
public BarFormatter(android.content.Context context,
int xmlCfgId)
public android.graphics.Paint getFillPaint()
LineAndPointFormatterPaint 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 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 doGetRendererInstance(XYPlot plot)
doGetRendererInstance in class LineAndPointFormatterpublic 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)