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 AffineGraphicsContext.getTransform()Returns a copy of the current transform.GraphicsContext.getTransform(Affine xform) Copies the current transform into the supplied object, creating a newAffineobject 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 newAffineobject if it is null, and returns the object containing the copy.default voidGraphicsContext.setTransform(Affine xform) Sets the current transform.default voidConcatenates the input with the current transform. -
Uses of Affine in javafx.scene.transform
Methods in javafx.scene.transform that return AffineModifier and TypeMethodDescriptionprotected AffineRotate.createAffine()protected AffineScale.createAffine()protected abstract AffineTransform.createAffine()protected AffineTranslate.createAffine()Transform.toAffine()Methods in javafx.scene.transform with parameters of type Affine