org.hyperscala.easeljs

ShapeProperty

Related Docs: class ShapeProperty | package easeljs

object ShapeProperty extends Enumerated[ShapeProperty[_]] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[ShapeProperty[_]], Enum[ShapeProperty[_]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShapeProperty
  2. Serializable
  3. Serializable
  4. Enumerated
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. object Alpha extends ShapeProperty[Double] with Product with Serializable

  5. object Cursor extends ShapeProperty[String] with Product with Serializable

  6. object MouseEnabled extends ShapeProperty[Boolean] with Product with Serializable

  7. object Name extends ShapeProperty[String] with Product with Serializable

  8. object RegX extends ShapeProperty[Double] with Product with Serializable

  9. object RegY extends ShapeProperty[Double] with Product with Serializable

  10. object Rotation extends ShapeProperty[Double] with Product with Serializable

  11. object ScaleX extends ShapeProperty[Double] with Product with Serializable

  12. object ScaleY extends ShapeProperty[Double] with Product with Serializable

  13. object SkewX extends ShapeProperty[Double] with Product with Serializable

  14. object SkewY extends ShapeProperty[Double] with Product with Serializable

  15. object SnapToPixel extends ShapeProperty[Boolean] with Product with Serializable

  16. object TickEnabled extends ShapeProperty[Boolean] with Product with Serializable

  17. object Visible extends ShapeProperty[Boolean] with Product with Serializable

  18. object X extends ShapeProperty[Double] with Product with Serializable

  19. object Y extends ShapeProperty[Double] with Product with Serializable

  20. def apply(name: String): ShapeProperty[_]

    Definition Classes
    Enumerated
  21. def apply(index: Int): ShapeProperty[_]

    Definition Classes
    Enumerated
  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. macro def findValues: Set[ShapeProperty[_]]

    Attributes
    protected
    Definition Classes
    Enum
  28. def get(name: String, caseSensitive: Boolean): Option[ShapeProperty[_]]

    Definition Classes
    Enumerated
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. lazy val length: Int

    Definition Classes
    Enumerated
  33. final lazy val lowerCaseNamesToValuesMap: Map[String, ShapeProperty[_]]

    Definition Classes
    Enum
  34. final lazy val namesToValuesMap: Map[String, ShapeProperty[_]]

    Definition Classes
    Enum
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. def random: ShapeProperty[_]

    Definition Classes
    Enumerated
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. def unapply(s: String): Option[ShapeProperty[_]]

    Definition Classes
    Enumerated
  42. val values: Vector[ShapeProperty[_]]

    Definition Classes
    ShapeProperty → Enumerated → Enum
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def withName(name: String): ShapeProperty[_]

    Definition Classes
    Enum
  47. def withNameInsensitiveOption(name: String): Option[ShapeProperty[_]]

    Definition Classes
    Enum
  48. def withNameOption(name: String): Option[ShapeProperty[_]]

    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[ShapeProperty[_]]

Inherited from Enum[ShapeProperty[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped