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 aRenderingEngine
s 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 interface
CyCustomGraphics2<T extends CustomGraphicLayer>
Just an extension ofCyCustomGraphics
which 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 interface
ArrowShape
Marker interface representing edge end shape (arrow).interface
LineType
Marker interface for line types.interface
MappableVisualPropertyValue
This is a specialVisualPropertyValue
that allows aVisualProperty
value to be specified as depending on one or moreCyColumn
s.interface
NodeShape
Marker interface for node shapes.Classes in org.cytoscape.view.presentation.property.values that implement VisualPropertyValue Modifier and Type Class Description class
AbstractVisualPropertyValue
Base class for allVisualPropertyValue
.
-