PageRange

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

Value parameters

delegate

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

Attributes

Constructor

Creates a new ScalaFX PageRange from its JavaFX counterpart.

Since

8.0

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

Members list

Value members

Constructors

def this(startPage: Int, endPage: Int)

Create a new PageRange with the specified start and end page numbers.

Create a new PageRange with the specified start and end page numbers.

Value parameters

endPage

the last page in the range.

startPage

the first page in the range.

Attributes

Concrete methods

IntegerProperty representing the starting page number of the range.

IntegerProperty representing the starting page number of the range.

Attributes

IntegerProperty representing the ending page number of the range.

IntegerProperty representing the ending page number of the range.

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes