JavaScript is disabled on your browser.
org.htmlunit.platform.geom
Class IntDimension2D
-
-
Constructor Summary
Constructors
Constructor and Description |
IntDimension2D (int width,
int height)
Constructor.
|
-
Method Summary
All Methods
Modifier and Type |
Method and Description |
int |
getHeight () |
int |
getWidth () |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getWidth
public int getWidth()
- Returns:
- the width of this as integer.
-
getHeight
public int getHeight()
- Returns:
- the height of this as integer.
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.