-
public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot>
-
-
Field Summary
Fields Modifier and Type Field Description private PointLabelerpointLabelerprivate PointLabelFormatterpointLabelFormatter
-
Constructor Summary
Constructors Constructor Description XYSeriesFormatter()XYSeriesFormatter(Context context, int xmlCfgId)
-
Method Summary
Modifier and Type Method Description PointLabelergetPointLabeler()voidsetPointLabeler(PointLabeler pointLabeler)PointLabelFormattergetPointLabelFormatter()voidsetPointLabelFormatter(PointLabelFormatter pointLabelFormatter)voidaddRegion(RectRegion region, XYRegionFormatterType regionFormatter)voidremoveRegion(RectRegion region)XYRegionFormatterTypegetRegionFormatter(RectRegion region)booleanhasPointLabelFormatter()-
-
Constructor Detail
-
XYSeriesFormatter
XYSeriesFormatter()
-
XYSeriesFormatter
XYSeriesFormatter(Context context, int xmlCfgId)
-
-
Method Detail
-
getPointLabeler
PointLabeler getPointLabeler()
-
setPointLabeler
void setPointLabeler(PointLabeler pointLabeler)
-
getPointLabelFormatter
PointLabelFormatter getPointLabelFormatter()
-
setPointLabelFormatter
void setPointLabelFormatter(PointLabelFormatter pointLabelFormatter)
-
addRegion
void addRegion(RectRegion region, XYRegionFormatterType regionFormatter)
-
removeRegion
void removeRegion(RectRegion region)
-
getRegionFormatter
XYRegionFormatterType getRegionFormatter(RectRegion region)
-
hasPointLabelFormatter
boolean hasPointLabelFormatter()
-
-
-
-