Trait/Object

eu.joaocosta.minart.graphics

Plane

Related Docs: object Plane | package graphics

Permalink

trait Plane extends (Int, Int) ⇒ Color

Self Type
Plane
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Plane
  2. Function2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getPixel(x: Int, y: Int): Color

    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(x: Int, y: Int): Color

    Permalink
    Definition Classes
    Plane → Function2
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def clip(cx: Int, cy: Int, cw: Int, ch: Int): SurfaceView

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  8. final def contramap(f: (Int, Int) ⇒ (Int, Int)): Plane

    Permalink

    Contramaps the positions from this plane.

  9. def curried: (Int) ⇒ (Int) ⇒ Color

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def flatMap(f: (Color) ⇒ (Int, Int) ⇒ Color): Plane

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  15. def invertColor: Plane

    Permalink

    Inverts a plane color.

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def map(f: (Color) ⇒ Color): Plane

    Permalink

    Maps the colors from this plane.

  18. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. final def toRamSurface(width: Int, height: Int): RamSurface

    Permalink

    Converts this plane to a RAM surface, assuming (0, 0) as the top-left corner

    Converts this plane to a RAM surface, assuming (0, 0) as the top-left corner

    width

    surface width

    height

    surface height

  23. def toString(): String

    Permalink
    Definition Classes
    Function2 → AnyRef → Any
  24. final def toSurfaceView(width: Int, height: Int): SurfaceView

    Permalink

    Converts this plane to a surface view, assuming (0, 0) as the top-left corner

    Converts this plane to a surface view, assuming (0, 0) as the top-left corner

    width

    surface view width

    height

    surface view height

  25. def transpose: Plane

    Permalink

    Transposes a surface.

  26. def tupled: ((Int, Int)) ⇒ Color

    Permalink
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def zipWith(that: Surface, f: (Color, Color) ⇒ Color): SurfaceView

    Permalink

    Combines this plane with a surface by combining their colors with the given function.

  31. final def zipWith(that: Plane, f: (Color, Color) ⇒ Color): Plane

    Permalink

    Combines this plane with another by combining their colors with the given function.

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from (Int, Int) ⇒ Color

Inherited from AnyRef

Inherited from Any

Ungrouped