Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

Package cytoscape.visual.parsers

Translates visual attribute values to and from their String representation.

See:
          Description

Interface Summary
ValueParser Interface to classes that parse a String value into a particular class of object.
 

Class Summary
ArrowParser Parses a String into a yFiles Arrow object.
ArrowShapeParser  
ColorParser Parses a String into a Color object.
DoubleParser Parses a String into a Double object.
FloatParser DOCUMENT ME!
FontParser Parses a String into a Font object.
LabelPositionParser Parses a String into a LabelPosition object.
LineStyleParser Parses a String into a yFiles shape, which is represented by a byte identifier.
LineTypeParser Parses a String into a yFiles LineType object.
NodeShapeParser Parses a String into a yFiles shape, which is represented by a byte identifier.
ObjectToString This class contains a method that does the reverse of the various parsing classes in this package, i.e. turns a Object back into a String representation.
ParserFactory Deprecated. Use VisualPropertyType.getValueParser() instead.
StringParser Implements the ValueParser interface for String return values, by simply returning the supplied argument.
 

Package cytoscape.visual.parsers Description

Translates visual attribute values to and from their String representation. Used for reading and writing visual styles from/to an external format.


www.cytoscape.org