Package com.attribyte.parser.model
Class Aspect
java.lang.Object
com.attribyte.parser.model.Aspect
An aspect (ratio).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public final int widthThe aspect ratio width. -
height
public final int heightThe aspect ration height.
-
-
Constructor Details
-
Aspect
public Aspect(int width, int height) Creates an aspect.- Parameters:
width- The width.height- The height.
-
-
Method Details