|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AllowedStrokeLineEnum>
net.ajaest.jdk.data.auxi.AllowedStrokeLineEnum
public enum AllowedStrokeLineEnum
Enumerator of posible lines for defining strokes.
Enum Constant Summary | |
---|---|
A
[ ][ ][b] [ ][*][ ] [e][ ][ ] b = begine = endDiagonal, from [0,2] to [2,0]. |
|
B
[b] [*] [e] b = begine = endVertical, from [0,0] to [2,0]. |
|
C
[b][ ][ ] [ ][*][ ] [ ][ ][e] b = begine = endDiagonal, from [0,0] to [2,2]. |
|
D
[e][*][b] b = begine = endHorizontal, from [0,2] to [0,0]. |
|
E
Unused. |
|
F
[b][*][e] b = begine = endHorizontal, from [0,0] to [0,2]. |
|
G
[e][ ][ ] [ ][*][ ] [ ][ ][b] b = begine = endDiagonal, from [2,2] to [0,0]. |
|
H
[e] [*] [b] b = begine = endVertical, from [2,0] to [0,0]. |
|
I
[ ][ ][e] [ ][*][ ] [b][ ][ ] b = begine = endDiagonal, from [2,0] to [0,2]. |
Method Summary | |
---|---|
static AllowedStrokeLineEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AllowedStrokeLineEnum[] |
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 AllowedStrokeLineEnum A
[ ][ ][b]
[ ][*][ ]
[e][ ][ ]
b =
begine =
end
public static final AllowedStrokeLineEnum B
[b]
[*]
[e]
b =
begine =
end
public static final AllowedStrokeLineEnum C
[b][ ][ ]
[ ][*][ ]
[ ][ ][e]
b =
begine =
end
public static final AllowedStrokeLineEnum D
[e][*][b]
b =
begine =
end
public static final AllowedStrokeLineEnum E
public static final AllowedStrokeLineEnum F
[b][*][e]
b =
begine =
end
public static final AllowedStrokeLineEnum G
[e][ ][ ]
[ ][*][ ]
[ ][ ][b]
b =
begine =
end
public static final AllowedStrokeLineEnum H
[e]
[*]
[b]
b =
begine =
end
public static final AllowedStrokeLineEnum I
[ ][ ][e]
[ ][*][ ]
[b][ ][ ]
b =
begine =
end
Method Detail |
---|
public static AllowedStrokeLineEnum[] values()
for (AllowedStrokeLineEnum c : AllowedStrokeLineEnum.values()) System.out.println(c);
public static AllowedStrokeLineEnum 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 |