scalafx.print

JobSettings

final class JobSettings extends SFXDelegate[javafx.print.JobSettings]

Wraps JavaFX JobSettings.

Source
JobSettings.scala
Since

8.0

Linear Supertypes
SFXDelegate[javafx.print.JobSettings], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JobSettings
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JobSettings(delegate: javafx.print.JobSettings)

    Creates a new ScalaFX JobSettings from its JavaFX counterpart.

    Creates a new ScalaFX JobSettings from its JavaFX counterpart.

    delegate

    JavaFX JobSettings. Since there is no public constructor for it, there is not a default value.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def collation: ObjectProperty[javafx.print.Collation]

    Property representing an instance of Collation.

  9. def collation_=(v: Collation): Unit

  10. def copies: IntegerProperty

    IntegerProperty representing the number of copies of the job to print.

  11. def copies_=(v: Int): Unit

  12. val delegate: javafx.print.JobSettings

    JavaFX JobSettings.

    JavaFX JobSettings. Since there is no public constructor for it, there is not a default value.

    Definition Classes
    JobSettingsSFXDelegate
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(ref: Any): Boolean

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

    if the other object is equals to this delegate or not.

    Definition Classes
    SFXDelegate → AnyRef → Any
  15. def finalize(): Unit

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

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

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def jobName: StringProperty

    StringProperty representing the name of a job.

  20. def jobName_=(v: String): Unit

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def pageLayout: ObjectProperty[javafx.print.PageLayout]

    Property representing an instance of PageLayout.

  25. def pageLayout_=(v: PageLayout): Unit

  26. def pageRanges: ObjectProperty[_]

    An ObjectProperty whose value represents the job pages to print as an array of PageRange.

  27. def pageRanges_=(v: PageRange*): Unit

  28. def paperSource: ObjectProperty[javafx.print.PaperSource]

    Property representing an instance of PaperSource.

  29. def paperSource_=(v: PaperSource): Unit

  30. def printColor: ObjectProperty[javafx.print.PrintColor]

    Property representing an instance of PrintColor.

  31. def printColor_=(v: PrintColor): Unit

  32. def printQuality: ObjectProperty[javafx.print.PrintQuality]

    Property representing an instance of PrintQuality.

  33. def printQuality_=(v: PrintQuality): Unit

  34. def printResolution: ObjectProperty[javafx.print.PrintResolution]

    Property representing an instance of PrintResolution.

  35. def printResolution_=(v: PrintResolution): Unit

  36. def printSides: ObjectProperty[javafx.print.PrintSides]

    Property representing an instance of PrintSides.

  37. def printSides_=(v: PrintSides): Unit

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

    Definition Classes
    AnyRef
  39. def toString(): String

    returns

    Returns the original delegate's toString() adding a [SFX] prefix.

    Definition Classes
    SFXDelegate → AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.print.JobSettings]

Inherited from AnyRef

Inherited from Any

Ungrouped