Package | Description |
---|---|
org.scilab.forge.scirenderer.implementation.g2d.motor |
Modifier and Type | Field and Description |
---|---|
protected G2DStroke |
Segment.stroke |
Modifier and Type | Method and Description |
---|---|
static G2DStroke |
G2DStroke.getStroke(Appearance appearance,
double dashPhase) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PolyLine> |
PolyLine.getPolyLines(Vector3d[] vertices,
java.awt.Color[] colors,
G2DStroke stroke,
boolean loop)
Get a set of polylines.
|
void |
Segment.setStroke(G2DStroke stroke) |
Constructor and Description |
---|
PolyLine(Vector3d[] vertices,
java.awt.Color[] colors,
G2DStroke stroke)
Default constructor
|
Segment(Vector3d[] vertices,
java.awt.Color[] colors,
G2DStroke stroke,
boolean is2D) |