public static enum ScatterTrace.Fill extends Enum<ScatterTrace.Fill>
Enum Constant and Description |
---|
NONE |
TO_NEXT |
TO_NEXT_X |
TO_NEXT_Y |
TO_SELF |
TO_ZERO_X |
TO_ZERO_Y |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ScatterTrace.Fill |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScatterTrace.Fill[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScatterTrace.Fill NONE
public static final ScatterTrace.Fill TO_ZERO_Y
public static final ScatterTrace.Fill TO_ZERO_X
public static final ScatterTrace.Fill TO_NEXT_Y
public static final ScatterTrace.Fill TO_NEXT_X
public static final ScatterTrace.Fill TO_SELF
public static final ScatterTrace.Fill TO_NEXT
public static ScatterTrace.Fill[] values()
for (ScatterTrace.Fill c : ScatterTrace.Fill.values()) System.out.println(c);
public static ScatterTrace.Fill 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 String toString()
toString
in class Enum<ScatterTrace.Fill>
Copyright © 2019. All rights reserved.