Class Aspect

java.lang.Object
com.attribyte.parser.model.Aspect

public class Aspect extends Object
An aspect (ratio).
  • Field Details

    • width

      public final int width
      The aspect ratio width.
    • height

      public final int height
      The aspect ration height.
  • Constructor Details

    • Aspect

      public Aspect(int width, int height)
      Creates an aspect.
      Parameters:
      width - The width.
      height - The height.
  • Method Details