PageLayout

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

Value parameters

delegate

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

Attributes

Constructor

Creates a new ScalaFX PageLayout from its JavaFX counterpart.

Since

8.0

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

Members list

Value members

Concrete methods

The bottom margin of the page layout in points.

The bottom margin of the page layout in points.

Attributes

The left margin of the page layout in points.

The left margin of the page layout in points.

Attributes

The Page orientation

The Page orientation

Attributes

def paper: Paper

The paper used.

The paper used.

Attributes

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.

Attributes

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.

Attributes

The right margin of the page layout in points.

The right margin of the page layout in points.

Attributes

The top margin of the page layout in points.

The top margin of the page layout in points.

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

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes