scalafx.print

PrinterAttributes

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 Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrinterAttributes
  2. SFXDelegate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

    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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    The default collation setting.

  9. def defaultCopies: Int

    The default number of copies to print.

  10. def defaultPageOrientation: PageOrientation

    The default orientation for paper on this printer.

  11. def defaultPaper: Paper

    The default paper size used on this printer.

  12. def defaultPaperSource: PaperSource

    The default paper input source/tray/

  13. def defaultPrintColor: PrintColor

    The default color setting : greyscale or color

  14. def defaultPrintQuality: PrintQuality

    The default quality setting

  15. def defaultPrintResolution: PrintResolution

    The default print resolution for paper on this printer.

  16. def defaultPrintSides: PrintSides

    The default value for duplex settings.

  17. val delegate: javafx.print.PrinterAttributes

    JavaFX PrinterAttributes.

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

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

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

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

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

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

    returns

    The delegate hashcode

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

    Definition Classes
    Any
  24. def maxCopies: Int

    The maximum supported number of copies.

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

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def supportedCollations: Set[Collation]

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

  29. def supportedPageOrientations: Set[PageOrientation]

    An unmodifiable set of the supported orientations for this printer.

  30. def supportedPaperSources: Set[PaperSource]

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

  31. def supportedPapers: Set[Paper]

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

  32. def supportedPrintColors: Set[PrintColor]

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

  33. def supportedPrintQuality: Set[PrintQuality]

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

  34. def supportedPrintResolutions: Set[PrintResolution]

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

  35. def supportedPrintSides: Set[PrintSides]

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

  36. def supportsPageRanges: Boolean

    Reports if page ranges are supported.

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

    Definition Classes
    AnyRef
  38. def toString(): String

    returns

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SFXDelegate[javafx.print.PrinterAttributes]

Inherited from AnyRef

Inherited from Any

Ungrouped