|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MappingType> cytoscape.visual.mappings.MappingType
public enum MappingType
Defines visual mapping types. This replaces all hard-coded strings related to mappings.
Enum Constant Summary | |
---|---|
CONTINUOUS
|
|
DISCRETE
|
|
PASSTHROUGH
|
Method Summary | |
---|---|
String |
getBaseKey()
DOCUMENT ME! |
static MappingType |
getMappingType(String baseKey)
Deprecated. Will be removed 5/2008 |
String |
getName()
DOCUMENT ME! |
String |
getPropertyKey()
DOCUMENT ME! |
static MappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MappingType[] |
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 MappingType DISCRETE
public static final MappingType CONTINUOUS
public static final MappingType PASSTHROUGH
Method Detail |
---|
public static MappingType[] values()
for (MappingType c : MappingType.values()) System.out.println(c);
public static MappingType 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 nullpublic String getName()
public String getBaseKey()
public String getPropertyKey()
@Deprecated public static MappingType getMappingType(String baseKey)
baseKey
- DOCUMENT ME!
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |