Class StrokableLine

java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.shapePart.Strokable
org.graphstream.ui.swing.renderer.shape.swing.shapePart.StrokableLine

public class StrokableLine
extends Strokable
  • Field Summary

    Fields inherited from class org.graphstream.ui.swing.renderer.shape.swing.shapePart.Strokable

    strokeColor, theStroke, theStrokeWidth
  • Constructor Summary

    Constructors 
    Constructor Description
    StrokableLine()  
  • Method Summary

    Modifier and Type Method Description
    void configureStrokableForGroup​(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
    Configure all the static parts needed to stroke the shape.
    void configureStrokableLineForGroup​(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)  

    Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.shapePart.Strokable

    stroke

    Methods inherited from class java.lang.Object

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

  • Method Details

    • configureStrokableForGroup

      public void configureStrokableForGroup​(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
      Description copied from class: Strokable
      Configure all the static parts needed to stroke the shape.
      Overrides:
      configureStrokableForGroup in class Strokable
    • configureStrokableLineForGroup

      public void configureStrokableLineForGroup​(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)