PrintResolution

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

Value parameters

delegate

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

Attributes

Constructor

Creates a new ScalaFX PrintResolution from its JavaFX counterpart.

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

Members list

Value members

Concrete methods

def crossFeedResolution: Integer

Returns the resolution in dpi. across the paper feed direction.

Returns the resolution in dpi. across the paper feed direction.

Attributes

def feedResolution: Integer

Returns the resolution in dpi. in the paper feed direction.

Returns the resolution in dpi. in the paper feed direction.

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: PrintResolution

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes