public static enum ScatterTrace.Fill extends java.lang.Enum<ScatterTrace.Fill>
Enum Constant | Description |
---|---|
NONE |
|
TO_NEXT |
|
TO_NEXT_X |
|
TO_NEXT_Y |
|
TO_SELF |
|
TO_ZERO_X |
|
TO_ZERO_Y |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
toString() |
|
static ScatterTrace.Fill |
valueOf(java.lang.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(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 toString()
toString
in class java.lang.Enum<ScatterTrace.Fill>
Copyright © 2018. All rights reserved.