public final class Dimension
Representation of the dimension of a gif or a frame.
private final Integer
size
width
height
Dimension(UShort width, UShort height)
Dimension(Integer width, Integer height)
final Integer
getSize()
getWidth()
getHeight()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getSize()
final Integer getWidth()
final Integer getHeight()