Printer

scalafx.print.Printer
See thePrinter companion class
object Printer

Companion Object for scalafx.print.Printer.

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Since

8.0

Companion
object
Supertypes
trait SFXEnumDelegate[MarginType]
trait SFXDelegate[MarginType]
class Object
trait Matchable
class Any
Known subtypes
object Default.type
object Equal.type
object EqualOpposites.type
object HardwareMinimum.type
object MarginType extends SFXEnumDelegateCompanion[MarginType, MarginType]

Companion Object for scalafx.print.Printer.MarginType.

Companion Object for scalafx.print.Printer.MarginType.

Attributes

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

Value members

Concrete methods

def allPrinters: ObservableSet[Printer]

Retrieve the installed printers.

Retrieve the installed printers.

Attributes

Retrieve the default printer or null.

Retrieve the default printer or null.

Attributes

A read only object property representing the current default printer.

A read only object property representing the current default printer.

Attributes

Implicits

Implicits

implicit def sfxPrinter2jfx(p: Printer): Printer

Converts a ScalaFX Printer to its JavaFX counterpart.

Converts a ScalaFX Printer to its JavaFX counterpart.

Value parameters

p

ScalaFX Printer

Attributes

Returns

JavaFX Printer