Package | Description |
---|---|
com.sun.javafx.geom.transform | |
com.sun.prism.impl | |
com.sun.prism.impl.ps |
Modifier and Type | Class and Description |
---|---|
class |
Affine2D
The
Affine2D class represents a 2D affine transform
that performs a linear mapping from 2D coordinates to other 2D
coordinates that preserves the "straightness" and
"parallelness" of lines. |
class |
Affine3D |
Modifier and Type | Method and Description |
---|---|
void |
VertexBuffer.addMappedPgram(float dx11,
float dy11,
float dx21,
float dy21,
float dx12,
float dy12,
float dx22,
float dy22,
float ux11,
float uy11,
float ux21,
float uy21,
float ux12,
float uy12,
float ux22,
float uy22,
float vx11,
float vy11,
float vx22,
float vy22,
AffineBase tx) |
void |
VertexBuffer.addQuad(float dx1,
float dy1,
float dx2,
float dy2,
float tx1,
float ty1,
float tx2,
float ty2,
AffineBase tx) |
Modifier and Type | Method and Description |
---|---|
(package private) static AffineBase |
PaintHelper.getImagePatternTx(ShaderGraphics g,
ImagePattern paint,
Shader shader,
BaseTransform renderTx,
float rx,
float ry,
float rw,
float rh) |
(package private) static AffineBase |
PaintHelper.getLinearGradientTx(LinearGradient paint,
Shader shader,
BaseTransform renderTx,
float rx,
float ry,
float rw,
float rh) |
(package private) AffineBase |
BaseShaderGraphics.getPaintTextureTx(BaseTransform renderTx,
Shader shader,
float rx,
float ry,
float rw,
float rh) |
(package private) static AffineBase |
PaintHelper.getRadialGradientTx(RadialGradient paint,
Shader shader,
BaseTransform renderTx,
float rx,
float ry,
float rw,
float rh) |