Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.openpisces | |
com.sun.prism.impl.shape |
Modifier and Type | Class and Description |
---|---|
class |
Path2D
The
Path2D class provides a simple, yet flexible
shape which represents an arbitrary geometric path. |
Modifier and Type | Class and Description |
---|---|
class |
Dasher
The
Dasher class takes a series of linear commands
(moveTo , lineTo , close and
end ) and breaks them into smaller segments according to a
dash pattern array and a starting dash phase. |
class |
Renderer |
class |
Stroker |
class |
TransformingPathConsumer2D |
Modifier and Type | Field and Description |
---|---|
protected PathConsumer2D |
TransformingPathConsumer2D.out |
Modifier and Type | Method and Description |
---|---|
PathConsumer2D |
TransformingPathConsumer2D.FilterSet.getConsumer(PathConsumer2D out,
BaseTransform tx) |
Modifier and Type | Method and Description |
---|---|
PathConsumer2D |
TransformingPathConsumer2D.FilterSet.getConsumer(PathConsumer2D out,
BaseTransform tx) |
void |
TransformingPathConsumer2D.setConsumer(PathConsumer2D out) |
void |
Stroker.setConsumer(PathConsumer2D pc2d) |
Constructor and Description |
---|
Dasher(PathConsumer2D out) |
Dasher(PathConsumer2D out,
float[] dash,
float phase)
Constructs a
Dasher . |
Stroker(PathConsumer2D pc2d) |
Stroker(PathConsumer2D pc2d,
float lineWidth,
int capStyle,
int joinStyle,
float miterLimit)
Constructs a
Stroker . |
TransformingPathConsumer2D(PathConsumer2D out) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenPiscesPrismUtils.feedConsumer(PathIterator pi,
PathConsumer2D pc) |
Copyright © 2020. All rights reserved.