public class Strokable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
fillColor |
int |
strokeColor
The stroke color.
|
ShapeStroke |
theStroke
The stroke.
|
float |
theStrokeWidth
The stroke width.
|
Constructor and Description |
---|
Strokable() |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
stroke(android.view.SurfaceView view,
android.graphics.Canvas g,
android.graphics.Paint p,
Form shape)
Paint the stroke of the shape.
|
public int strokeColor
public int fillColor
public ShapeStroke theStroke
public float theStrokeWidth
public void stroke(android.view.SurfaceView view, android.graphics.Canvas g, android.graphics.Paint p, Form shape)
public void configureStrokableForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)