public interface ImageCustomGraphicLayer extends CustomGraphicLayer
CustomGraphicLayer
that
paints an image on a node.Modifier and Type | Method and Description |
---|---|
TexturePaint |
getPaint(Rectangle2D bounds)
Return the
TexturePaint to be used as
an image to fill a node |
getBounds2D, transform
TexturePaint getPaint(Rectangle2D bounds)
TexturePaint
to be used as
an image to fill a nodegetPaint
in interface CustomGraphicLayer
bounds
- the bounding box of the CyNode
.TexturePaint
Copyright 2011 Cytoscape Consortium. All rights reserved.