Class/Object

io.taig.android.graphic

Dimension

Related Docs: object Dimension | package graphic

Permalink

case class Dimension[T](width: T, height: T)(implicit evidence$1: Numeric[T]) extends Pair[T] with Product with Serializable

A simple dimension with width and height

Linear Supertypes
Serializable, Serializable, Pair[T], Product2[T, T], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dimension
  2. Serializable
  3. Serializable
  4. Pair
  5. Product2
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dimension(width: T, height: T)(implicit arg0: Numeric[T])

    Permalink

Type Members

  1. type S = Dimension[T]

    Permalink
    Definition Classes
    DimensionPair

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  4. def *(rhs: T): S

    Permalink
    Definition Classes
    Pair
  5. def +(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  6. def +(rhs: T): S

    Permalink
    Definition Classes
    Pair
  7. def -(rhs: Pair[T]): S

    Permalink
    Definition Classes
    Pair
  8. def -(rhs: T): S

    Permalink
    Definition Classes
    Pair
  9. def <(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  10. def <(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  11. def <=(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  12. def <=(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  13. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def >(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  15. def >(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  16. def >=(rhs: Pair[T]): Boolean

    Permalink
    Definition Classes
    Pair
  17. def >=(rhs: T): Boolean

    Permalink
    Definition Classes
    Pair
  18. val _1: T

    Permalink
    Definition Classes
    Pair → Product2
  19. val _2: T

    Permalink
    Definition Classes
    Pair → Product2
  20. def apply(width: T, height: T): Dimension[T]

    Permalink
    Attributes
    protected
    Definition Classes
    DimensionPair
  21. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. val height: T

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def productArity: Int

    Permalink
    Definition Classes
    Product2 → Product
  32. def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  33. def swap: S

    Permalink
    Definition Classes
    Pair
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toSeq: Seq[T]

    Permalink
    Definition Classes
    Pair
  36. def toString(): String

    Permalink
    Definition Classes
    Dimension → AnyRef → Any
  37. def toTuple: (T, T)

    Permalink
    Definition Classes
    Pair
  38. def unary_-: S

    Permalink
    Definition Classes
    Pair
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. val width: T

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Pair[T]

Inherited from Product2[T, T]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped