BandHeight

de.activegroup.scalajasper.core.BandHeight
See theBandHeight companion class
object BandHeight

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
BandHeight.type

Members list

Type members

Classlikes

case object Auto extends BandHeight

Automatically calculate needed height

Automatically calculate needed height

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class BandHeight
class Object
trait Matchable
class Any
Show all
Self type
Auto.type
sealed case class AutoPlus(margin: Length) extends BandHeight

Automatically calculate needed height, but add some margin

Automatically calculate needed height, but add some margin

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class BandHeight
class Object
trait Matchable
class Any
Show all
sealed case class Fixed(height: Length) extends BandHeight

Defined, fixed height

Defined, fixed height

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class BandHeight
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit def fixed(height: Length): Fixed