public static enum Rchart.LineType extends java.lang.Enum<Rchart.LineType>
| Enum Constant and Description |
|---|
BLANK |
DASHED |
DOTDASH |
DOTTED |
LONGDASH |
LT12345678 |
LT1F |
LT4C88C488 |
LTF1 |
SOLID |
TWODASH |
| Modifier and Type | Method and Description |
|---|---|
static Rchart.LineType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rchart.LineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rchart.LineType BLANK
public static final Rchart.LineType SOLID
public static final Rchart.LineType DASHED
public static final Rchart.LineType DOTTED
public static final Rchart.LineType DOTDASH
public static final Rchart.LineType LONGDASH
public static final Rchart.LineType TWODASH
public static final Rchart.LineType LT1F
public static final Rchart.LineType LTF1
public static final Rchart.LineType LT4C88C488
public static final Rchart.LineType LT12345678
public static Rchart.LineType[] values()
for (Rchart.LineType c : Rchart.LineType.values()) System.out.println(c);
public static Rchart.LineType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null