PrintResolution

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

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

Constructor

Creates a new ScalaFX PrintResolution from its JavaFX counterpart.

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

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.

def feedResolution: Integer

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

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

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