t

com.cibo.evilplot.plot.components

FacetLabelImplicits

trait FacetLabelImplicits extends AnyRef

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

Abstract Value Members

  1. abstract val plot: Plot
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bottomLabels(labels: Seq[String])(implicit theme: Theme): Plot

    Add a label below each facet.

    Add a label below each facet.

    labels

    The labels for each facet.

  6. def bottomLabels(labels: (Extent) ⇒ Seq[Drawable], height: Double): Plot

    Add a label below each facet.

    Add a label below each facet.

    labels

    A function to return the labels of the given size.

    height

    The height of the labels.

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def leftLabels(labels: Seq[String])(implicit theme: Theme): Plot

    Add a label to the left of each facet.

  14. def leftLabels(labels: (Extent) ⇒ Seq[Drawable], width: Double): Plot

    Add a label to the left of each facet.

    Add a label to the left of each facet.

    labels

    A function to return the labels of the given size.

    width

    The width of the labels.

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. def rightLabels(labels: Seq[String])(implicit theme: Theme): Plot

    Add a label to the right of each facet.

  19. def rightLabels(labels: (Extent) ⇒ Seq[Drawable], width: Double): Plot

    Add a label to the right of each facet.

    Add a label to the right of each facet.

    labels

    A function to return the labels of the given size.

    width

    The width of the labels.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. def topLabels(labels: Seq[String])(implicit theme: Theme): Plot

    Add a label above each facet.

    Add a label above each facet.

    labels

    The labels for each facet.

  23. def topLabels(labels: (Extent) ⇒ Seq[Drawable], height: Double): Plot

    Add a label above each facet.

    Add a label above each facet.

    labels

    A function to return the labels of the given size.

    height

    The height of the labels.

  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped