Class/Object

scalafx.print

PrinterAttributes

Related Docs: object PrinterAttributes | package print

Permalink

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

Wraps JavaFX PrinterAttributes.

Source
PrinterAttributes.scala
Since

8.0

Linear Supertypes
SFXDelegate[javafx.print.PrinterAttributes], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrinterAttributes
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrinterAttributes(delegate: javafx.print.PrinterAttributes)

    Permalink

    Creates a new ScalaFX PrinterAttributes from its JavaFX counterpart.

    Creates a new ScalaFX PrinterAttributes from its JavaFX counterpart.

    delegate

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def defaultCollation: Collation

    Permalink

    The default collation setting.

  7. def defaultCopies: Int

    Permalink

    The default number of copies to print.

  8. def defaultPageOrientation: PageOrientation

    Permalink

    The default orientation for paper on this printer.

  9. def defaultPaper: Paper

    Permalink

    The default paper size used on this printer.

  10. def defaultPaperSource: PaperSource

    Permalink

    The default paper input source/tray/

  11. def defaultPrintColor: PrintColor

    Permalink

    The default color setting : greyscale or color

  12. def defaultPrintQuality: PrintQuality

    Permalink

    The default quality setting

  13. def defaultPrintResolution: PrintResolution

    Permalink

    The default print resolution for paper on this printer.

  14. def defaultPrintSides: PrintSides

    Permalink

    The default value for duplex settings.

  15. val delegate: javafx.print.PrinterAttributes

    Permalink

    JavaFX PrinterAttributes.

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

    Definition Classes
    PrinterAttributesSFXDelegate
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(ref: Any): Boolean

    Permalink

    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
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

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

    Permalink
    Definition Classes
    Any
  22. def maxCopies: Int

    Permalink

    The maximum supported number of copies.

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def supportedCollations: Set[Collation]

    Permalink

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

  27. def supportedPageOrientations: Set[PageOrientation]

    Permalink

    An unmodifiable set of the supported orientations for this printer.

  28. def supportedPaperSources: Set[PaperSource]

    Permalink

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

  29. def supportedPapers: Set[Paper]

    Permalink

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

  30. def supportedPrintColors: Set[PrintColor]

    Permalink

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

  31. def supportedPrintQuality: Set[PrintQuality]

    Permalink

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

  32. def supportedPrintResolutions: Set[PrintResolution]

    Permalink

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

  33. def supportedPrintSides: Set[PrintSides]

    Permalink

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

  34. def supportsPageRanges: Boolean

    Permalink

    Reports if page ranges are supported.

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

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.print.PrinterAttributes]

Inherited from AnyRef

Inherited from Any

Ungrouped