org.hyperscala.ui

Coordinates

abstract class Coordinates[S <: Session] extends Listenable with StorageComponent[CoordinatesTag[S], HTMLTag]

Linear Supertypes
StorageComponent[CoordinatesTag[S], HTMLTag], Listenable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Coordinates
  2. StorageComponent
  3. Listenable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Coordinates(webpage: Webpage[S])

Abstract Value Members

  1. abstract def coordinateX(absolute: Double, width: Double): Double

  2. abstract def coordinateY(absolute: Double, height: Double): Double

  3. abstract def localizeX(x: Double, ct: CoordinatesTag[S]): Double

  4. abstract def localizeY(y: Double, ct: CoordinatesTag[S]): Double

Concrete 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. def apply(t: HTMLTag): CoordinatesTag[S]

    Definition Classes
    StorageComponent
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def componentIdentifier: String

    Attributes
    protected
    Definition Classes
    Coordinates → StorageComponent
  8. def coordinateX(absolute: Double, width: Double, horizontal: Horizontal): Double

  9. def coordinateY(absolute: Double, height: Double, vertical: Vertical): Double

  10. def create(t: HTMLTag): CoordinatesTag[S]

    Attributes
    protected
    Definition Classes
    Coordinates → StorageComponent
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(t: HTMLTag): Option[CoordinatesTag[S]]

    Definition Classes
    StorageComponent
  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. val id: String

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  20. val listeners: Listeners

    Definition Classes
    Listenable
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def set(t: HTMLTag, value: CoordinatesTag[S]): Unit

    Definition Classes
    StorageComponent
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val webpage: Webpage[S]

Inherited from StorageComponent[CoordinatesTag[S], HTMLTag]

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped