de.activegroup.scalajasper.core.BandHeight
See theBandHeight companion class
object BandHeight
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass BandHeightclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass BandHeightclass Objecttrait Matchableclass AnyShow all
sealed case class Fixed(height: Length) extends BandHeight
Defined, fixed height
Defined, fixed height
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass BandHeightclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article