Class RenderStyle
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.gui.chart.RenderStyle
 
- 
- All Implemented Interfaces:
- ChartConstants
 
 public class RenderStyle extends java.lang.Object implements ChartConstants A RenderStyle represents a specific configuration of chart renderer.
- 
- 
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 RenderStyle(int code, java.lang.String name, boolean line, boolean shape)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetCode()static RenderStyle[]getCommonStyles()inthashCode()booleanisBar()booleanisDot()booleanisLine()booleanisShape()java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
getCommonStylespublic static RenderStyle[] getCommonStyles() 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 - 
getCodepublic int getCode() 
 - 
isLinepublic boolean isLine() 
 - 
isShapepublic boolean isShape() 
 - 
isDotpublic boolean isDot() 
 - 
isBarpublic boolean isBar() 
 
- 
 
-