final case class HistOptions(orientation: Orientation = VERTICAL, cumulative: Opt[Cumulative] = Blank, histnorm: Opt[HistNorm] = Blank, histfunc: Opt[HistFunction] = Blank, xbins: Opt[Xbins] = Blank, ybins: Opt[Ybins] = Blank) extends Component with Product with Serializable
This class sets the options for a histogram. Generally this will be manipulated by a component that sits higher up in the class hierarchy.
- orientation
: Specifies whether the histogram is vertical or horizontal.
- cumulative
: This takes in a Cumulative type which specifies how the histogram cumulative function works.
- histnorm
: Specifies the type of normalization for the histogram series.
- histfunc
: Specifies the binning function for the histogram series.
- xbins
: An Xbin specified by the user.
- ybins
: A Ybin specified by the user.
- Alphabetic
- By Inheritance
- HistOptions
- Serializable
- Product
- Equals
- Component
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HistOptions(orientation: Orientation = VERTICAL, cumulative: Opt[Cumulative] = Blank, histnorm: Opt[HistNorm] = Blank, histfunc: Opt[HistFunction] = Blank, xbins: Opt[Xbins] = Blank, ybins: Opt[Ybins] = Blank)
- orientation
: Specifies whether the histogram is vertical or horizontal.
- cumulative
: This takes in a Cumulative type which specifies how the histogram cumulative function works.
- histnorm
: Specifies the type of normalization for the histogram series.
- histfunc
: Specifies the binning function for the histogram series.
- xbins
: An Xbin specified by the user.
- ybins
: A Ybin specified by the user.
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() @HotSpotIntrinsicCandidate()
- val cumulative: Opt[Cumulative]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val histfunc: Opt[HistFunction]
- val histnorm: Opt[HistNorm]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- val orientation: Orientation
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def setCumulative(new_cumulative: Cumulative): HistOptions
- def setCumulative(enabled: Opt[Boolean] = Blank, direction: Opt[Direction] = Blank, currentbin: Opt[CurrentBin] = Blank): HistOptions
- def setHistFunc(new_histfunc: HistFunction): HistOptions
- def setHistNorm(new_histnorm: HistNorm): HistOptions
- def setOrientation(new_orientation: Orientation): HistOptions
- def setXBins(new_xbins: Xbins): HistOptions
- def setXbins(start: Opt[Double] = Blank, end: Opt[Double] = Blank, size: Opt[Double] = Blank): HistOptions
- def setYBins(new_ybins: Ybins): HistOptions
- def setYbins(start: Opt[Double] = Blank, end: Opt[Double] = Blank, size: Opt[Double] = Blank): HistOptions
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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 xbins: Opt[Xbins]
- val ybins: Opt[Ybins]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
This is the API documentation for Picta, a graphing library for Scala.
More detailed documentation about using the library can be found at https://acse-fk4517.github.io/picta-docs/.
Click on the following link to get started with the API docs: https://acse-fk4517.github.io/picta-docs/pages/api/org/carbonateresearch/picta/index.html