case class PlotLegend(bounds: Bounds, colorNames: Map[Int, String] = Map.empty, gradientNames: Map[ColorGradient, String] = Map.empty, sizingName: (String, Seq[(Int, Int)]) = ("", Seq.empty), symbolNames: Map[PlotSymbol, String] = Map.empty) extends Product with Serializable with Plottable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlotLegend
- Plottable
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new PlotLegend(bounds: Bounds, colorNames: Map[Int, String] = Map.empty, gradientNames: Map[ColorGradient, String] = Map.empty, sizingName: (String, Seq[(Int, Int)]) = ("", Seq.empty), symbolNames: Map[PlotSymbol, String] = Map.empty)
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
- val bounds: Bounds
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val colorNames: Map[Int, String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val gradientNames: Map[ColorGradient, String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lines: Seq[LegendItem]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
render(r: Renderer, rendBounds: Bounds): Unit
- Definition Classes
- PlotLegend → Plottable
- val sizingName: (String, Seq[(Int, Int)])
- val symbolNames: Map[PlotSymbol, String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )