public static class IconDescriptor.Dimension
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
height
The height in pixel.
|
int |
width
The width in pixel.
|
| Constructor and Description |
|---|
Dimension(int width,
int height)
Creates a new dimension with the designated width and height.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
public final int width
public final int height