final class Scene extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scene
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- Scene → Equals
-
def
equals(obj: Any): Boolean
- Definition Classes
- Scene → Equals → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- Scene → AnyRef → Any
-
def
productArity: Int
- Definition Classes
- Scene → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Scene → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Scene → Product
-
def
toString(): String
- Definition Classes
- Scene → AnyRef → Any
- def withXaxis(xaxis: Axis): Scene
- def withXaxis(xaxis: Option[Axis]): Scene
- def withYaxis(yaxis: Axis): Scene
- def withYaxis(yaxis: Option[Axis]): Scene
- def withZaxis(zaxis: Axis): Scene
- def withZaxis(zaxis: Option[Axis]): Scene
- val xaxis: Option[Axis]
- val yaxis: Option[Axis]
- val zaxis: Option[Axis]