axle.visualize.Plottable

DateTimePlottable

object DateTimePlottable extends Plottable[DateTime]

Attributes
implicit
Linear Supertypes
Plottable[DateTime], Portionable[DateTime], Ordering[DateTime], Serializable, Serializable, PartialOrdering[DateTime], Equiv[DateTime], Comparator[DateTime], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. DateTimePlottable
  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 (dt1: DateTime, dt2: DateTime): Int

    Definition Classes
    DateTimePlottable → 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: DateTime, y: DateTime): 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: DateTime, y: DateTime): Boolean

    Definition Classes
    Ordering → PartialOrdering
  15. def gteq (x: DateTime, y: DateTime): 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: DateTime): Boolean

    Definition Classes
    DateTimePlottablePlottable
  19. def lt (x: DateTime, y: DateTime): Boolean

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

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

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

    Definition Classes
    Ordering
  23. implicit def mkOrderingOps (lhs: DateTime): 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. lazy val now : DateTime

  28. def on [U] (f: (U) ⇒ DateTime): Ordering[U]

    Definition Classes
    Ordering
  29. def portion (left: DateTime, v: DateTime, right: DateTime): Double

    Definition Classes
    DateTimePlottablePortionable
  30. def readResolve (): AnyRef

    Attributes
    protected
  31. def reverse : Ordering[DateTime]

    Definition Classes
    Ordering → PartialOrdering
  32. def step (duration: Duration): (Duration, String)

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

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

    Definition Classes
    DateTimePlottablePortionable
  35. def toString (): String

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def zero (): DateTime

    Definition Classes
    DateTimePlottablePlottable

Inherited from Plottable[DateTime]

Inherited from Portionable[DateTime]

Inherited from Ordering[DateTime]

Inherited from Serializable

Inherited from Serializable

Inherited from PartialOrdering[DateTime]

Inherited from Equiv[DateTime]

Inherited from Comparator[DateTime]

Inherited from AnyRef

Inherited from Any