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.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 Constructor Description RenderStyle(int code, java.lang.String name, boolean line, boolean shape) 
- 
Method Summary
All 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
- 
getCommonStyles
public static RenderStyle[] getCommonStyles()
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equalsin classjava.lang.Object
 
- 
getCode
public int getCode()
 
- 
isLine
public boolean isLine()
 
- 
isShape
public boolean isShape()
 
- 
isDot
public boolean isDot()
 
- 
isBar
public boolean isBar()
 
 - 
 
 -