Packages

final class Margin extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Margin
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Margin(autoexpand: Option[Boolean], l: Option[Int], r: Option[Int], t: Option[Int], b: Option[Int], pad: Option[Int])

Value Members

  1. val autoexpand: Option[Boolean]
  2. val b: Option[Int]
  3. def canEqual(obj: Any): Boolean
    Definition Classes
    Margin → Equals
  4. def equals(obj: Any): Boolean
    Definition Classes
    Margin → Equals → AnyRef → Any
  5. def hashCode(): Int
    Definition Classes
    Margin → AnyRef → Any
  6. val l: Option[Int]
  7. val pad: Option[Int]
  8. def productArity: Int
    Definition Classes
    Margin → Product
  9. def productElement(n: Int): Any
    Definition Classes
    Margin → Product
  10. def productElementName(n: Int): String
    Definition Classes
    Product
  11. def productElementNames: Iterator[String]
    Definition Classes
    Product
  12. def productIterator: Iterator[Any]
    Definition Classes
    Product
  13. def productPrefix: String
    Definition Classes
    Product
  14. val r: Option[Int]
  15. val t: Option[Int]
  16. def toString(): String
    Definition Classes
    Margin → AnyRef → Any
  17. def withAutoexpand(autoexpand: Option[Boolean]): Margin
  18. def withB(b: Option[Int]): Margin
  19. def withL(l: Option[Int]): Margin
  20. def withPad(pad: Option[Int]): Margin
  21. def withR(r: Option[Int]): Margin
  22. def withT(t: Option[Int]): Margin