public abstract class AreaConnectorShape extends ConnectorShape
| Modifier and Type | Field and Description |
|---|---|
Fillable |
fillable |
Shadowable |
shadowable |
ConnectorSkeleton |
skel
We will use it often, better store it.
|
Strokable |
strokable |
decorableisDirected, theEdge, theSize, theSourceSize, theTargetSize| Constructor and Description |
|---|
AreaConnectorShape() |
| 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 |
configureForGroup(Backend bck,
org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera)
Configure as much as possible the graphics before painting several version of this shape
at different positions.
|
byPos1, byPos2, configureConnectorForElement, configureConnectorForGroup, endPoints, endPoints, endPoints, endPoints, fromPos, positionForLinesAndCurves, positionForLinesAndCurves, toPosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmake, makeShadow, render, renderShadowpublic Fillable fillable
public Strokable strokable
public Shadowable shadowable
public ConnectorSkeleton skel
public void configureForGroup(Backend bck, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
ShapeconfigureForGroup in interface ShapeconfigureForGroup in class ConnectorShapebck - The rendering back-end.style - The style for the group.camera - the view parameters.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 ConnectorShapebck - The rendering back-end.element - The specific element to render.skel - The element geometry and information.camera - the view parameters.