T
- Type of object managed in the Visual Prop.public interface VisualPropertyEditor<T>
Module: vizmap-gui-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-gui-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
ContinuousEditorType |
getContinuousEditorType()
Returns type of Continuous Editor.
|
TableCellRenderer |
getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
A custom cell renderer for Continuous table cells.
|
Icon |
getDefaultIcon(int width,
int height)
This is for default view editor.
|
TableCellRenderer |
getDiscreteTableCellRenderer()
A custom cell renderer for Discrete table cells.
|
PropertyEditor |
getPropertyEditor()
Returns
PropertyEditor object for this data type. |
Class<T> |
getType()
Returns the type of object managed in the Visual property.
|
Class<T> getType()
ContinuousEditorType getContinuousEditorType()
ContinuousMappingEditor
PropertyEditor getPropertyEditor()
PropertyEditor
object for this data type.PropertyEditor
object for this data type.TableCellRenderer getDiscreteTableCellRenderer()
TableCellRenderer getContinuousTableCellRenderer(ContinuousMappingEditor<? extends Number,T> continuousMappingEditor)
Icon getDefaultIcon(int width, int height)
width
- The width of the desired Icon.height
- The height of the desired Icon.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.