SpatialModifiers

indigo.shared.scenegraph.SpatialModifiers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BlankEntity
class Clip[M]
class Graphic[M]
class Group
trait Shape[T]
class Box
class Circle
class Line
class Polygon
class Sprite[M]
class Text[M]
class TextBox
Show all

Members list

Value members

Abstract methods

def flipHorizontal(isFlipped: Boolean): T
def flipVertical(isFlipped: Boolean): T
def moveBy(pt: Point): T
def moveBy(x: Int, y: Int): T
def moveTo(pt: Point): T
def moveTo(x: Int, y: Int): T
def rotateBy(angle: Radians): T
def rotateTo(angle: Radians): T
def scaleBy(amount: Vector2): T
def scaleBy(x: Double, y: Double): T
def transformBy(positionDiff: Point, rotationDiff: Radians, scaleDiff: Vector2): T
def transformTo(newPosition: Point, newRotation: Radians, newScale: Vector2): T
def withRef(newRef: Point): T
def withRef(x: Int, y: Int): T

Inherited methods

def withDepth(newDepth: Depth): T

Attributes

Inherited from:
BasicSpatialModifiers
def withFlip(newFlip: Flip): T

Attributes

Inherited from:
BasicSpatialModifiers
def withPosition(newPosition: Point): T

Attributes

Inherited from:
BasicSpatialModifiers
def withRotation(newRotation: Radians): T

Attributes

Inherited from:
BasicSpatialModifiers
def withScale(newScale: Vector2): T

Attributes

Inherited from:
BasicSpatialModifiers