Dimensions

de.activegroup.scalajasper.core.Dimensions
object Dimensions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Dimensions.type

Members list

Type members

Classlikes

sealed case class AbsoluteVerticalLength(length: Length) extends VerticalLength

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class FontRelatedVerticalLength(ems: FontSizedLength) extends VerticalLength

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class FontSizedLength(ems: Double)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed case class FractionValue(value: Double)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Length(value: Double, unit: LengthUnit)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class LengthUnit(inJasperPixels: Double)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LengthUnit.type
sealed class LengthValue(value: Double)

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 Object
trait Matchable
class Any
sealed case class RestrictedLength(p: FractionValue, l: Length)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
abstract class VerticalLength

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Value members

Concrete fields

val zero: Length