|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ClusterDotDither.DotType>
cz.cuni.jagrlib.piece.ClusterDotDither.DotType
protected static enum ClusterDotDither.DotType
Implemented internal dot shapes.
Enum Constant Summary | |
---|---|
LEVEL_SET
External level-set. |
|
RECTANGLE
Rectangle dot (with or w/o external function). |
|
ROUND
Round dot (lacking special treatment of the scale end). |
|
ROUND_SQUARE
Round dot with square transition. |
Method Summary | |
---|---|
static ClusterDotDither.DotType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClusterDotDither.DotType[] |
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 ClusterDotDither.DotType ROUND
public static final ClusterDotDither.DotType ROUND_SQUARE
public static final ClusterDotDither.DotType RECTANGLE
public static final ClusterDotDither.DotType LEVEL_SET
Method Detail |
---|
public static ClusterDotDither.DotType[] values()
for (ClusterDotDither.DotType c : ClusterDotDither.DotType.values()) System.out.println(c);
public static ClusterDotDither.DotType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |