final case class Elements(strokeWidth: Double, lineDashStyle: LineStyle, pointSize: Double, gridLineSize: Double, boxSpacing: Double, barSpacing: Double, clusterSpacing: Double, boundBuffer: Double, contours: Int, categoricalXAxisLabelOrientation: Double, categoricalYAxisLabelOrientation: Double, continuousXAxisLabelOrientation: Double, continuousYAxisLabelOrientation: Double, tickCount: Int, xTickCount: Int, yTickCount: Int, xGridLineCount: Int, yGridLineCount: Int, tickThickness: Double, tickLength: Double) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Elements
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Elements(strokeWidth: Double, lineDashStyle: LineStyle, pointSize: Double, gridLineSize: Double, boxSpacing: Double, barSpacing: Double, clusterSpacing: Double, boundBuffer: Double, contours: Int, categoricalXAxisLabelOrientation: Double, categoricalYAxisLabelOrientation: Double, continuousXAxisLabelOrientation: Double, continuousYAxisLabelOrientation: Double, tickCount: Int, xTickCount: Int, yTickCount: Int, xGridLineCount: Int, yGridLineCount: Int, tickThickness: Double, tickLength: Double)
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 barSpacing: Double
- val boundBuffer: Double
- val boxSpacing: Double
- val categoricalXAxisLabelOrientation: Double
- val categoricalYAxisLabelOrientation: Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val clusterSpacing: Double
- val continuousXAxisLabelOrientation: Double
- val continuousYAxisLabelOrientation: Double
- val contours: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val gridLineSize: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lineDashStyle: LineStyle
- 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 pointSize: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val strokeWidth: Double
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tickCount: Int
- val tickLength: Double
- val tickThickness: Double
- 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])
- val xGridLineCount: Int
- val xTickCount: Int
- val yGridLineCount: Int
- val yTickCount: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated