Package codes.thischwa.jii
Class Resolution
- java.lang.Object
-
- java.awt.geom.Dimension2D
-
- java.awt.Dimension
-
- codes.thischwa.jii.Resolution
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class Resolution extends Dimension
Encapsulate the resolution of an image. Should be in DPI, PixelsPerInch or something equivalent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Resolution(int resX, int resY)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getResX()
int
getResY()
String
toString()
-
Methods inherited from class java.awt.Dimension
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSize
-
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
-
-