PaperSource

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

Value parameters

delegate

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

Attributes

Constructor

Creates a new ScalaFX PaperSource from its JavaFX counterpart.

Since

8.0

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

Members list

Value members

Concrete methods

def name: String

The name of this paper source.

The name of this paper source.

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes