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 SummaryFields inherited from interface com.inductiveautomation.ignition.common.gui.chart.ChartConstantsSHAPE_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 SummaryConstructors
- 
Method SummaryModifier 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.RenderOptionscreateRenderer, getBarMargin, getGapThreshold, getStyle, getxOffset3D, getyOffset3D, parseDashPattern, setBarMargin, setGapThreshold, setxOffset3D, setyOffset3D
- 
Constructor Details- 
RenderOptsImpl
 
- 
- 
Method Details- 
getSeriesCountprotected int getSeriesCount()- Specified by:
- getSeriesCountin class- RenderOptions
 
- 
getSeriesColor- Specified by:
- getSeriesColorin class- RenderOptions
 
- 
getSeriesDashString- Specified by:
- getSeriesDashStringin class- RenderOptions
 
- 
getSeriesLineWeightprotected float getSeriesLineWeight(int s) - Specified by:
- getSeriesLineWeightin class- RenderOptions
 
- 
getSeriesShapeprotected int getSeriesShape(int s) - Specified by:
- getSeriesShapein class- RenderOptions
 
- 
isSeriesBarLabelsVisibleprotected boolean isSeriesBarLabelsVisible(int s) - Specified by:
- isSeriesBarLabelsVisiblein class- RenderOptions
 
- 
isSeriesFillShapeprotected boolean isSeriesFillShape(int s) - Specified by:
- isSeriesFillShapein class- RenderOptions
 
 
-