public class RenderStyle extends java.lang.Object implements 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 and Description |
|---|
RenderStyle(int code,
java.lang.String name,
boolean line,
boolean shape) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getCode() |
static RenderStyle[] |
getCommonStyles() |
int |
hashCode() |
boolean |
isBar() |
boolean |
isDot() |
boolean |
isLine() |
boolean |
isShape() |
java.lang.String |
toString() |
public RenderStyle(int code,
java.lang.String name,
boolean line,
boolean shape)
public static RenderStyle[] getCommonStyles()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getCode()
public boolean isLine()
public boolean isShape()
public boolean isDot()
public boolean isBar()