Uses of Interface
org.cytoscape.view.presentation.property.values.VisualPropertyValue
-
Packages that use VisualPropertyValue Package Description org.cytoscape.view.presentation.customgraphics This package provides an API for augmenting aRenderingEngines node rendering with custom graphics.org.cytoscape.view.presentation.property.values Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape -
-
Uses of VisualPropertyValue in org.cytoscape.view.presentation.customgraphics
Subinterfaces of VisualPropertyValue in org.cytoscape.view.presentation.customgraphics Modifier and Type Interface Description interfaceCyCustomGraphics2<T extends CustomGraphicLayer>Just an extension ofCyCustomGraphicswhich provides a way for the custom graphics instance to define itself as a set of properties. -
Uses of VisualPropertyValue in org.cytoscape.view.presentation.property.values
Subinterfaces of VisualPropertyValue in org.cytoscape.view.presentation.property.values Modifier and Type Interface Description interfaceArrowShapeMarker interface representing edge end shape (arrow).interfaceLineTypeMarker interface for line types.interfaceMappableVisualPropertyValueThis is a specialVisualPropertyValuethat allows aVisualPropertyvalue to be specified as depending on one or moreCyColumns.interfaceNodeShapeMarker interface for node shapes.Classes in org.cytoscape.view.presentation.property.values that implement VisualPropertyValue Modifier and Type Class Description classAbstractVisualPropertyValueBase class for allVisualPropertyValue.
-