DataRenderer

class Object
trait Matchable
class Any

Value members

Abstract methods

def asLegend: Option[LegendElem]
def render[R <: RenderingContext[LazyRef(...)]](data: Row, xAxis: Axis, yAxis: Axis, ctx: R, tx: AffineTransform)(implicit re: Renderer[ShapeElem, R], rt: Renderer[TextBox, R]): Unit
def xMinMax(ds: DataSource): Option[MinMax]
def yMinMax(ds: DataSource): Option[MinMax]

Concrete methods

def clear[R <: RenderingContext[LazyRef(...)]](ctx: R)(implicit re: Renderer[ShapeElem, R], rt: Renderer[TextBox, R]): Unit