object LegendRenderer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LegendRenderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def continuousGradient(reduction: (Drawable, Drawable) => Drawable = above): LegendRenderer
- def custom(fn: (LegendContext) => Drawable): LegendRenderer
- def default(reduction: (Drawable, Drawable) => Drawable = above): LegendRenderer
Create a legend using the default style
Create a legend using the default style
- reduction
Function to combine multiple legends.
- def discrete(reduction: (Drawable, Drawable) => Drawable = above): LegendRenderer
Create a legend for discrete components.
Create a legend for discrete components.
- reduction
Function to combine multiple legends.
- 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 gradient(reduction: (Drawable, Drawable) => Drawable = above): LegendRenderer
Create a legend with a gradient for continuous components.
Create a legend with a gradient for continuous components.
- reduction
Function to combine multiple legends.
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def horizontal(): LegendRenderer
- def horizontalDiscrete(): LegendRenderer
- def horizontalGradient(): LegendRenderer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val leftPadding: Double
- 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()
- val spacing: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def vertical(): LegendRenderer
- def verticalDiscrete(): LegendRenderer
- def verticalGradient(): LegendRenderer
- 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])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated