static final class TransformingPathConsumer2D.DeltaScaleFilter extends TransformingPathConsumer2D
TransformingPathConsumer2D.DeltaScaleFilter, TransformingPathConsumer2D.DeltaTransformFilter, TransformingPathConsumer2D.FilterSet, TransformingPathConsumer2D.ScaleTranslateFilter, TransformingPathConsumer2D.TransformFilter, TransformingPathConsumer2D.TranslateFilter
Modifier and Type | Field and Description |
---|---|
private float |
sx |
private float |
sy |
out
Constructor and Description |
---|
DeltaScaleFilter(PathConsumer2D out,
float Mxx,
float Myy) |
Modifier and Type | Method and Description |
---|---|
void |
closePath() |
void |
curveTo(float x1,
float y1,
float x2,
float y2,
float x3,
float y3) |
long |
getNativeConsumer() |
void |
lineTo(float x1,
float y1) |
void |
moveTo(float x0,
float y0) |
void |
pathDone() |
void |
quadTo(float x1,
float y1,
float x2,
float y2) |
void |
set(float Mxx,
float Myy) |
setConsumer
public DeltaScaleFilter(PathConsumer2D out, float Mxx, float Myy)
public void set(float Mxx, float Myy)
public void moveTo(float x0, float y0)
public void lineTo(float x1, float y1)
public void quadTo(float x1, float y1, float x2, float y2)
public void curveTo(float x1, float y1, float x2, float y2, float x3, float y3)
public void closePath()
public void pathDone()
public long getNativeConsumer()