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
 
 public class AbstractXYChart.RenderOptsImpl extends RenderOptions 
- 
- 
Field Summary- 
Fields 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 Constructor Description RenderOptsImpl(int style, java.util.List<Pen> pens)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.ColorgetSeriesColor(int s)protected intgetSeriesCount()protected java.lang.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 Detail- 
RenderOptsImplpublic RenderOptsImpl(int style, java.util.List<Pen> pens)
 
- 
 - 
Method Detail- 
getSeriesCountprotected int getSeriesCount() - Specified by:
- getSeriesCountin class- RenderOptions
 
 - 
getSeriesColorprotected java.awt.Color getSeriesColor(int s) - Specified by:
- getSeriesColorin class- RenderOptions
 
 - 
getSeriesDashStringprotected java.lang.String getSeriesDashString(int s) - 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
 
 
- 
 
-