static final class TransformingPathConsumer2D.ScaleTranslateFilter 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 |
private float |
tx |
private float |
ty |
out
Constructor and Description |
---|
ScaleTranslateFilter(PathConsumer2D out,
float sx,
float sy,
float tx,
float ty) |
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 sx,
float sy,
float tx,
float ty) |
setConsumer
ScaleTranslateFilter(PathConsumer2D out, float sx, float sy, float tx, float ty)
public void set(float sx, float sy, float tx, float ty)
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()