|
|||||||||
| 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.maps.actors.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 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 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 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
java.lang.NullPointerException - if the argument is null
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 | ||||||||