scalafx.print

PrinterJob

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

Wraps JavaFX PrinterJob.

Source
PrinterJob.scala
Since

8.0

Linear Supertypes
SFXDelegate[javafx.print.PrinterJob], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrinterJob
  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 PrinterJob(delegate: javafx.print.PrinterJob)

    Creates a new ScalaFX PrinterJob from its JavaFX counterpart.

    Creates a new ScalaFX PrinterJob from its JavaFX counterpart.

    delegate

    JavaFX PrinterJob. 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 cancelJob(): Unit

    Cancel the underlying print job at the earliest opportunity.

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. val delegate: javafx.print.PrinterJob

    JavaFX PrinterJob.

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

    Definition Classes
    PrinterJobSFXDelegate
  10. def endJob: Boolean

    If the job can be successfully spooled to the printer queue this will return true.

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. 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
  13. final def getClass(): Class[_]

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

    returns

    The delegate hashcode

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

    Definition Classes
    Any
  16. def jobSettings: JobSettings

    The JobSettings encapsulates all the API supported job configuration options such as number of copies, collation option, duplex option, etc.

  17. def jobStatus: ReadOnlyObjectProperty[JobStatus]

    A read only object property representing the current JobStatus

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def printPage(pageLayout: PageLayout, node: Node): Boolean

    Print the specified node using the specified page layout.

    Print the specified node using the specified page layout.

    pageLayout

    Layout for this page.

    node

    The node to print.

    returns

    whether rendering was successful.

  22. def printPage(node: Node): Boolean

    Print the specified node.

    Print the specified node.

    node

    The node to print.

    returns

    whether rendering was successful.

  23. def printer: ObjectProperty[javafx.print.Printer]

    Property representing the Printer for this job.

  24. def printer_=(v: Printer): Unit

  25. def showPageSetupDialog(owner: Window): Boolean

    Displays a Page Setup dialog.

    Displays a Page Setup dialog.

    owner

    owner to block input, or 'null'.

    returns

    false if the user opts to cancel the dialog, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.

  26. def showPrintDialog(owner: Window): Boolean

    Displays a Print Dialog.

    Displays a Print Dialog.

    owner

    owner to which to block input, or 'null'.

    returns

    false if the user opts to cancel printing, or the job is not in the new state. That is if it has already started, has failed, or has been cancelled, or ended.

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

    Definition Classes
    AnyRef
  28. def toString(): String

    returns

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. 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.PrinterJob]

Inherited from AnyRef

Inherited from Any

Ungrouped