Class ShapeStroke

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

public abstract class ShapeStroke
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ShapeStroke()  
  • Method Summary

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • stroke

      public abstract java.awt.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 java.awt.Color strokeColor​(org.graphstream.ui.graphicGraph.stylesheet.Style style)