public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot>
Constructor and Description |
---|
XYSeriesFormatter() |
Modifier and Type | Method and Description |
---|---|
void |
addRegion(RectRegion region,
XYRegionFormatterType regionFormatter) |
XYRegionFormatterType |
getRegionFormatter(RectRegion region) |
ZIndexable<RectRegion> |
getRegions()
Can be used to access z-index manipulation methods of ZIndexable.
|
void |
removeRegion(RectRegion region) |
configure, getRendererClass, getRendererInstance
public void addRegion(RectRegion region, XYRegionFormatterType regionFormatter)
public void removeRegion(RectRegion region)
public ZIndexable<RectRegion> getRegions()
public XYRegionFormatterType getRegionFormatter(RectRegion region)
region
-