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

public abstract class ShapeStroke extends Object
  • Constructor Details

    • ShapeStroke

      public ShapeStroke()
  • Method Details

    • stroke

      public abstract Stroke stroke(double width)
    • 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 Color strokeColor(org.graphstream.ui.graphicGraph.stylesheet.Style style)