trait LabelImplicits extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelImplicits
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bottomLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def bottomLabel(d: Drawable): Plot
- def bottomLabel(f: (Extent) => Drawable, height: Double): Plot
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def leftLabel(d: Drawable): Plot
- def leftLabel(f: (Extent) => Drawable, width: Double): Plot
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def rightLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def rightLabel(d: Drawable): Plot
- def rightLabel(f: (Extent) => Drawable, width: Double): Plot
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def title(d: Drawable): Plot
- def toString(): String
- Definition Classes
- AnyRef → Any
- def topLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def topLabel(d: Drawable): Plot
- def topLabel(f: (Extent) => Drawable, height: Double): Plot
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def xLabel(d: Drawable): Plot
- def yLabel(label: String, size: Option[Double] = None, color: Option[Color] = None)(implicit theme: Theme): Plot
- def yLabel(d: Drawable): Plot
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated