LineSpacing

de.activegroup.scalajasper.core.LineSpacing
See theLineSpacing companion class
object LineSpacing

Attributes

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

Members list

Type members

Classlikes

sealed case class AtLeast(size: Float) extends LineSpacing

Spacing between lines of at least the specified size.

Spacing between lines of at least the specified size.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
case object Double extends LineSpacing

Spacing between lines of double size than normal.

Spacing between lines of double size than normal.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
Self type
Double.type
sealed case class Fixed(size: Float) extends LineSpacing

Spacing between lines of the specified size.

Spacing between lines of the specified size.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
case object OneAndHalf extends LineSpacing

Spacing between lines of 50% more than normal.

Spacing between lines of 50% more than normal.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
Self type
OneAndHalf.type
sealed case class Proportional(factor: Float) extends LineSpacing

Spacing between lines to the specified proportion of the normal line spacing.

Spacing between lines to the specified proportion of the normal line spacing.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
case object Single extends LineSpacing

Normal spacing between lines.

Normal spacing between lines.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class LineSpacing
class Object
trait Matchable
class Any
Show all
Self type
Single.type

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