axle.visualize.Plottable

IntPlottable

object IntPlottable extends Plottable[Int]

Attributes
implicit
Linear Supertypes
Plottable[Int], Portionable[Int], Ordering[Int], Serializable, Serializable, PartialOrdering[Int], Equiv[Int], Comparator[Int], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. IntPlottable
  2. Plottable
  3. Portionable
  4. Ordering
  5. Serializable
  6. Serializable
  7. PartialOrdering
  8. Equiv
  9. Comparator
  10. AnyRef
  11. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def compare (i1: Int, i2: Int): Int

    Definition Classes
    IntPlottable → Ordering → Comparator
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def equiv (x: Int, y: Int): Boolean

    Definition Classes
    Ordering → PartialOrdering → Equiv
  12. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  14. def gt (x: Int, y: Int): Boolean

    Definition Classes
    Ordering → PartialOrdering
  15. def gteq (x: Int, y: Int): Boolean

    Definition Classes
    Ordering → PartialOrdering
  16. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  17. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  18. def isPlottable (t: Int): Boolean

    Definition Classes
    IntPlottablePlottable
  19. def lt (x: Int, y: Int): Boolean

    Definition Classes
    Ordering → PartialOrdering
  20. def lteq (x: Int, y: Int): Boolean

    Definition Classes
    Ordering → PartialOrdering
  21. def max (x: Int, y: Int): Int

    Definition Classes
    Ordering
  22. def min (x: Int, y: Int): Int

    Definition Classes
    Ordering
  23. implicit def mkOrderingOps (lhs: Int): Ops

    Attributes
    implicit
    Definition Classes
    Ordering
  24. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def on [U] (f: (U) ⇒ Int): Ordering[U]

    Definition Classes
    Ordering
  28. def portion (left: Int, v: Int, right: Int): Double

    Definition Classes
    IntPlottablePortionable
  29. def readResolve (): AnyRef

    Attributes
    protected
  30. def reverse : Ordering[Int]

    Definition Classes
    Ordering → PartialOrdering
  31. def step (from: Int, to: Int): Int

  32. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def tics (from: Int, to: Int): Seq[(Int, String)]

    Definition Classes
    IntPlottablePortionable
  34. def toString (): String

    Definition Classes
    AnyRef → Any
  35. def tryCompare (x: Int, y: Int): Some[Int]

    Definition Classes
    Ordering → PartialOrdering
  36. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. def zero (): Int

    Definition Classes
    IntPlottablePlottable

Inherited from Plottable[Int]

Inherited from Portionable[Int]

Inherited from Ordering[Int]

Inherited from Serializable

Inherited from Serializable

Inherited from PartialOrdering[Int]

Inherited from Equiv[Int]

Inherited from Comparator[Int]

Inherited from AnyRef

Inherited from Any