case class Plot(display: Option[String], left: Int = 0, top: Int = 0, right: Int = 5, bottom: Int = 5, xAxis: Option[String] = None, yAxis: Option[String] = None, xmin: Double = 0, xmax: Double = 0, ymin: Double = 0, ymax: Double = 0, autoPlotOn: Boolean = true, legendOn: Boolean = false, setupCode: String = "", updateCode: String = "", pens: List[Pen] = Nil) extends Widget with Product with Serializable
- Source
- Plot.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Plot
- Serializable
- Serializable
- Product
- Equals
- Widget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Plot(display: Option[String], left: Int = 0, top: Int = 0, right: Int = 5, bottom: Int = 5, xAxis: Option[String] = None, yAxis: Option[String] = None, xmin: Double = 0, xmax: Double = 0, ymin: Double = 0, ymax: Double = 0, autoPlotOn: Boolean = true, legendOn: Boolean = false, setupCode: String = "", updateCode: String = "", pens: List[Pen] = Nil)
Value Members
- val autoPlotOn: Boolean
- val bottom: Int
-
def
convertSource(conversion: (String) ⇒ String): Plot
convertSource applies the given conversion to all code found in the widget.
- val display: Option[String]
- val left: Int
- val legendOn: Boolean
- val pens: List[Pen]
- val right: Int
- val setupCode: String
- val top: Int
- val updateCode: String
- val xAxis: Option[String]
- val xmax: Double
- val xmin: Double
- val yAxis: Option[String]
- val ymax: Double
- val ymin: Double