public interface PaintedShape extends CustomGraphicLayer
Shape
that has an arbitrary
fill Paint
and Stroke
.Modifier and Type | Method and Description |
---|---|
Paint |
getPaint()
Return the
Paint to fill the shape with. |
Shape |
getShape()
Return the
Shape |
Stroke |
getStroke()
|
Paint |
getStrokePaint()
|
getBounds2D, getPaint, transform
Copyright 2011 Cytoscape Consortium. All rights reserved.