public final class IntSize2d


Size of a 2d object represented as an Int, such as the dimensions of the panel in pixels.

Summary

Public constructors

IntSize2d(int width, int height)

Public methods

boolean
equals(Object other)
final int
final int
int
@NonNull String

Public constructors

IntSize2d

Added in 1.0.0-alpha05
public IntSize2d(int width, int height)

Public methods

equals

public boolean equals(Object other)

getHeight

Added in 1.0.0-alpha05
public final int getHeight()

getWidth

Added in 1.0.0-alpha05
public final int getWidth()

hashCode

public int hashCode()

toString

public @NonNull String toString()