|
JHotDraw 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AttributeKeys.WindingRule>
org.jhotdraw.draw.AttributeKeys.WindingRule
public static enum AttributeKeys.WindingRule
| Enum Constant Summary | |
|---|---|
EVEN_ODD
If WINDING_RULE is set to this value, an even-odd winding rule is used for determining the interior of a path. |
|
NON_ZERO
If WINDING_RULE is set to this value, a non-zero winding rule is used for determining the interior of a path. |
|
| Method Summary | |
|---|---|
static AttributeKeys.WindingRule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeKeys.WindingRule[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AttributeKeys.WindingRule EVEN_ODD
public static final AttributeKeys.WindingRule NON_ZERO
| Method Detail |
|---|
public static final AttributeKeys.WindingRule[] values()
for(AttributeKeys.WindingRule c : AttributeKeys.WindingRule.values())
System.out.println(c);
public static AttributeKeys.WindingRule 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
|
Copyright 1996-2007 (c) JHotDraw.org. Some rights reserved. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||