|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SnapshotHandleType>
com.partnersoft.staker.model.SnapshotHandleType
public enum SnapshotHandleType
Enumerated type describing the various handles on a snapshot.
Copyright 2008 Partner Software, Inc.
| Enum Constant Summary | |
|---|---|
CENTER
|
|
NE_CORNER
|
|
NW_CORNER
|
|
OUTLINE
|
|
SE_CORNER
|
|
SW_CORNER
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
static SnapshotHandleType |
handleTypeFor(MapViewFrame snapshotFrame,
XyPoint location,
double scale)
Gives you the closest handle for the given parameters. |
boolean |
isCenter()
|
boolean |
isCorner()
|
boolean |
isOutline()
|
static SnapshotHandleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SnapshotHandleType[] |
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 SnapshotHandleType NW_CORNER
public static final SnapshotHandleType NE_CORNER
public static final SnapshotHandleType SW_CORNER
public static final SnapshotHandleType SE_CORNER
public static final SnapshotHandleType CENTER
public static final SnapshotHandleType OUTLINE
| Method Detail |
|---|
public static final SnapshotHandleType[] values()
for(SnapshotHandleType c : SnapshotHandleType.values())
System.out.println(c);
public static SnapshotHandleType 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
public static SnapshotHandleType handleTypeFor(MapViewFrame snapshotFrame,
XyPoint location,
double scale)
public boolean isCorner()
public boolean isCenter()
public boolean isOutline()
public java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||