public class ImageIdentifier extends java.lang.Object implements Item
Identifier.Image.Dimension.| Modifier and Type | Field and Description |
|---|---|
int |
height |
java.lang.String |
id |
int |
width |
| Constructor and Description |
|---|
ImageIdentifier(java.lang.String id,
Image.Dimension dimension) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final java.lang.String id
public final int height
public final int width
public ImageIdentifier(java.lang.String id,
Image.Dimension dimension)