DataElem

org.nspl.DataElem
See theDataElem companion object
case class DataElem(data: DataSource, xAxis: Axis, yAxis: Axis, renderers: Seq[DataRenderer], originalBounds: Bounds, tx: AffineTransform) extends Renderable[DataElem]

A Renderable element for data sources

Unlike most other Renderable's DataElem is a placeholder in the scene graph. nspl does not insert the individual data rows into the scene graph but represent them with a DataElem. The data source will be enumerated at the time when the rendering context renders the DataElem.

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def rotate(rad: Double): K

Attributes

Inherited from:
Renderable
def rotate(rad: Double, x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def rotateCenter(rad: Double): K

Attributes

Inherited from:
Renderable
def scale(x: Double, y: Double): K

Attributes

Inherited from:
Renderable
def translate(x: Double, y: Double): K

Attributes

Inherited from:
Renderable