public class FillableLine
extends java.lang.Object
| Constructor and Description |
|---|
FillableLine() |
| Modifier and Type | Method and 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) |
public void fill(java.awt.Graphics2D g,
double width,
double dynColor,
java.awt.Shape shape)
public void fill(java.awt.Graphics2D g,
double width,
java.awt.Shape shape)
public void configureFillableLineForGroup(Backend bck, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera, double theSize)
public void configureFillableLineForElement(org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera,
org.graphstream.ui.graphicGraph.GraphicElement element)