AffineTransform

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

def rotate(rad: Double): AffineTransform
def rotate(rad: Double, x: Double, y: Double): AffineTransform
def rotateCenter(rad: Double): Bounds => AffineTransform
def scale(x: Double, y: Double): AffineTransform
def scaleThenTranslate(tx: Double, ty: Double, sx: Double, sy: Double): AffineTransform

Returns a transformation which first scales then translates

Returns a transformation which first scales then translates

def translate(x: Double, y: Double): AffineTransform
def translateThenScale(tx: Double, ty: Double, sx: Double, sy: Double): AffineTransform