Ratios

ba.sake.hepek.html.component.GridComponents.Ratios
See theRatios companion object
final case class Ratios(single: Ratio, half: Ratio, third: Ratio)

Attributes

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

Members list

Value members

Concrete methods

def withHalf(r: Ratio): Ratios
def withHalf(r1: Int, r2: Int): Ratios
def withSingle(r1: Int, r2: Int, r3: Int): Ratios
def withThird(r1: Int, r2: Int, r3: Int): Ratios

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product