Uses of Class
javafx.scene.transform.Affine
Packages that use Affine
Package
Description
-
Uses of Affine in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html
Methods in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html that return AffineMethods in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html with parameters of type Affine -
Uses of Affine in javafx.scene.canvas
Methods in javafx.scene.canvas that return AffineModifier and TypeMethodDescriptiondefault Affine
GraphicsContext.getTransform()
Returns a copy of the current transform.GraphicsContext.getTransform
(Affine xform) Copies the current transform into the supplied object, creating a newAffine
object if it is null, and returns the object containing the copy.Methods in javafx.scene.canvas with parameters of type AffineModifier and TypeMethodDescriptionGraphicsContext.getTransform
(Affine xform) Copies the current transform into the supplied object, creating a newAffine
object if it is null, and returns the object containing the copy.default void
GraphicsContext.setTransform
(Affine xform) Sets the current transform.default void
Concatenates the input with the current transform. -
Uses of Affine in javafx.scene.transform
Methods in javafx.scene.transform that return AffineModifier and TypeMethodDescriptionprotected Affine
Rotate.createAffine()
protected Affine
Scale.createAffine()
protected abstract Affine
Transform.createAffine()
protected Affine
Translate.createAffine()
Transform.toAffine()
Methods in javafx.scene.transform with parameters of type Affine