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()
  2. new Margin(autoexpand: Option[Boolean], l: Option[Int], r: Option[Int], t: Option[Int], b: Option[Int], pad: Option[Int])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val autoexpand: Option[Boolean]
  6. val b: Option[Int]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    Margin → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Margin → Equals → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Margin → AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val l: Option[Int]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. val pad: Option[Int]
  20. def productArity: Int
    Definition Classes
    Margin → Product
  21. def productElement(n: Int): Any
    Definition Classes
    Margin → Product
  22. def productElementName(n: Int): String
    Definition Classes
    Margin → Product
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. def productIterator: Iterator[Any]
    Definition Classes
    Product
  25. def productPrefix: String
    Definition Classes
    Margin → Product
  26. val r: Option[Int]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val t: Option[Int]
  29. def toString(): String
    Definition Classes
    Margin → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def withAutoexpand(autoexpand: Boolean): Margin
  34. def withAutoexpand(autoexpand: Option[Boolean]): Margin
  35. def withB(b: Int): Margin
  36. def withB(b: Option[Int]): Margin
  37. def withL(l: Int): Margin
  38. def withL(l: Option[Int]): Margin
  39. def withPad(pad: Int): Margin
  40. def withPad(pad: Option[Int]): Margin
  41. def withR(r: Int): Margin
  42. def withR(r: Option[Int]): Margin
  43. def withT(t: Int): Margin
  44. def withT(t: Option[Int]): Margin

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped