public interface CustomGraphicLayer
CyNode
.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 Cytoscape Consortium. All rights reserved.