Package | Description |
---|---|
com.sun.pisces |
Modifier and Type | Method and Description |
---|---|
Transform6 |
Transform6.inverse() |
Transform6 |
Transform6.setTransform(Transform6 Tx)
Sets this transform to a copy of the transform in the specified
Transform6 object. |
Modifier and Type | Method and Description |
---|---|
void |
PiscesRenderer.drawImage(int imageType,
int imageMode,
int[] data,
int width,
int height,
int offset,
int stride,
Transform6 textureTransform,
boolean repeat,
int bboxX,
int bboxY,
int bboxW,
int bboxH,
int lEdge,
int rEdge,
int tEdge,
int bEdge,
int txMin,
int tyMin,
int txMax,
int tyMax,
boolean hasAlpha) |
void |
Transform6.postMultiply(Transform6 t) |
void |
PiscesRenderer.setLinearGradient(int x0,
int y0,
int x1,
int y1,
GradientColorMap gradientColorMap,
Transform6 gradientTransform)
This method sets linear color-gradient data to be used as paint data in following rendering operation.
|
void |
PiscesRenderer.setLinearGradient(int x0,
int y0,
int x1,
int y1,
int[] fractions,
int[] rgba,
int cycleMethod,
Transform6 gradientTransform)
This method sets linear color-gradient data to be used as paint data in following rendering operation.
|
void |
PiscesRenderer.setRadialGradient(int cx,
int cy,
int fx,
int fy,
int radius,
GradientColorMap gradientColorMap,
Transform6 gradientTransform)
This method sets radial gradient paint data to be used in subsequent rendering.
|
void |
PiscesRenderer.setRadialGradient(int cx,
int cy,
int fx,
int fy,
int radius,
int[] fractions,
int[] rgba,
int cycleMethod,
Transform6 gradientTransform)
This method sets radial gradient paint data to be used in subsequent rendering.
|
void |
PiscesRenderer.setTexture(int imageType,
int[] data,
int width,
int height,
int stride,
Transform6 textureTransform,
boolean repeat,
boolean hasAlpha) |
Transform6 |
Transform6.setTransform(Transform6 Tx)
Sets this transform to a copy of the transform in the specified
Transform6 object. |
Constructor and Description |
---|
Transform6(Transform6 t) |
Copyright © 2020. All rights reserved.