Class Strokable
java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.shapePart.Strokable
- Direct Known Subclasses:
StrokableLine
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe stroke color.The stroke.doubleThe stroke width. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureStrokableForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera) Configure all the static parts needed to stroke the shape.voidstroke(Graphics2D g, Shape shape) Paint the stroke of the shape.
-
Field Details
-
strokeColor
The stroke color. -
theStroke
The stroke. -
theStrokeWidth
public double theStrokeWidthThe stroke width.
-
-
Constructor Details
-
Strokable
public Strokable()
-
-
Method Details
-
stroke
Paint the stroke of the shape. -
configureStrokableForGroup
public void configureStrokableForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera) Configure all the static parts needed to stroke the shape.
-