Class FillableLine

java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.shapePart.FillableLine

public class FillableLine
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    FillableLine()  
  • Method Summary

    Modifier and Type Method Description
    void configureFillableLineForElement​(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, org.graphstream.ui.graphicGraph.GraphicElement element)  
    void configureFillableLineForGroup​(Backend bck, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, double theSize)  
    void fill​(java.awt.Graphics2D g, double width, double dynColor, java.awt.Shape shape)  
    void fill​(java.awt.Graphics2D g, double width, java.awt.Shape shape)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • fill

      public void fill​(java.awt.Graphics2D g, double width, double dynColor, java.awt.Shape shape)
    • fill

      public void fill​(java.awt.Graphics2D g, double width, java.awt.Shape shape)
    • configureFillableLineForGroup

      public void configureFillableLineForGroup​(Backend bck, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, double theSize)
    • configureFillableLineForElement

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