case class Parameters extends Product with Serializable
Class which holds common settings of plots.
This class is immmutable.
The intended use of this class is to call the specialized copy methods on
the default instance in org.nspl.par
e.g.
org.nspl.par.withXLog(true).withMain("some text")
or equivalently
org.nspl.par.xlog(true).main("some text")
For each member of this class there are two copy methods:
- One following the naming convention
withX..
e.g.def withXLog(v:Boolean) : Parameters
- the other omitting the
with
prefix, e.g.def xlog(v:Boolean) : Parameters
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parameters
- Serializable
- Product
- Equals
- 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 bottomPadding(v: RelFontSize): Parameters
- val bottomPadding: RelFontSize
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def draw1Line(v: Boolean): Parameters
- val draw1Line: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extraLegend(v: Seq[(String, nspl.LegendElem)]): Parameters
- val extraLegend: Seq[(String, nspl.LegendElem)]
- def frame(v: Boolean): Parameters
- val frame: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftPadding(v: RelFontSize): Parameters
- val leftPadding: RelFontSize
- def legendDistance(v: RelFontSize): Parameters
- val legendDistance: RelFontSize
- def legendFontSize(v: RelFontSize): Parameters
- val legendFontSize: RelFontSize
- def legendLayout(v: Layout): Parameters
- val legendLayout: Layout
- def legendWidth(v: RelFontSize): Parameters
- val legendWidth: RelFontSize
- def main(v: String): Parameters
- val main: String
- def mainFontSize(v: RelFontSize): Parameters
- val mainFontSize: RelFontSize
- def mainLabDistance(v: RelFontSize): Parameters
- val mainLabDistance: RelFontSize
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noLegend(v: Boolean): Parameters
- val noLegend: Boolean
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def origin(v: Option[(Double, Double)]): Parameters
- val origin: Option[(Double, Double)]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rightPadding(v: RelFontSize): Parameters
- val rightPadding: RelFontSize
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def topPadding(v: RelFontSize): Parameters
- val topPadding: RelFontSize
- 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])
- def withBottomPadding(v: RelFontSize): Parameters
- def withDraw1Line(v: Boolean): Parameters
- def withExtraLegend(v: Seq[(String, nspl.LegendElem)]): Parameters
- def withFrame(v: Boolean): Parameters
- def withLeftPadding(v: RelFontSize): Parameters
- def withLegendDistance(v: RelFontSize): Parameters
- def withLegendFontSize(v: RelFontSize): Parameters
- def withLegendLayout(v: Layout): Parameters
- def withLegendWidth(v: RelFontSize): Parameters
- def withMain(v: String): Parameters
- def withMainFontSize(v: RelFontSize): Parameters
- def withMainLabDistance(v: RelFontSize): Parameters
- def withNoLegend(v: Boolean): Parameters
- def withOrigin(v: Option[(Double, Double)]): Parameters
- def withRightPadding(v: RelFontSize): Parameters
- def withTopPadding(v: RelFontSize): Parameters
- def withXAxisMargin(v: Double): Parameters
- def withXCustomGrid(v: Boolean): Parameters
- def withXGrid(v: Boolean): Parameters
- def withXLab(v: String): Parameters
- def withXLabDistance(v: RelFontSize): Parameters
- def withXLabFontSize(v: RelFontSize): Parameters
- def withXLabelRotation(v: Double): Parameters
- def withXLim(v: Option[(Double, Double)]): Parameters
- def withXLineStartFraction(v: Double): Parameters
- def withXLineWidthFraction(v: Double): Parameters
- def withXLog(v: Boolean): Parameters
- def withXNames(v: Seq[(Double, String)]): Parameters
- def withXNoTickLabel(v: Boolean): Parameters
- def withXNumTicks(v: Int): Parameters
- def withXTickLength(v: RelFontSize): Parameters
- def withXTickSpace(v: Option[Double]): Parameters
- def withXWidth(v: RelFontSize): Parameters
- def withYAxisMargin(v: Double): Parameters
- def withYCustomGrid(v: Boolean): Parameters
- def withYGrid(v: Boolean): Parameters
- def withYHeight(v: RelFontSize): Parameters
- def withYLab(v: String): Parameters
- def withYLabDistance(v: RelFontSize): Parameters
- def withYLabFontSize(v: RelFontSize): Parameters
- def withYLabelRotation(v: Double): Parameters
- def withYLim(v: Option[(Double, Double)]): Parameters
- def withYLineStartFraction(v: Double): Parameters
- def withYLineWidthFraction(v: Double): Parameters
- def withYLog(v: Boolean): Parameters
- def withYNames(v: Seq[(Double, String)]): Parameters
- def withYNoTickLabel(v: Boolean): Parameters
- def withYNumTicks(v: Int): Parameters
- def withYTickLength(v: RelFontSize): Parameters
- def withYTickSpace(v: Option[Double]): Parameters
- def xAxisMargin(v: Double): Parameters
- val xAxisMargin: Double
- def xCustomGrid(v: Boolean): Parameters
- val xCustomGrid: Boolean
- def xLabDistance(v: RelFontSize): Parameters
- val xLabDistance: RelFontSize
- def xLabFontSize(v: RelFontSize): Parameters
- val xLabFontSize: RelFontSize
- def xLabelRotation(v: Double): Parameters
- val xLabelRotation: Double
- def xLineStartFraction(v: Double): Parameters
- val xLineStartFraction: Double
- def xLineWidthFraction(v: Double): Parameters
- val xLineWidthFraction: Double
- def xNoTickLabel(v: Boolean): Parameters
- val xNoTickLabel: Boolean
- def xNumTicks(v: Int): Parameters
- val xNumTicks: Int
- def xTickLength(v: RelFontSize): Parameters
- val xTickLength: RelFontSize
- def xTickSpace(v: Option[Double]): Parameters
- val xTickSpace: Option[Double]
- def xWidth(v: RelFontSize): Parameters
- val xWidth: RelFontSize
- def xgrid(v: Boolean): Parameters
- val xgrid: Boolean
- def xlab(v: String): Parameters
- val xlab: String
- def xlim(v: Option[(Double, Double)]): Parameters
- val xlim: Option[(Double, Double)]
- def xlog(v: Boolean): Parameters
- val xlog: Boolean
- def xnames(v: Seq[(Double, String)]): Parameters
- val xnames: Seq[(Double, String)]
- def yAxisMargin(v: Double): Parameters
- val yAxisMargin: Double
- def yCustomGrid(v: Boolean): Parameters
- val yCustomGrid: Boolean
- def yHeight(v: RelFontSize): Parameters
- val yHeight: RelFontSize
- def yLabDistance(v: RelFontSize): Parameters
- val yLabDistance: RelFontSize
- def yLabFontSize(v: RelFontSize): Parameters
- val yLabFontSize: RelFontSize
- def yLabelRotation(v: Double): Parameters
- val yLabelRotation: Double
- def yLineStartFraction(v: Double): Parameters
- val yLineStartFraction: Double
- def yLineWidthFraction(v: Double): Parameters
- val yLineWidthFraction: Double
- def yNoTickLabel(v: Boolean): Parameters
- val yNoTickLabel: Boolean
- def yNumTicks(v: Int): Parameters
- val yNumTicks: Int
- def yTickLength(v: RelFontSize): Parameters
- val yTickLength: RelFontSize
- def yTickSpace(v: Option[Double]): Parameters
- val yTickSpace: Option[Double]
- def ygrid(v: Boolean): Parameters
- val ygrid: Boolean
- def ylab(v: String): Parameters
- val ylab: String
- def ylim(v: Option[(Double, Double)]): Parameters
- val ylim: Option[(Double, Double)]
- def ylog(v: Boolean): Parameters
- val ylog: Boolean
- def ynames(v: Seq[(Double, String)]): Parameters
- val ynames: Seq[(Double, String)]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated