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 |
(package private) static class |
TransformingPathConsumer2D.DeltaScaleFilter |
(package private) static class |
TransformingPathConsumer2D.DeltaTransformFilter |
(package private) static class |
TransformingPathConsumer2D.ScaleTranslateFilter |
(package private) static class |
TransformingPathConsumer2D.TransformFilter |
(package private) static class |
TransformingPathConsumer2D.TranslateFilter |
Modifier and Type | Field and Description |
---|---|
protected PathConsumer2D |
TransformingPathConsumer2D.out |
private PathConsumer2D |
Stroker.out |
private PathConsumer2D |
Dasher.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 |
Stroker.PolyStack.pop(PathConsumer2D io) |
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 . |
DeltaScaleFilter(PathConsumer2D out,
float Mxx,
float Myy) |
DeltaTransformFilter(PathConsumer2D out,
float Mxx,
float Mxy,
float Myx,
float Myy) |
ScaleTranslateFilter(PathConsumer2D out,
float sx,
float sy,
float tx,
float ty) |
Stroker(PathConsumer2D pc2d) |
Stroker(PathConsumer2D pc2d,
float lineWidth,
int capStyle,
int joinStyle,
float miterLimit)
Constructs a
Stroker . |
TransformFilter(PathConsumer2D out,
float Mxx,
float Mxy,
float Mxt,
float Myx,
float Myy,
float Myt) |
TransformingPathConsumer2D(PathConsumer2D out) |
TranslateFilter(PathConsumer2D out,
float tx,
float ty) |
Modifier and Type | Method and Description |
---|---|
private static PathConsumer2D |
OpenPiscesPrismUtils.initRenderer(BasicStroke stroke,
BaseTransform tx,
Rectangle clip,
int pirule,
Renderer renderer) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenPiscesPrismUtils.feedConsumer(PathIterator pi,
PathConsumer2D pc) |