Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.model.NullDataType

Packages that use NullDataType
org.cytoscape.view.model Module for View Models and Visual Properties. 
org.cytoscape.view.presentation.property Implementations of basic VisualProperty objects and VisualLexicons. 
 

Uses of NullDataType in org.cytoscape.view.model
 

Methods in org.cytoscape.view.model that return types with arguments of type NullDataType
 VisualProperty<NullDataType> VisualLexicon.getRootVisualProperty()
          Get root of this tree.
 

Uses of NullDataType in org.cytoscape.view.presentation.property
 

Fields in org.cytoscape.view.presentation.property with type parameters of type NullDataType
protected  VisualProperty<NullDataType> BasicVisualLexicon.rootVisualProperty
          The Root of this tree.
 

Methods in org.cytoscape.view.presentation.property that return NullDataType
 NullDataType NullVisualProperty.parseSerializableString(String text)
           
 

Methods in org.cytoscape.view.presentation.property that return types with arguments of type NullDataType
 VisualProperty<NullDataType> BasicVisualLexicon.getRootVisualProperty()
           
 

Methods in org.cytoscape.view.presentation.property with parameters of type NullDataType
 String NullVisualProperty.toSerializableString(NullDataType value)
           
 

Constructor parameters in org.cytoscape.view.presentation.property with type arguments of type NullDataType
BasicVisualLexicon(VisualProperty<NullDataType> rootVisualProperty)
          Constructor for VisualLexicon.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.