public abstract class ShapeStroke
extends java.lang.Object
| Constructor and Description |
|---|
ShapeStroke() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.awt.Stroke |
stroke(double width) |
static java.awt.Color |
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 abstract java.awt.Stroke stroke(double width)
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 java.awt.Color strokeColor(org.graphstream.ui.graphicGraph.stylesheet.Style style)