Class ShapeStroke

java.lang.Object
org.graphstream.ui.javafx.renderer.shape.javafx.ShapeStroke

public abstract class ShapeStroke
extends Object
  • Constructor Details

  • Method Details

    • stroke

      public abstract StrokeFx stroke​(double width, Form shape, javafx.scene.paint.Paint fillColor)
    • strokeForArea

      public static ShapeStroke strokeForArea​(org.graphstream.ui.graphicGraph.stylesheet.Style style)
    • 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)