public interface PaintedShape extends CustomGraphicLayer
Shape
that has an arbitrary
fill Paint
and Stroke
.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 |
---|---|
Paint |
getPaint()
Return the
Paint to fill the shape with. |
Shape |
getShape()
Return the
Shape |
Stroke |
getStroke()
|
Paint |
getStrokePaint()
|
getBounds2D, getPaint, transform
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.