public abstract class ShapeStroke
extends java.lang.Object
Constructor and Description |
---|
ShapeStroke() |
Modifier and Type | Method and Description |
---|---|
abstract Stroke |
stroke(float width,
Form shape,
int fillColor) |
static int |
strokeColor(org.graphstream.ui.graphicGraph.stylesheet.Style style) |
static ShapeStroke |
strokeForArea(org.graphstream.ui.graphicGraph.stylesheet.Style style) |
static ShapeStroke |
strokeForConnectorFill(org.graphstream.ui.graphicGraph.stylesheet.Style style) |
ShapeStroke |
strokeForConnectorStroke(org.graphstream.ui.graphicGraph.stylesheet.Style style) |
public static ShapeStroke strokeForArea(org.graphstream.ui.graphicGraph.stylesheet.Style style)
public static ShapeStroke strokeForConnectorFill(org.graphstream.ui.graphicGraph.stylesheet.Style style)
public ShapeStroke strokeForConnectorStroke(org.graphstream.ui.graphicGraph.stylesheet.Style style)
public static int strokeColor(org.graphstream.ui.graphicGraph.stylesheet.Style style)