AffineTransform2D

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

override def read(in: RefMapIn, key: String, arity: Int, adj: Int): AffineTransform2D
Definition Classes
def rotate(in: D, widthIn: I, heightIn: I, widthOut: I, heightOut: I, theta: D, ax: D, ay: D, wrap: I, rollOff: D, kaiserBeta: D, zeroCrossings: I): AffineTransform2D
def scale(in: D, widthIn: I, heightIn: I, widthOut: I, heightOut: I, sx: D, sy: D, wrap: I, rollOff: D, kaiserBeta: D, zeroCrossings: I): AffineTransform2D
def shear(in: D, widthIn: I, heightIn: I, widthOut: I, heightOut: I, shx: D, shy: D, wrap: I, rollOff: D, kaiserBeta: D, zeroCrossings: I): AffineTransform2D
def translate(in: D, widthIn: I, heightIn: I, widthOut: I, heightOut: I, tx: D, ty: D, wrap: I, rollOff: D, kaiserBeta: D, zeroCrossings: I): AffineTransform2D