Class ShapeStroke
java.lang.Object
org.graphstream.ui.javafx.renderer.shape.javafx.ShapeStroke
public abstract class ShapeStroke extends Object
-
Constructor Summary
Constructors Constructor Description ShapeStroke()
-
Method Summary
Modifier and Type Method Description abstract StrokeFx
stroke(double width, Form shape, javafx.scene.paint.Paint fillColor)
static javafx.scene.paint.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)
-
Constructor Details
-
ShapeStroke
public ShapeStroke()
-
-
Method Details
-
stroke
-
strokeForArea
-
strokeForConnectorFill
public static ShapeStroke strokeForConnectorFill(org.graphstream.ui.graphicGraph.stylesheet.Style style) -
strokeForConnectorStroke
public ShapeStroke strokeForConnectorStroke(org.graphstream.ui.graphicGraph.stylesheet.Style style) -
strokeColor
public static javafx.scene.paint.Color strokeColor(org.graphstream.ui.graphicGraph.stylesheet.Style style)
-