|
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.StrokePlacement>
org.jhotdraw.draw.AttributeKeys.StrokePlacement
public static enum AttributeKeys.StrokePlacement
| Enum Constant Summary | |
|---|---|
CENTER
If STROKE_PLACEMENT is set to this value, the stroke is centered on the path. |
|
INSIDE
If STROKE_PLACEMENT is set to this value, the stroke is placed inside of a closed path. |
|
OUTSIDE
If STROKE_PLACEMENT is set to this value, the stroke is placed outside of a closed path. |
|
| Method Summary | |
|---|---|
static AttributeKeys.StrokePlacement |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeKeys.StrokePlacement[] |
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.StrokePlacement CENTER
public static final AttributeKeys.StrokePlacement INSIDE
public static final AttributeKeys.StrokePlacement OUTSIDE
| Method Detail |
|---|
public static final AttributeKeys.StrokePlacement[] values()
for(AttributeKeys.StrokePlacement c : AttributeKeys.StrokePlacement.values())
System.out.println(c);
public static AttributeKeys.StrokePlacement 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 | ||||||||