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 TableCellRenderer
ContinuousMappingCellRendererFactory. createTableCellRenderer(ContinuousMappingEditor<? extends Number,?> editor)
TableCellRenderer
AbstractVisualPropertyEditor. getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
TableCellRenderer
VisualPropertyEditor. getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
A custom cell renderer for Continuous table cells.
-