public class PolygonShape extends PolygonalShape implements AttributeUtils
AttributeUtils.Tuple<X,Y>| Modifier and Type | Field and Description |
|---|---|
ConnectorSkeleton |
skel
We will use it often, better store it.
|
area, fillable, shadowable, strokable| Constructor and Description |
|---|
PolygonShape() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureForElement(Backend bck,
org.graphstream.ui.graphicGraph.GraphicElement element,
Skeleton skel,
org.graphstream.ui.view.camera.DefaultCamera2D camera)
Configure all the dynamic and per element settings.
|
void |
make(Backend backend,
org.graphstream.ui.view.camera.DefaultCamera2D camera)
Must create the shape from informations given earlier, that is, resize it if needed and
position it, and do all the things that are specific to each element, and cannot be done
for the group of elements.
|
void |
makeShadow(Backend backend,
org.graphstream.ui.view.camera.DefaultCamera2D camera)
Same as
#make(Camera) for the shadow shape. |
render, renderShadow, theShapeconfigureForGroupconfigureDecorableForElement, configureDecorableForGroup, decorArea, decorConnectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitboundingBoxOfPoints, getDoubles, getPointspublic ConnectorSkeleton skel
public void configureForElement(Backend bck, org.graphstream.ui.graphicGraph.GraphicElement element, Skeleton skel, org.graphstream.ui.view.camera.DefaultCamera2D camera)
ShapeconfigureForElement in interface ShapeconfigureForElement in class AreaShapebck - The rendering back-end.element - The specific element to render.skel - The element geometry and information.camera - the view parameters.public void make(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
Shapepublic void makeShadow(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera)
Shape#make(Camera) for the shadow shape. The shadow shape may be moved and
resized compared to the original shape. This method is made to be called inside the
renderShadow() method, hence it is protected.makeShadow in interface Shape