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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    returns

    The delegate hashcode

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

    Definition Classes
    Any
  18. def jobName: StringProperty

    StringProperty representing the name of a job.

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def pageLayout: ObjectProperty[javafx.print.PageLayout]

    Property representing an instance of PageLayout.

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

  25. def pageRanges: ObjectProperty[_]

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

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

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

    Property representing an instance of PaperSource.

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

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

    Property representing an instance of PrintColor.

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

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

    Property representing an instance of PrintQuality.

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

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

    Property representing an instance of PrintResolution.

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

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

    Property representing an instance of PrintSides.

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SFXDelegate[javafx.print.JobSettings]

Inherited from AnyRef

Inherited from Any

Ungrouped