public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot>
| Constructor and Description |
|---|
XYSeriesFormatter() |
XYSeriesFormatter(android.content.Context context,
int xmlCfgId) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRegion(RectRegion region,
XYRegionFormatterType regionFormatter) |
PointLabeler |
getPointLabeler() |
PointLabelFormatter |
getPointLabelFormatter() |
XYRegionFormatterType |
getRegionFormatter(RectRegion region) |
Layerable<RectRegion> |
getRegions()
Can be used to access z-index manipulation methods of ZIndexable.
|
boolean |
hasPointLabelFormatter() |
void |
removeRegion(RectRegion region) |
void |
setPointLabeler(PointLabeler pointLabeler) |
void |
setPointLabelFormatter(PointLabelFormatter pointLabelFormatter) |
configure, doGetRendererInstance, getRendererClass, getRendererInstance, isLegendIconEnabled, setLegendIconEnabledpublic XYSeriesFormatter()
public XYSeriesFormatter(android.content.Context context,
int xmlCfgId)
public void addRegion(RectRegion region, XYRegionFormatterType regionFormatter)
public void removeRegion(RectRegion region)
public Layerable<RectRegion> getRegions()
public XYRegionFormatterType getRegionFormatter(RectRegion region)
region - public PointLabeler getPointLabeler()
public void setPointLabeler(PointLabeler pointLabeler)
public boolean hasPointLabelFormatter()
public PointLabelFormatter getPointLabelFormatter()
public void setPointLabelFormatter(PointLabelFormatter pointLabelFormatter)