public final class SceneDimension
extends javafx.geometry.Dimension2D
| Constructor and Description |
|---|
SceneDimension(double width,
double height)
Constructs a
SceneDimension with the specified width and
height. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
public SceneDimension(double width,
double height)
SceneDimension with the specified width and
height.width - the widthheight - the heightpublic String toString()
toString in class javafx.geometry.Dimension2DCopyright © 2017. All rights reserved.