AxisFactory

org.nspl.AxisFactory
sealed trait AxisFactory

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LinearAxisFactory.type
object Log10AxisFactory.type

Members list

Concise view

Value members

Abstract methods

def make(min: Double, max: Double, width: Double, horizontal: Boolean): Axis