Class

org.hyperscala.ui

Coordinates

Related Doc: package ui

Permalink

abstract class Coordinates extends Listenable with StorageComponent[CoordinatesTag, HTMLTag]

Linear Supertypes
StorageComponent[CoordinatesTag, 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Coordinates(webpage: Webpage)

    Permalink

Abstract Value Members

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

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

    Permalink
  3. abstract def localizeX(x: Double, ct: CoordinatesTag): Double

    Permalink
  4. abstract def localizeY(y: Double, ct: CoordinatesTag): Double

    Permalink

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(t: HTMLTag): CoordinatesTag

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

    Permalink
  10. def create(t: HTMLTag): CoordinatesTag

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. val id: String

    Permalink
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    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]

    Permalink
    Definition Classes
    Listenable
  20. val listeners: Listeners

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  26. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  27. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val webpage: Webpage

    Permalink

Inherited from StorageComponent[CoordinatesTag, HTMLTag]

Inherited from Listenable

Inherited from AnyRef

Inherited from Any

Ungrouped