PageLayout

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

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

Constructor

Creates a new ScalaFX PageLayout from its JavaFX counterpart.

Since

8.0

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

Value members

Concrete methods

def bottomMargin: Double

The bottom margin of the page layout in points.

The bottom margin of the page layout in points.

def leftMargin: Double

The left margin of the page layout in points.

The left margin of the page layout in points.

The Page orientation

The Page orientation

def paper: Paper

The paper used.

The paper used.

def printableHeight: Double

The height dimension of the printable area of the page, in 1/72 of an inch, taking into account the orientation.

The height dimension of the printable area of the page, in 1/72 of an inch, taking into account the orientation.

def printableWidth: Double

The width dimension of the printable area of the page, in 1/72 of an inch points, taking into account the orientation.

The width dimension of the printable area of the page, in 1/72 of an inch points, taking into account the orientation.

def rightMargin: Double

The right margin of the page layout in points.

The right margin of the page layout in points.

def topMargin: Double

The top margin of the page layout in points.

The top margin of the page layout in points.

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