public interface CustomGraphicLayer
CyNode
.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 |
---|---|
Rectangle2D |
getBounds2D()
Return the bounds of the area covered by this
CustomGraphicLayer as a
Rectangle2D |
Paint |
getPaint(Rectangle2D bounds)
|
CustomGraphicLayer |
transform(AffineTransform xform)
Return a new CustomGraphicLayer that has been transformed by the
provided
AffineTransform . |
Rectangle2D getBounds2D()
Rectangle2D
Rectangle2D
Paint getPaint(Rectangle2D bounds)
CustomGraphicLayer transform(AffineTransform xform)
AffineTransform
.xform
- transform to perform on the shapeCopyright 2011-2015 Cytoscape Consortium. All rights reserved.