Resolution

public class Resolution implements Serializable

Representation of the resolution of images.

Fields

heightY

private Integer heightY

The height in pixel.

serialVersionUID

private static final long serialVersionUID

widthX

private Integer widthX

The width in pixel.