Class XYArray

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.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:
    Serialized Form
    • Constructor Detail

      • 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