|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ILineSeries.PlotSymbolType>
org.swtchart.ILineSeries.PlotSymbolType
public static enum ILineSeries.PlotSymbolType
A plot symbol type.
Enum Constant Summary | |
---|---|
CIRCLE
circle |
|
CROSS
cross |
|
DIAMOND
diamond |
|
INVERTED_TRIANGLE
inverted triangle |
|
NONE
none |
|
PLUS
plus |
|
SQUARE
square |
|
TRIANGLE
triangle |
Field Summary | |
---|---|
java.lang.String |
label
the label for plot symbol |
Method Summary | |
---|---|
static ILineSeries.PlotSymbolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ILineSeries.PlotSymbolType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ILineSeries.PlotSymbolType NONE
public static final ILineSeries.PlotSymbolType CIRCLE
public static final ILineSeries.PlotSymbolType SQUARE
public static final ILineSeries.PlotSymbolType DIAMOND
public static final ILineSeries.PlotSymbolType TRIANGLE
public static final ILineSeries.PlotSymbolType INVERTED_TRIANGLE
public static final ILineSeries.PlotSymbolType CROSS
public static final ILineSeries.PlotSymbolType PLUS
Field Detail |
---|
public final java.lang.String label
Method Detail |
---|
public static ILineSeries.PlotSymbolType[] values()
for (ILineSeries.PlotSymbolType c : ILineSeries.PlotSymbolType.values()) System.out.println(c);
public static ILineSeries.PlotSymbolType 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |