public class Area
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fit
Fit the shape size to its contents?
|
org.graphstream.ui.geom.Point2 |
theCenter
The shape position.
|
org.graphstream.ui.geom.Point2 |
theSize
The shape size.
|
| Constructor and Description |
|---|
Area() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureAreaForElement(Backend backend,
org.graphstream.ui.view.camera.DefaultCamera2D camera,
AreaSkeleton skel,
org.graphstream.ui.graphicGraph.GraphicElement element,
ShapeDecor decor)
Select the general size and position of the shape.
|
void |
configureAreaForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera) |
public org.graphstream.ui.geom.Point2 theCenter
public org.graphstream.ui.geom.Point2 theSize
protected boolean fit
public void configureAreaForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera)
public void configureAreaForElement(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, AreaSkeleton skel, org.graphstream.ui.graphicGraph.GraphicElement element, ShapeDecor decor)