Cytoscape 3.0.1 API

Uses of Class
org.cytoscape.view.vizmap.gui.editor.ContinuousEditorType

Packages that use ContinuousEditorType
org.cytoscape.view.vizmap.gui.editor Provides editors for Visual Properties and editor managers for VizMap GUI. 
 

Uses of ContinuousEditorType in org.cytoscape.view.vizmap.gui.editor
 

Methods in org.cytoscape.view.vizmap.gui.editor that return ContinuousEditorType
 ContinuousEditorType VisualPropertyEditor.getContinuousEditorType()
          Returns type of Continuous Editor.
 ContinuousEditorType AbstractVisualPropertyEditor.getContinuousEditorType()
           
static ContinuousEditorType ContinuousEditorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContinuousEditorType[] ContinuousEditorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.cytoscape.view.vizmap.gui.editor with parameters of type ContinuousEditorType
AbstractVisualPropertyEditor(Class<T> type, PropertyEditor propertyEditor, ContinuousEditorType continuousEditorType, ContinuousMappingCellRendererFactory cellRendererFactory)
          Creates a new AbstractVisualPropertyEditor object.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.