Uses of Class
javafx.scene.transform.Affine
Packages that use Affine
Package
Description
Provides the set of classes for canvas, an immediate mode style of rendering API.
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects.-
Uses of Affine in javafx.scene.canvas
Methods in javafx.scene.canvas that return AffineModifier and TypeMethodDescriptionGraphicsContext.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.voidGraphicsContext.setTransform(Affine xform) Sets the current transform.voidConcatenates the input with the current transform. -
Uses of Affine in javafx.scene.transform
Methods in javafx.scene.transform that return AffineModifier and TypeMethodDescriptionstatic AffineTransform.affine(double mxx, double myx, double mxy, double myy, double tx, double ty) Returns a newAffineobject from 12 number values representing the 6 specifiable entries of the 3x4 Affine transformation matrix.static AffineTransform.affine(double mxx, double mxy, double mxz, double tx, double myx, double myy, double myz, double ty, double mzx, double mzy, double mzz, double tz) Returns a newAffineobject from 12 number values representing the 12 specifiable entries of the 3x4 Affine transformation matrix.Affine.clone()Affine.createInverse()