|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.visual.mappings.MappingUtil
public class MappingUtil
Provides simple utility methods for the Mapping classes.
Constructor Summary | |
---|---|
MappingUtil()
|
Method Summary | |
---|---|
static byte |
getAttributeType(String base,
String attr)
This method determines the type of the attribute used for the mapping. |
static String |
getAttributeTypeString(String base,
String attr)
This method determines the type of the attr used and returns a string representation of it. |
static Object |
parseObjectType(String key,
byte attrType)
This method returns an object of the specified type based on the string read from the props file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MappingUtil()
Method Detail |
---|
public static String getAttributeTypeString(String base, String attr)
public static byte getAttributeType(String base, String attr)
public static Object parseObjectType(String key, byte attrType)
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |