Modifier and Type | Field and Description |
---|---|
(package private) double |
firstCode |
(package private) double |
secondCode |
Modifier and Type | Method and Description |
---|---|
static LineStyle |
fromString(java.lang.String str)
TODO
|
java.lang.String |
getCode()
TODO
|
java.lang.String |
getCode(int scale)
TODO
|
java.lang.String |
getCodeForChartYearCount(int yrs)
TODO
|
static LineStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LineStyle SOLID
public static final LineStyle DOTTED
public static final LineStyle DASHED
public static final LineStyle LONG_DASH
public static LineStyle[] values()
for (LineStyle c : LineStyle.values()) System.out.println(c);
public static LineStyle 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 nullpublic java.lang.String getCode()
public java.lang.String getCode(int scale)
scale
- public java.lang.String getCodeForChartYearCount(int yrs)
yrs
- public static LineStyle fromString(java.lang.String str)
str
-