Uses of Enum Class
org.cytoscape.view.vizmap.gui.editor.ContinuousEditorType
Packages that use ContinuousEditorType
Package
Description
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 ContinuousEditorTypeModifier and TypeMethodDescriptionAbstractVisualPropertyEditor.getContinuousEditorType()VisualPropertyEditor.getContinuousEditorType()Returns type of Continuous Editor.static ContinuousEditorTypeReturns the enum constant of this class with the specified name.static ContinuousEditorType[]ContinuousEditorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cytoscape.view.vizmap.gui.editor with parameters of type ContinuousEditorTypeModifierConstructorDescriptionAbstractVisualPropertyEditor(Class<T> type, PropertyEditor propertyEditor, ContinuousEditorType continuousEditorType, ContinuousMappingCellRendererFactory cellRendererFactory) Creates a new AbstractVisualPropertyEditor object.