Uses of Class
javafx.scene.transform.Affine
Package
Description
-
Uses of Affine in dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html
-
Uses of Affine in javafx.scene.canvas
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected Affine
Rotate.createAffine()
protected Affine
Scale.createAffine()
protected abstract Affine
Transform.createAffine()
protected Affine
Translate.createAffine()
Transform.toAffine()