PrinterAttributes

final class PrinterAttributes(val delegate: PrinterAttributes) extends SFXDelegate[PrinterAttributes]
Value Params
delegate

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

Constructor

Creates a new ScalaFX PrinterAttributes from its JavaFX counterpart.

Since

8.0

Companion
object
trait SFXDelegate[PrinterAttributes]
class Object
trait Matchable
class Any

Value members

Concrete methods

The default collation setting.

The default collation setting.

def defaultCopies: Int

The default number of copies to print.

The default number of copies to print.

The default orientation for paper on this printer.

The default orientation for paper on this printer.

The default paper size used on this printer.

The default paper size used on this printer.

The default paper input source/tray/

The default paper input source/tray/

The default color setting : greyscale or color

The default color setting : greyscale or color

The default quality setting

The default quality setting

The default print resolution for paper on this printer.

The default print resolution for paper on this printer.

The default value for duplex settings.

The default value for duplex settings.

def maxCopies: Int

The maximum supported number of copies.

The maximum supported number of copies.

An unmodifiable set of the supported collation settings for this printer.

An unmodifiable set of the supported collation settings for this printer.

An unmodifiable set of the supported orientations for this printer.

An unmodifiable set of the supported orientations for this printer.

An unmodifiable set of the supported paper sources (ie input bins or trays) for this printer.

An unmodifiable set of the supported paper sources (ie input bins or trays) for this printer.

An unmodifiable set of the supported paper sizes for this printer.

An unmodifiable set of the supported paper sizes for this printer.

An unmodifiable set of the supported color settings for this printer.

An unmodifiable set of the supported color settings for this printer.

An unmodifiable set of the supported quality settings for this printer.

An unmodifiable set of the supported quality settings for this printer.

An unmodifiable set of the supported print resolutions for this printer.

An unmodifiable set of the supported print resolutions for this printer.

An unmodifiable set of the supported duplex settings for this printer.

An unmodifiable set of the supported duplex settings for this printer.

def supportsPageRanges: Boolean

Reports if page ranges are supported.

Reports if page ranges are supported.

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: PrinterAttributes