Cytoscape 2.8.0 API

Uses of Interface
cytoscape.visual.parsers.ValueParser

Packages that use ValueParser
cytoscape.visual Framework for generalized mappings from graph attributes to visual attributes. 
cytoscape.visual.mappings The Mappings are used by Calculators to map graph attributes to visual attribute values. 
cytoscape.visual.mappings.continuous Mappings from a continuous numerical input to a particular visual attribute. 
cytoscape.visual.mappings.discrete Mappings from a discrete-valued input to a particular visual attribute. 
cytoscape.visual.parsers Translates visual attribute values to and from their String representation. 
 

Uses of ValueParser in cytoscape.visual
 

Methods in cytoscape.visual that return ValueParser
 ValueParser VisualPropertyType.getValueParser()
           
 

Uses of ValueParser in cytoscape.visual.mappings
 

Methods in cytoscape.visual.mappings with parameters of type ValueParser
 void PassThroughMapping.applyProperties(Properties props, String baseKey, ValueParser parser)
          Customize this object by applying mapping defintions described by the supplied Properties argument.
 void ObjectMapping.applyProperties(Properties props, String baseKey, ValueParser parser)
           
 void DiscreteMapping.applyProperties(Properties props, String baseKey, ValueParser parser)
          Customizes this object by applying mapping defintions described by the supplied Properties argument.
 void ContinuousMapping.applyProperties(Properties props, String baseKey, ValueParser parser)
          Customizes this object by applying mapping defintions described by the supplied Properties argument.
abstract  void AbstractMapping.applyProperties(Properties props, String baseKey, ValueParser parser)
           
static ObjectMapping MappingFactory.newMapping(Properties props, String baseKey, ValueParser parser, Object defObj, byte mapType)
          Attempt to construct an instance of ObjectMapping as defined by the supplied arguments.
 

Uses of ValueParser in cytoscape.visual.mappings.continuous
 

Constructors in cytoscape.visual.mappings.continuous with parameters of type ValueParser
ContinuousMappingReader(Properties props, String baseKey, ValueParser parser)
          Constructor.
 

Uses of ValueParser in cytoscape.visual.mappings.discrete
 

Constructors in cytoscape.visual.mappings.discrete with parameters of type ValueParser
DiscreteMappingReader(Properties props, String baseKey, ValueParser parser)
          Constructor.
 

Uses of ValueParser in cytoscape.visual.parsers
 

Classes in cytoscape.visual.parsers that implement ValueParser
 class ArrowParser
          Parses a String into a yFiles Arrow object.
 class ArrowShapeParser
           
 class BooleanParser
          Parses a String into a Boolean object.
 class ColorParser
          Parses a String into a Color object.
 class DoubleParser
          Parses a String into a Double object.
 class FloatParser
          DOCUMENT ME!
 class FontParser
          Parses a String into a Font object.
 class GraphicsParser
           
 class LabelPositionParser
          Deprecated.  
 class LineStyleParser
          Parses a String into a yFiles shape, which is represented by a byte identifier.
 class NodeShapeParser
          Parses a String into a yFiles shape, which is represented by a byte identifier.
 class ObjectPositionParser
           
 class StringParser
          Implements the ValueParser interface for String return values, by simply returning the supplied argument.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.