public interface CyCustomGraphics2<T extends CustomGraphicLayer> extends CyCustomGraphics<T>, VisualPropertyValue
CyCustomGraphics
which provides a way for the custom graphics instance
to define itself as a set of properties.Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getProperties()
Provides an optional map of key/value properties which define the custom graphics instance.
|
getDisplayName, getFitRatio, getHeight, getIdentifier, getLayers, getRenderedImage, getWidth, setDisplayName, setFitRatio, setHeight, setIdentifier, setWidth, toSerializableString
getDisplayName, getSerializableString
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.