Package ro.sync.exml.view.graphics
Class Dimension
java.lang.Object
ro.sync.exml.view.graphics.Dimension
Dimension.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int widthThe width. -
height
public int heightThe height.
-
-
Constructor Details
-
Dimension
public Dimension(int width, int height) Constructor.- Parameters:
width
- The width.height
- The height.
-
-
Method Details
-
toString
Returns a string representation of the values of thisDimension
object'sheight
andwidth
fields. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not benull
. -
equals
Checks whether two dimension objects have equal values. -
hashCode
public int hashCode()
-