Class XYArray

All Implemented Interfaces:
Serializable, Iterable<PdfObject>

public class XYArray extends NumberArray
Creates an Array with two PdfNumber elements, representing an X and Y coordinate.
Since:
5.1.0
See Also:
  • Constructor Details

    • XYArray

      public XYArray(float x, float y)
      Creates an XYArray object.
      Parameters:
      x - the value of the X coordinate
      y - the value of the Y coordinate