ColorBarMainConfig

case class ColorBarMainConfig(var hide: Boolean, var autoRange: String, var autoMirror: Boolean, var reflect: Boolean, var outerTicks: Boolean, var horzPosition: Value, var vertPosition: Value, var width: Option[SizeUnit], var height: Option[SizeUnit], var horzManual: Option[Double], var vertManual: Option[Double])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product