PrinterJob

scalafx.print.PrinterJob
See thePrinterJob companion class
object PrinterJob

Companion Object for scalafx.print.PrinterJob.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
PrinterJob.type

Members list

Type members

Classlikes

sealed abstract class JobStatus(val delegate: JobStatus) extends SFXEnumDelegate[JobStatus]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[JobStatus]
trait SFXDelegate[JobStatus]
class Object
trait Matchable
class Any
Known subtypes
object Canceled.type
object Done.type
object Error.type
object NotStarted.type
object Printing.type
object JobStatus extends SFXEnumDelegateCompanion[JobStatus, JobStatus]

Companion Object for scalafx.print.PrinterJob.JobStatus.

Companion Object for scalafx.print.PrinterJob.JobStatus.

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
JobStatus.type

Value members

Concrete methods

Factory method to create a job. If there are no printers available, this will return null.

Factory method to create a job. If there are no printers available, this will return null.

Attributes

Factory method to create a job for a specified printer.

Factory method to create a job for a specified printer.

Value parameters

printer

to use for the job. If the printer is currently unavailable (e.g. offline) then this may return 'null'.

Attributes

Returns

a new PrinterJob, or 'null'.

Deprecated methods

def createPrinterJob(printer: Printer): PrinterJob

Added just to satisfy Spec tests.

Added just to satisfy Spec tests.

Attributes

Deprecated
[Since version 8.0] Use createPrinterJob(Printer): PrinterJob instead

Implicits

Implicits

implicit def sfxPrinterJob2jfx(pj: PrinterJob): PrinterJob

Converts a ScalaFX PrinterJob to its JavaFX counterpart.

Converts a ScalaFX PrinterJob to its JavaFX counterpart.

Value parameters

pj

ScalaFX PrinterJob

Attributes

Returns

JavaFX PrinterJob