Dimensions
de.activegroup.scalajasper.core.Dimensions
object Dimensions
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Dimensions.type
Members list
Type members
Classlikes
sealed case class AbsoluteVerticalLength(length: Length) extends VerticalLength
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass VerticalLengthclass Objecttrait Matchableclass AnyShow all
sealed case class FontRelatedVerticalLength(ems: FontSizedLength) extends VerticalLength
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass VerticalLengthclass Objecttrait Matchableclass AnyShow all
This is like 'em' in CSS, which is defined as a value relative to the current font size
This is like 'em' in CSS, which is defined as a value relative to the current font size
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object LengthUnit
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
LengthUnit.type
a value which can be given a unit - only used implicitly and intermediately for DSL
a value which can be given a unit - only used implicitly and intermediately for DSL
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A restricted length is composed of a fractional and an absolute part, so you can specify values like 100 percent - 10 px
A restricted length is composed of a fractional and an absolute part, so you can specify values like 100 percent - 10 px
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AbsoluteVerticalLength
In this article