Package

io.taig.android

graphic

Permalink

package graphic

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graphic
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Area[T](position: Point[T], dimension: Dimension[T])(implicit evidence$1: Numeric[T]) extends Product with Serializable

    Permalink

    A dimension at a certain point

  2. final case class Color(color: Int) extends AnyVal with Product with Serializable

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

    Permalink

    A simple dimension with width and height

  4. case class Distance[T](left: T, top: T, right: T, bottom: T)(implicit evidence$1: Numeric[T]) extends Product with Serializable

    Permalink
  5. type Drawable = android.graphics.drawable.Drawable

    Permalink
  6. class Image extends AnyRef

    Permalink
  7. abstract class Pair[T] extends Product2[T, T]

    Permalink
  8. case class Point[T](x: T, y: T)(implicit evidence$1: Numeric[T]) extends Pair[T] with Product with Serializable

    Permalink

    A simple point with x and y coordinates

  9. trait implicits extends all with all

    Permalink

Value Members

  1. object Color extends Serializable

    Permalink
  2. object Dimension extends Serializable

    Permalink
  3. object Direction

    Permalink
  4. object Drawable extends companion

    Permalink
  5. object Edge extends Enumeration

    Permalink
  6. object Point extends Serializable

    Permalink
  7. package conversion

    Permalink
  8. object implicits extends implicits

    Permalink
  9. package operation

    Permalink
  10. package syntax

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped