Uses of Interface
org.cytoscape.view.model.VisualProperty
Packages that use VisualProperty
Package
Description
This package defines the various interfaces, abstract classes, and enums
that represent the Cytoscape Swing Application API.
Module for View Models and Visual Properties.
Definitions for View-Model related events and their listeners.
API set for rendering engines (visualizers).
Implementations of basic VisualProperty objects and VisualLexicons.
Visual Mapping basic API module.
Provides editors for Visual Properties and editor managers for VizMap GUI.
Provides events and listeners of LexiconState, visual style switch and vizMap event, as well as VizMap event handler manager.
Create discrete mapping for a given set of attribute values
APIs for different mapping functions -- continuous mapping, discrete mapping and pass through mapping.
-
Uses of VisualProperty in org.cytoscape.application.swing
Fields in org.cytoscape.application.swing declared as VisualPropertyModifier and TypeFieldDescriptionprotected final VisualProperty<S>AbstractViewUpdater.vpTheVisualPropertythat theRowsSetListeneris provided for.Constructors in org.cytoscape.application.swing with parameters of type VisualPropertyModifierConstructorDescriptionAbstractViewUpdater(VisualProperty<S> vp, String columnName, Map<CyRow, View<?>> rowViewMap) Constructor. -
Uses of VisualProperty in org.cytoscape.view.model
Classes in org.cytoscape.view.model that implement VisualPropertyModifier and TypeClassDescriptionclassAn abstract implementation of VisualProperty that omits the methods dealing with serializing data.Methods in org.cytoscape.view.model that return VisualPropertyModifier and TypeMethodDescriptionVisualLexicon.getRootVisualProperty()Get root of this tree.VisualLexiconNode.getVisualProperty()Returns wrapped VisualProperty object.Returns the appropriate visual property for the descriptive string.Methods in org.cytoscape.view.model that return types with arguments of type VisualPropertyModifier and TypeMethodDescriptionVisualLexicon.getAllDescendants(VisualProperty<?> prop) Get collection of visual properties for a given object type (node/edge/network).Set<VisualProperty<?>>VisualLexicon.getAllVisualProperties()Returns the Set of VisualPropertys supported by this Renderer.Methods in org.cytoscape.view.model with parameters of type VisualPropertyModifier and TypeMethodDescriptionvoidCyNetworkViewFactoryConfig.addNonClearableVisualProperty(VisualProperty<?> vp) Add a VisualProperty that will not have its value cleared whenView.clearVisualProperties()is called.<T,V extends T>
voidCyNetworkViewFactoryConfig.addTrackedVisualProperty(Object key, VisualProperty<? extends T> vp, Predicate<V> valueTester) Turns on tracking of the given VisualProperty such that nodes/edge that have the VisualProperty set to a value that satisfies the given Predicate are returned by theCyNetworkViewSnapshot.getTrackedNodes(Object)orCyNetworkViewSnapshot.getTrackedEdges(Object)method .default <T,V extends T>
voidCyNetworkViewFactoryConfig.addTrackedVisualProperty(Object key, VisualProperty<? extends T> vp, V value) Turns on tracking of the given VisualProperty such that nodes/edge that have the VisualProperty set to a value that is equal to the given value are returned by theCyNetworkViewSnapshot.getTrackedNodes(Object)orCyNetworkViewSnapshot.getTrackedEdges(Object)method .voidView.clearValueLock(VisualProperty<?> vp) Clear value lock for given VisualProperty.static <T,V extends Comparable<V>>
Comparator<View<T>>VisualProperty.comparing(VisualProperty<V> vp) Utility method for sorting collections of Views according to the value of a VisualProperty.VisualLexicon.getAllDescendants(VisualProperty<?> prop) Get collection of visual properties for a given object type (node/edge/network).<T> Set<T>VisualLexicon.getSupportedValueRange(VisualProperty<T> vp) Returns a filtered value range for aVisualPropertythat uses aDiscreteRange.<T> TCyNetworkViewSnapshot.getViewDefault(VisualProperty<T> vp) Returns the default value of the VisualProperty that was set usingCyNetworkView.setViewDefault(VisualProperty, Object).VisualLexicon.getVisualLexiconNode(VisualProperty<?> vp) Get a tree node in for the given VisualProperty.<T> TView.getVisualProperty(VisualProperty<T> vp) Get the actual value for the given visual property.booleanView.isDirectlyLocked(VisualProperty<?> vp) Returns true if the given VisualProperty's value has been locked.booleanView.isSet(VisualProperty<?> vp) Indicates whether or not the passed visual property is set with a non-null value.booleanVisualLexicon.isSupported(VisualProperty<?> vp) Test the given Visual Property is supported in this Lexicon.booleanView.isValueLocked(VisualProperty<?> vp) Returns true if the value of the given VisualProperty or one of its ancestors is locked.<T,V extends T>
voidView.setLockedValue(VisualProperty<? extends T> vp, V value) Set locked value.<T,V extends T>
voidCyNetworkView.setViewDefault(VisualProperty<? extends T> vp, V defaultValue) Sets the default value to be used for the specified visual property.<T,V extends T>
voidView.setVisualProperty(VisualProperty<? extends T> vp, V value) Assign a value to the given Visual Property of this view.Constructors in org.cytoscape.view.model with parameters of type VisualPropertyModifierConstructorDescriptionVisualLexiconNode(VisualProperty<?> vp, VisualLexiconNode parent) Constructs this VisualLexiconNode. -
Uses of VisualProperty in org.cytoscape.view.model.events
Methods in org.cytoscape.view.model.events that return VisualPropertyModifier and TypeMethodDescriptionViewChangeRecord.getVisualProperty()Returns the visual property that has been changed.Constructors in org.cytoscape.view.model.events with parameters of type VisualPropertyModifierConstructorDescriptionViewChangeRecord(View<T> view, VisualProperty<?> vp, Object value) Constructor.ViewChangeRecord(View<T> view, VisualProperty<?> vp, Object value, boolean lockedValue) -
Uses of VisualProperty in org.cytoscape.view.model.table
Methods in org.cytoscape.view.model.table with parameters of type VisualPropertyModifier and TypeMethodDescriptionCyColumnView.getCellVisualProperty(VisualProperty<? extends T> vp) <T> voidCyColumnView.setCellVisualProperty(VisualProperty<? extends T> vp, Function<CyRow, T> mapping) Set a table visual property that will be applied to the cells in a column.<T,V extends T>
voidCyTableView.setViewDefault(VisualProperty<? extends T> vp, V defaultValue) Sets the default value to be used for the specified visual property. -
Uses of VisualProperty in org.cytoscape.view.presentation
Methods in org.cytoscape.view.presentation with parameters of type VisualPropertyModifier and TypeMethodDescription<V> IconRenderingEngine.createIcon(VisualProperty<V> vp, V value, int width, int height) CreateIconobject for the given VisualProperty value. -
Uses of VisualProperty in org.cytoscape.view.presentation.property
Classes in org.cytoscape.view.presentation.property that implement VisualPropertyModifier and TypeClassDescriptionfinal classVisual Property forArrowShapevalues.final classVisual Property forBooleanvalues.final classVisual Property to represent abstract concept such as Node or Edge.final classVisual Property forDoublevalues.classVisual Property for EdgeBendvalues.final classVisual Property forEdgeStackingvalues.final classVisual Property forFontvalues.final classVisual Property forIntegervalues.final classfinal classVisual Property forLineTypevalues.final classVisual Property forNodeShapevalues.final classVisual Property for root.final classVisual Property forObjectPositionvalues.final classVisual Property forPaintvalues.final classVisual Property forStringvalues.Fields in org.cytoscape.view.presentation.property declared as VisualPropertyModifier and TypeFieldDescriptionstatic final VisualProperty<Visualizable>BasicVisualLexicon.EDGEstatic final VisualProperty<String>BasicVisualLexicon.EDGE_LABELThe text used for the edge label.static final VisualProperty<Boolean>BasicVisualLexicon.EDGE_LABEL_AUTOROTATEA value used to indicate that the edge label should be autorotated.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_LABEL_BACKGROUND_COLORThe color of the edge label background.static final VisualProperty<LabelBackgroundShape>BasicVisualLexicon.EDGE_LABEL_BACKGROUND_SHAPEThe shape of the edge label background.static final VisualProperty<Integer>BasicVisualLexicon.EDGE_LABEL_BACKGROUND_TRANSPARENCYThe opacity of the color of the node label background.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_LABEL_COLORTODO Documentationstatic final VisualProperty<Font>BasicVisualLexicon.EDGE_LABEL_FONT_FACEThe font used for the edge label.static final VisualProperty<Integer>BasicVisualLexicon.EDGE_LABEL_FONT_SIZEThe size of the font used for the edge label.static final VisualProperty<ObjectPosition>BasicVisualLexicon.EDGE_LABEL_POSITIONThe anchor point on the edge relative to which the edge label will be positioned.static final VisualProperty<Double>BasicVisualLexicon.EDGE_LABEL_ROTATIONA value used to rotate the edge label about its center, in degrees.static final VisualProperty<Integer>BasicVisualLexicon.EDGE_LABEL_TRANSPARENCYThe opacity of the color of the edge label.static final VisualProperty<Double>BasicVisualLexicon.EDGE_LABEL_WIDTHTODO Documentationstatic final VisualProperty<LineType>BasicVisualLexicon.EDGE_LINE_TYPEThe type of stoke used to render the line (solid, dashed, etc.)static final VisualProperty<Paint>BasicVisualLexicon.EDGE_PAINTThe color of the whole edge (including the stroke and arrows) when it is selected or unselected.static final VisualProperty<Boolean>BasicVisualLexicon.EDGE_SELECTEDTODO Documentationstatic final VisualProperty<Paint>BasicVisualLexicon.EDGE_SELECTED_PAINTThe color of the whole edge (stroke and arrows) when selected.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_SOURCE_ARROW_SELECTED_PAINTThe color of the edge source arrow when selected.static final VisualProperty<ArrowShape>BasicVisualLexicon.EDGE_SOURCE_ARROW_SHAPEThe shape of the arrow on the source node end of the edge.static final VisualProperty<Double>BasicVisualLexicon.EDGE_SOURCE_ARROW_SIZETODO Documentationstatic final VisualProperty<Paint>BasicVisualLexicon.EDGE_SOURCE_ARROW_UNSELECTED_PAINTThe color of the edge source arrow when unselected.static final VisualProperty<EdgeStacking>BasicVisualLexicon.EDGE_STACKINGThe strategy to use to render edges when there are more than one edge between a pair of nodes.static final VisualProperty<Double>BasicVisualLexicon.EDGE_STACKING_DENSITYControls how tightly packed edges are when there are more than one edge between a pair of nodes.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_STROKE_SELECTED_PAINTThe color of the edge line when selected.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_STROKE_UNSELECTED_PAINTThe color of the edge line.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_TARGET_ARROW_SELECTED_PAINTThe color of the edge target arrow when selected.static final VisualProperty<ArrowShape>BasicVisualLexicon.EDGE_TARGET_ARROW_SHAPEThe shape of the arrow on the target node end of the edge.static final VisualProperty<Double>BasicVisualLexicon.EDGE_TARGET_ARROW_SIZETODO Documentationstatic final VisualProperty<Paint>BasicVisualLexicon.EDGE_TARGET_ARROW_UNSELECTED_PAINTThe color of the edge target arrow when unselected.static final VisualProperty<String>BasicVisualLexicon.EDGE_TOOLTIPThe text of the tooltip that appears when a mouse hovers over the edge.static final VisualProperty<Integer>BasicVisualLexicon.EDGE_TRANSPARENCYThe opacity of the of the edge.static final VisualProperty<Paint>BasicVisualLexicon.EDGE_UNSELECTED_PAINTThe color of the whole edge (stroke and arrows) when it is not selected.static final VisualProperty<Boolean>BasicVisualLexicon.EDGE_VISIBLEHides the edge if set to false.static final VisualProperty<Double>BasicVisualLexicon.EDGE_WIDTHThe width of the edge line.static final VisualProperty<Double>BasicVisualLexicon.EDGE_Z_ORDERWhen rendering edges in 2D, edges with a higher Z-order will be rendered on top of edges with lower Z-order.static final VisualProperty<Visualizable>BasicVisualLexicon.NETWORKstatic final VisualProperty<Paint>BasicVisualLexicon.NETWORK_BACKGROUND_PAINTThe background color of the network view.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_CENTER_X_LOCATIONThe X location of network view center.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_CENTER_Y_LOCATIONThe Y location of network view center.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_CENTER_Z_LOCATIONTODO Documentationstatic final VisualProperty<Double>BasicVisualLexicon.NETWORK_DEPTHTODO Documentationstatic final VisualProperty<Double>BasicVisualLexicon.NETWORK_HEIGHTThe height of the network view.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_SCALE_FACTORThe zoom level of the network view.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_SIZEThe size (width and height) of the network view.static final VisualProperty<String>BasicVisualLexicon.NETWORK_TITLEThe title of the network view.static final VisualProperty<Double>BasicVisualLexicon.NETWORK_WIDTHThe width of the network view.static final VisualProperty<Visualizable>BasicVisualLexicon.NODEstatic final VisualProperty<LineType>BasicVisualLexicon.NODE_BORDER_LINE_TYPEThe type of line used for the border of the node.static final VisualProperty<Paint>BasicVisualLexicon.NODE_BORDER_PAINTThe color of the border of the node.static final VisualProperty<Integer>BasicVisualLexicon.NODE_BORDER_TRANSPARENCYTODO Documentationstatic final VisualProperty<Double>BasicVisualLexicon.NODE_BORDER_WIDTHTODO Documentationstatic final VisualProperty<Double>BasicVisualLexicon.NODE_DEPTHTODO Documentationstatic final VisualProperty<Paint>BasicVisualLexicon.NODE_FILL_COLORThe color of the node.static final VisualProperty<Double>BasicVisualLexicon.NODE_HEIGHTThe height of the node.static final VisualProperty<String>BasicVisualLexicon.NODE_LABELThe text used for the node label.static final VisualProperty<Paint>BasicVisualLexicon.NODE_LABEL_BACKGROUND_COLORThe color of the node label background.static final VisualProperty<LabelBackgroundShape>BasicVisualLexicon.NODE_LABEL_BACKGROUND_SHAPEThe shape of the node label background.static final VisualProperty<Integer>BasicVisualLexicon.NODE_LABEL_BACKGROUND_TRANSPARENCYThe opacity of the color of the node label background.static final VisualProperty<Paint>BasicVisualLexicon.NODE_LABEL_COLORThe color of the node label.static final VisualProperty<Font>BasicVisualLexicon.NODE_LABEL_FONT_FACEThe font used for the node label.static final VisualProperty<Integer>BasicVisualLexicon.NODE_LABEL_FONT_SIZEThe size of the font used for the node label.static final VisualProperty<ObjectPosition>BasicVisualLexicon.NODE_LABEL_POSITIONThe anchor point on the node relative to which the node label will be positioned.static final VisualProperty<Double>BasicVisualLexicon.NODE_LABEL_ROTATIONA value used to rotate the node label about its center, in degrees.static final VisualProperty<Integer>BasicVisualLexicon.NODE_LABEL_TRANSPARENCYTODO Documentationstatic final VisualProperty<Double>BasicVisualLexicon.NODE_LABEL_WIDTHThe maximum width of the node label.static final VisualProperty<Boolean>BasicVisualLexicon.NODE_NESTED_NETWORK_IMAGE_VISIBLEA boolean value that indicates whether a nested network should be visualized (assuming a nested network is present for the specified node).static final VisualProperty<Integer>BasicVisualLexicon.NODE_OPACITYstatic final VisualProperty<Paint>BasicVisualLexicon.NODE_PAINTThe color of the whole node, including its border, label and selected paint.static final VisualProperty<Boolean>BasicVisualLexicon.NODE_SELECTEDTODO Documentationstatic final VisualProperty<Paint>BasicVisualLexicon.NODE_SELECTED_PAINTThe color of the node when it is in the selected state.static final VisualProperty<NodeShape>BasicVisualLexicon.NODE_SHAPEThe shape of the node.static final VisualProperty<Double>BasicVisualLexicon.NODE_SIZEThe size of the node.static final VisualProperty<String>BasicVisualLexicon.NODE_TOOLTIPThe text of the tooltip that appears when a mouse hovers over the node.static final VisualProperty<Integer>BasicVisualLexicon.NODE_TRANSPARENCYThe opacity of the color of the node.static final VisualProperty<Boolean>BasicVisualLexicon.NODE_VISIBLEHides the node if set to false.static final VisualProperty<Double>BasicVisualLexicon.NODE_WIDTHThe width of the node.static final VisualProperty<Double>BasicVisualLexicon.NODE_X_LOCATIONX location of the node.static final VisualProperty<Double>BasicVisualLexicon.NODE_Y_LOCATIONY location of the node.static final VisualProperty<Double>BasicVisualLexicon.NODE_Z_LOCATIONZ location of the node.protected final VisualProperty<NullDataType>AbstractVisualLexicon.rootVisualPropertyThe Root of this tree.Methods in org.cytoscape.view.presentation.property that return VisualPropertyModifier and TypeMethodDescriptionfinal VisualProperty<NullDataType>AbstractVisualLexicon.getRootVisualProperty()final VisualProperty<?>Methods in org.cytoscape.view.presentation.property that return types with arguments of type VisualPropertyModifier and TypeMethodDescriptionfinal Collection<VisualProperty<?>>AbstractVisualLexicon.getAllDescendants(VisualProperty<?> prop) final Set<VisualProperty<?>>AbstractVisualLexicon.getAllVisualProperties()Methods in org.cytoscape.view.presentation.property with parameters of type VisualPropertyModifier and TypeMethodDescriptionprotected final voidAbstractVisualLexicon.addIdentifierMapping(Class<?> type, String id, VisualProperty<?> vp) protected abstract voidAbstractVisualLexicon.addVisualProperties(VisualProperty<NullDataType> root) protected voidBasicVisualLexicon.addVisualProperties(VisualProperty<NullDataType> root) protected final voidAbstractVisualLexicon.addVisualProperty(VisualProperty<?> vp, VisualProperty<?> parent) Insert aVisualPropertyto the tree.final Collection<VisualProperty<?>>AbstractVisualLexicon.getAllDescendants(VisualProperty<?> prop) <T> Set<T>AbstractVisualLexicon.getSupportedValueRange(VisualProperty<T> vp) final VisualLexiconNodeAbstractVisualLexicon.getVisualLexiconNode(VisualProperty<?> vp) static booleanVisualPropertyUtil.isChildOf(VisualProperty<?> parent, VisualProperty<?> vp, VisualLexicon lexicon) Check whether the given VisualProperty is a child of parent vp or not.booleanAbstractVisualLexicon.isSupported(VisualProperty<?> vp) Constructors in org.cytoscape.view.presentation.property with parameters of type VisualPropertyModifierConstructorDescriptionAbstractVisualLexicon(VisualProperty<NullDataType> rootVisualProperty) BasicVisualLexicon(VisualProperty<NullDataType> rootVisualProperty) Constructor for VisualLexicon. -
Uses of VisualProperty in org.cytoscape.view.presentation.property.table
Classes in org.cytoscape.view.presentation.property.table that implement VisualPropertyModifier and TypeClassDescriptionfinal classVisual Property for CellFormat values.final classVisual Property for TableMode values.Fields in org.cytoscape.view.presentation.property.table declared as VisualPropertyModifier and TypeFieldDescriptionstatic final VisualProperty<Visualizable>BasicTableVisualLexicon.CELLstatic final VisualProperty<Paint>BasicTableVisualLexicon.CELL_BACKGROUND_PAINTstatic final VisualProperty<Font>BasicTableVisualLexicon.CELL_FONT_FACEstatic final VisualProperty<Integer>BasicTableVisualLexicon.CELL_FONT_SIZEstatic final VisualProperty<Paint>BasicTableVisualLexicon.CELL_TEXT_COLORstatic final VisualProperty<String>BasicTableVisualLexicon.CELL_TOOLTIPstatic final VisualProperty<Visualizable>BasicTableVisualLexicon.COLUMNstatic final VisualProperty<Boolean>BasicTableVisualLexicon.COLUMN_EDITABLEstatic final VisualProperty<CellFormat>BasicTableVisualLexicon.COLUMN_FORMATstatic final VisualProperty<Double>BasicTableVisualLexicon.COLUMN_GRAVITYstatic final VisualProperty<Boolean>BasicTableVisualLexicon.COLUMN_SELECTEDstatic final VisualProperty<Boolean>BasicTableVisualLexicon.COLUMN_TEXT_WRAPPEDstatic final VisualProperty<Boolean>BasicTableVisualLexicon.COLUMN_VISIBLEstatic final VisualProperty<Integer>BasicTableVisualLexicon.COLUMN_WIDTHstatic final VisualProperty<Visualizable>BasicTableVisualLexicon.ROWstatic final VisualProperty<Integer>BasicTableVisualLexicon.ROW_HEIGHTChange the height of specific rows in a table, which means this property must be used when a table requires one or more rows to have a different height.static final VisualProperty<Boolean>BasicTableVisualLexicon.ROW_SELECTEDstatic final VisualProperty<Visualizable>BasicTableVisualLexicon.TABLEstatic final VisualProperty<Boolean>BasicTableVisualLexicon.TABLE_ALTERNATE_ROW_COLORSstatic final VisualProperty<Boolean>BasicTableVisualLexicon.TABLE_GRID_VISIBLEstatic final VisualProperty<Integer>BasicTableVisualLexicon.TABLE_ROW_HEIGHTCan be used to set the same height to all rows in a table.static final VisualProperty<TableMode>BasicTableVisualLexicon.TABLE_VIEW_MODEMethods in org.cytoscape.view.presentation.property.table with parameters of type VisualPropertyModifier and TypeMethodDescriptionprotected voidBasicTableVisualLexicon.addVisualProperties(VisualProperty<NullDataType> root) Constructors in org.cytoscape.view.presentation.property.table with parameters of type VisualProperty -
Uses of VisualProperty in org.cytoscape.view.vizmap
Methods in org.cytoscape.view.vizmap that return VisualPropertyModifier and TypeMethodDescriptionVisualPropertyDependency.getParentVisualProperty()Returns the parent visual property for this dependency.VisualMappingFunction.getVisualProperty()Visual Property associated with this function.Methods in org.cytoscape.view.vizmap that return types with arguments of type VisualPropertyModifier and TypeMethodDescription<V> Map<VisualProperty<?>,Object> VisualStyle.getAllDefaultValues()Returns all default values that were set in this style.Set<VisualProperty<?>>VisualPropertyDependency.getVisualProperties()A set of Visual Properties to be set by the parent if locked.Methods in org.cytoscape.view.vizmap with parameters of type VisualPropertyModifier and TypeMethodDescription<K,V> VisualMappingFunction<K, V> VisualMappingFunctionFactory.createVisualMappingFunction(String attributeName, Class<K> attrValueType, VisualProperty<V> vp) Create a new VisualMappingFunction.<V> VVisualStyle.getDefaultValue(VisualProperty<V> vp) Returns default value for the VisualProperty.<V> VisualMappingFunction<?,V> VisualStyle.getVisualMappingFunction(VisualProperty<V> vp) Get current VisualMappingFunction for the VisualProperty.voidVisualStyle.removeVisualMappingFunction(VisualProperty<?> vp) Remove a VisualMappingFunction for the VisualProperty.<V,S extends V>
voidVisualStyle.setDefaultValue(VisualProperty<V> vp, S value) Set default value for the VisualProperty.Constructor parameters in org.cytoscape.view.vizmap with type arguments of type VisualPropertyModifierConstructorDescriptionVisualPropertyDependency(String id, String displayName, Set<VisualProperty<T>> vpSet, VisualLexicon lexicon) Constructor. -
Uses of VisualProperty in org.cytoscape.view.vizmap.gui.editor
Methods in org.cytoscape.view.vizmap.gui.editor with parameters of type VisualPropertyModifier and TypeMethodDescriptionEditorManager.getContinuousEditor(VisualProperty<?> vp) Returns the continuous editor for the specified visual property.VisualPropertyEditor2.getPropertyEditor(VisualProperty<T> vizProp) ReturnsPropertyEditorobject for this data type.<V> VisualPropertyEditor<V>EditorManager.getVisualPropertyEditor(VisualProperty<V> vp) Returns theVisualPropertyEditorfor the givenVisualProperty.VisualPropertyValueEditor.showEditor(Component parent, S initialValue, VisualProperty<S> vizPropBeingEdited) Display the editor and get a new value.<V> VEditorManager.showVisualPropertyValueEditor(Component parentComponent, VisualProperty<V> type, V initialVal) Display value editor to get a new value. -
Uses of VisualProperty in org.cytoscape.view.vizmap.gui.event
Methods in org.cytoscape.view.vizmap.gui.event that return types with arguments of type VisualPropertyModifier and TypeMethodDescriptionSet<VisualProperty<?>>LexiconStateChangedEvent.getDisabled()Get set of Visual Properties to be disabled in the lexicon.Set<VisualProperty<?>>LexiconStateChangedEvent.getEnabled()Get set of Visual Properties to be enabled in the lexicon.Constructor parameters in org.cytoscape.view.vizmap.gui.event with type arguments of type VisualPropertyModifierConstructorDescriptionLexiconStateChangedEvent(Object source, Set<VisualProperty<?>> enabled, Set<VisualProperty<?>> disabled) Constructor of the event. -
Uses of VisualProperty in org.cytoscape.view.vizmap.gui.util
Methods in org.cytoscape.view.vizmap.gui.util with parameters of type VisualPropertyModifier and TypeMethodDescriptionstatic final voidPropertySheetUtil.addBasicVisualProperty(VisualProperty<?> vp) Deprecated.static final booleanPropertySheetUtil.isBasic(VisualProperty<?> vp) Deprecated.static final BooleanPropertySheetUtil.isCompatible(VisualProperty<?> vp) Returns true if given VisualProperty is compatible with current rendering engine.static final voidPropertySheetUtil.removeIncompatibleVisualProperty(VisualProperty<?> vp) Remove incompatible VisualProperty from list if new RenderingEngine can handle it. -
Uses of VisualProperty in org.cytoscape.view.vizmap.mappings
Fields in org.cytoscape.view.vizmap.mappings declared as VisualPropertyModifier and TypeFieldDescriptionprotected final VisualProperty<V>AbstractVisualMappingFunction.vpVisual Property used in this mapping.Methods in org.cytoscape.view.vizmap.mappings that return VisualPropertyConstructors in org.cytoscape.view.vizmap.mappings with parameters of type VisualPropertyModifierConstructorDescriptionAbstractVisualMappingFunction(String columnName, Class<K> columnType, VisualProperty<V> vp, CyEventHelper eventHelper) Constructs this AbstractVisualMappingFunction.