trait Transform extends AnyRef
The Transform
trait provides a simple technique for transforming
(translation, scaling and rotation) rectangular shapes.
- Alphabetic
- By Inheritance
- Transform
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
move(shape: RectangularShape, p: Array[Double]): Unit
Move/translate the shape to location (x, y).
Move/translate the shape to location (x, y).
- shape
the shape/object to move
- p
the point (x, y)-coordinates
-
def
move(shape: RectangularShape, x: Double, y: Double): Unit
Move/translate the shape to location (x, y).
Move/translate the shape to location (x, y).
- shape
the shape/object to move
- x
the x-coordinate
- y
the y-coordinate
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rotate(shape: RectangularShape, theta: Double): Unit
Rotate the shape by theta radians.
Rotate the shape by theta radians.
- shape
the shape/object to rotate
- theta
the rotation angle in radians
-
def
scale(shape: RectangularShape, p: Array[Double]): Unit
Scale/resize the shape to the new width and height parameters.
Scale/resize the shape to the new width and height parameters.
- shape
the shape/object to scale (change size)
- p
the point (w, h) parameters
-
def
scale(shape: RectangularShape, w: Double, h: Double): Unit
Scale/resize the shape to the new width and height parameters.
Scale/resize the shape to the new width and height parameters.
- shape
the shape/object to scale (change size)
- w
the width
- h
the height
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )