static enum BaseZeissReader.DrawStyle extends Enum<BaseZeissReader.DrawStyle>
Enum Constant and Description |
---|
DASH |
DASH_DOT |
DASH_DOT_DOT |
DOT |
NO_LINE |
SOLID |
Modifier and Type | Field and Description |
---|---|
private static Map<Integer,BaseZeissReader.DrawStyle> |
lookup |
private int |
value |
Modifier and Type | Method and Description |
---|---|
static BaseZeissReader.DrawStyle |
get(int value) |
int |
getValue() |
static BaseZeissReader.DrawStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseZeissReader.DrawStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseZeissReader.DrawStyle NO_LINE
public static final BaseZeissReader.DrawStyle SOLID
public static final BaseZeissReader.DrawStyle DOT
public static final BaseZeissReader.DrawStyle DASH
public static final BaseZeissReader.DrawStyle DASH_DOT
public static final BaseZeissReader.DrawStyle DASH_DOT_DOT
private static final Map<Integer,BaseZeissReader.DrawStyle> lookup
private int value
public static BaseZeissReader.DrawStyle[] values()
for (BaseZeissReader.DrawStyle c : BaseZeissReader.DrawStyle.values()) System.out.println(c);
public static BaseZeissReader.DrawStyle valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static BaseZeissReader.DrawStyle get(int value)
Copyright © 2016 Open Microscopy Environment