public final class Size
Describes the width and height dimensions of an entity.
Official doc
private final Integer
width
height
Size(Integer width, Integer height)
final Integer
component1()
component2()
final Size
copy(Integer width, Integer height)
getWidth()
getHeight()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer component1()
final Integer component2()
final Size copy(Integer width, Integer height)
final Integer getWidth()
Width in pixels.
final Integer getHeight()
Height in pixels.