Class AbstractXYChart.RenderOptsImpl
java.lang.Object
com.inductiveautomation.ignition.common.gui.chart.RenderOptions
com.inductiveautomation.rm.shape.j2dshapes.AbstractXYChart.RenderOptsImpl
- All Implemented Interfaces:
ChartConstants
- Enclosing class:
- AbstractXYChart
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.gui.chart.ChartConstants
SHAPE_LIST, STYLE_3D_LINE, STYLE_AREA, STYLE_BAR, STYLE_BAR_NO_SHADOW, STYLE_DOT, STYLE_LINE, STYLE_LINE_AND_SHAPE, STYLE_LINE_DISCONTINUOUS, STYLE_SHAPE, STYLE_STEP, STYLE_STEP_AREA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ColorgetSeriesColor(int s) protected intprotected StringgetSeriesDashString(int s) protected floatgetSeriesLineWeight(int s) protected intgetSeriesShape(int s) protected booleanisSeriesBarLabelsVisible(int s) protected booleanisSeriesFillShape(int s) Methods inherited from class com.inductiveautomation.ignition.common.gui.chart.RenderOptions
createRenderer, getBarMargin, getGapThreshold, getStyle, getxOffset3D, getyOffset3D, parseDashPattern, setBarMargin, setGapThreshold, setxOffset3D, setyOffset3D
-
Constructor Details
-
RenderOptsImpl
-
-
Method Details
-
getSeriesCount
protected int getSeriesCount()- Specified by:
getSeriesCountin classRenderOptions
-
getSeriesColor
- Specified by:
getSeriesColorin classRenderOptions
-
getSeriesDashString
- Specified by:
getSeriesDashStringin classRenderOptions
-
getSeriesLineWeight
protected float getSeriesLineWeight(int s) - Specified by:
getSeriesLineWeightin classRenderOptions
-
getSeriesShape
protected int getSeriesShape(int s) - Specified by:
getSeriesShapein classRenderOptions
-
isSeriesBarLabelsVisible
protected boolean isSeriesBarLabelsVisible(int s) - Specified by:
isSeriesBarLabelsVisiblein classRenderOptions
-
isSeriesFillShape
protected boolean isSeriesFillShape(int s) - Specified by:
isSeriesFillShapein classRenderOptions
-