Class RenderStyle
java.lang.Object
com.inductiveautomation.ignition.common.gui.chart.RenderStyle
- All Implemented Interfaces:
- ChartConstants
A RenderStyle represents a specific configuration of chart renderer.
- 
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 Summary
- 
Constructor Details- 
RenderStyle
 
- 
- 
Method Details- 
getCommonStyles
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
- 
getCodepublic int getCode()
- 
isLinepublic boolean isLine()
- 
isShapepublic boolean isShape()
- 
isDotpublic boolean isDot()
- 
isBarpublic boolean isBar()
 
-