public abstract class AreaOnConnectorShape extends AreaOnConnector implements Shape
Modifier and Type | Field and Description |
---|---|
Fillable |
fillable |
Shadowable |
shadowable |
Strokable |
strokable |
theConnector, theEdge
Constructor and Description |
---|
AreaOnConnectorShape() |
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.
|
configureAreaOnConnectorForElement, configureAreaOnConnectorForGroup, theConnectorYoureAttachedTo
configureAreaForElement, configureAreaForGroup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
make, makeShadow, render, renderShadow
public Fillable fillable
public Strokable strokable
public Shadowable shadowable
public void configureForGroup(Backend bck, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
Shape
configureForGroup
in interface Shape
bck
- 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)
Shape
configureForElement
in interface Shape
bck
- The rendering back-end.element
- The specific element to render.skel
- The element geometry and information.camera
- the view parameters.