Uses of Interface
org.cytoscape.view.vizmap.gui.editor.ContinuousMappingEditor
-
Packages that use ContinuousMappingEditor Package Description org.cytoscape.view.vizmap.gui.editor Provides editors for Visual Properties and editor managers for VizMap GUI. -
-
Uses of ContinuousMappingEditor in org.cytoscape.view.vizmap.gui.editor
Methods in org.cytoscape.view.vizmap.gui.editor with parameters of type ContinuousMappingEditor Modifier and Type Method Description TableCellRendererContinuousMappingCellRendererFactory. createTableCellRenderer(ContinuousMappingEditor<? extends Number,?> editor)TableCellRendererAbstractVisualPropertyEditor. getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)TableCellRendererVisualPropertyEditor. getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)A custom cell renderer for Continuous table cells.
-