Object/Class

scalafx.print

Paper

Related Docs: class Paper | package print

Permalink

object Paper

Companion Object for scalafx.print.Paper.

Source
Paper.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Paper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val A0: Paper

    Permalink

    Specifies the ISO A0 size, 841 mm by 1189 mm.

  5. val A1: Paper

    Permalink

    Specifies the ISO A1 size, 594 mm by 841 mm.

  6. val A2: Paper

    Permalink

    Specifies the ISO A2 size, 420 mm by 594 mm.

  7. val A3: Paper

    Permalink

    Specifies the ISO A3 size, 297 mm by 420 mm.

  8. val A4: Paper

    Permalink

    Specifies the ISO A4 size, 210 mm by 297 mm.

  9. val A5: Paper

    Permalink

    Specifies the ISO A5 size, 148 mm by 210 mm.

  10. val A6: Paper

    Permalink

    Specifies the ISO A6 size, 105 mm by 148 mm.

  11. val C: Paper

    Permalink

    Specifies the engineering C size, 17 inch by 22 inch.

  12. val DesignatedLong: Paper

    Permalink

    Specifies the ISO Designated Long size, 110 mm by 220 mm.

  13. val Executive: Paper

    Permalink

    Specifies the executive size, 7.25 inches by 10.5 inches.

  14. val JapanesePostcard: Paper

    Permalink

    Specifies the Japanese postcard size, 100 mm by 148 mm.

  15. val JisB4: Paper

    Permalink

    Specifies the JIS B4 size, 257 mm by 364 mm.

  16. val JisB5: Paper

    Permalink

    Specifies the JIS B5 size, 182 mm by 257 mm.

  17. val JisB6: Paper

    Permalink

    Specifies the JIS B6 size, 128 mm by 182 mm.

  18. val Legal: Paper

    Permalink

    Specifies the North American legal size, 8.5 inches by 14 inches.

  19. val MonarchEnvelope: Paper

    Permalink

    Specifies the Monarch envelope size, 3.87 inch by 7.5 inch.

  20. val Na8X10: Paper

    Permalink

    Specifies the North American 8 inch by 10 inch paper.

  21. val NaLetter: Paper

    Permalink

    Specifies the North American letter size, 8.5 inches by 11 inches.

  22. val NaNumber10Envelope: Paper

    Permalink

    Specifies the North American Number 10 business envelope size, 4.125 inches by 9.5 inches.

  23. val Tabloid: Paper

    Permalink

    Specifies the tabloid size, 11 inches by 17 inches.

  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. implicit def sfxPaper2jfx(pp: Paper): javafx.print.Paper

    Permalink

    Converts a ScalaFX Paper to its JavaFX counterpart.

    Converts a ScalaFX Paper to its JavaFX counterpart.

    pp

    ScalaFX Paper

    returns

    JavaFX Paper

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped