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. abstract class Pair[T] extends Product2[T, T]

    Permalink
  6. 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

Value Members

  1. object Color extends Serializable

    Permalink
  2. object Dimension extends Serializable

    Permalink
  3. object Direction

    Permalink
  4. object Edge extends Enumeration

    Permalink
  5. object Point extends Serializable

    Permalink
  6. package operation

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped