Center

sealed abstract class Center extends Product with Serializable

Determines where the center of the canvas is located.

Companion:
object
Source:
Center.scala
trait Product
trait Equals
class Object
trait Matchable
class Any
object AtOrigin.type
object CenteredOnPicture.type

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product