PrinterAttributes

scalafx.print.PrinterAttributes
See thePrinterAttributes companion object
final class PrinterAttributes(val delegate: PrinterAttributes) extends SFXDelegate[PrinterAttributes]

Value parameters

delegate

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

Attributes

Constructor

Creates a new ScalaFX PrinterAttributes from its JavaFX counterpart.

Since

8.0

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

Members list

Value members

Concrete methods

The default collation setting.

The default collation setting.

Attributes

The default number of copies to print.

The default number of copies to print.

Attributes

The default orientation for paper on this printer.

The default orientation for paper on this printer.

Attributes

The default paper size used on this printer.

The default paper size used on this printer.

Attributes

The default paper input source/tray/

The default paper input source/tray/

Attributes

The default color setting : greyscale or color

The default color setting : greyscale or color

Attributes

The default quality setting

The default quality setting

Attributes

The default print resolution for paper on this printer.

The default print resolution for paper on this printer.

Attributes

The default value for duplex settings.

The default value for duplex settings.

Attributes

def maxCopies: Int

The maximum supported number of copies.

The maximum supported number of copies.

Attributes

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

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

Attributes

An unmodifiable set of the supported orientations for this printer.

An unmodifiable set of the supported orientations for this printer.

Attributes

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.

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes

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

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

Attributes

Reports if page ranges are supported.

Reports if page ranges are supported.

Attributes

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 parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: PrinterAttributes

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes