Class XYAreaRendererConfig
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriber
-
- com.inductiveautomation.factorypmi.application.components.chart.RendererConfig
-
- com.inductiveautomation.factorypmi.application.components.chart.XYAreaRendererConfig
-
- All Implemented Interfaces:
PropertySelfDescriber
public class XYAreaRendererConfig extends RendererConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.RendererConfig
seriesColors
-
Fields inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriber
properties
-
-
Constructor Summary
Constructors Constructor Description XYAreaRendererConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
configureRenderer(org.jfree.chart.renderer.AbstractRenderer ar)
java.lang.Object
createRenderer()
java.lang.String
getRendererName()
int
getType()
protected void
initProperties()
boolean
isOutline()
void
setOutline(boolean b)
void
setType(int i)
boolean
supportsLargeDatasetRendering()
-
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.RendererConfig
getSeriesColors, setSeriesColors
-
Methods inherited from class com.inductiveautomation.factorypmi.application.components.chart.AbstractPropertySelfDescriber
addEnumProp, addProp, addProp, getProperties
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createRenderer
public java.lang.Object createRenderer()
- Specified by:
createRenderer
in classRendererConfig
-
getRendererName
public java.lang.String getRendererName()
- Specified by:
getRendererName
in classRendererConfig
-
initProperties
protected void initProperties()
- Overrides:
initProperties
in classRendererConfig
-
configureRenderer
protected void configureRenderer(org.jfree.chart.renderer.AbstractRenderer ar)
- Overrides:
configureRenderer
in classRendererConfig
-
isOutline
public boolean isOutline()
-
getType
public int getType()
-
setOutline
public void setOutline(boolean b)
-
setType
public void setType(int i)
-
supportsLargeDatasetRendering
public boolean supportsLargeDatasetRendering()
- Overrides:
supportsLargeDatasetRendering
in classRendererConfig
-
-