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, theConnectorYoureAttachedToconfigureAreaForElement, configureAreaForGroupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmake, makeShadow, render, renderShadowpublic 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)
ShapeconfigureForGroup in interface Shapebck - 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 Shapebck - The rendering back-end.element - The specific element to render.skel - The element geometry and information.camera - the view parameters.