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 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
-
Constructor Details
-
RenderStyle
-
-
Method Details
-
getCommonStyles
-
hashCode
public int hashCode() -
toString
-
equals
-
getCode
public int getCode() -
isLine
public boolean isLine() -
isShape
public boolean isShape() -
isDot
public boolean isDot() -
isBar
public boolean isBar()
-