Class CGPDFArray

java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.coregraphics.CGPDFArray

public class CGPDFArray
extends NativeObject
  • Constructor Details

  • Method Details

    • getObject

      public CGPDFObject getObject​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasBoolean

      public boolean hasBoolean​(long index)
    • getBoolean

      public boolean getBoolean​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasLong

      public boolean hasLong​(long index)
    • getLong

      public long getLong​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasDouble

      public boolean hasDouble​(long index)
    • getDouble

      public double getDouble​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasName

      public boolean hasName​(long index)
    • getName

      public String getName​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasString

      public boolean hasString​(long index)
    • getString

      public CGPDFString getString​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasArray

      public boolean hasArray​(long index)
    • getArray

      public CGPDFArray getArray​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasDictionary

      public boolean hasDictionary​(long index)
    • getDictionary

      public CGPDFDictionary getDictionary​(long index)
      Since:
      Available in iOS 2.0 and later.
    • hasStream

      public boolean hasStream​(long index)
    • getStream

      public CGPDFStream getStream​(long index)
      Since:
      Available in iOS 2.0 and later.
    • size

      public long size()
    • isNull

      public boolean isNull​(long index)
    • applyBlock

      public void applyBlock​(Block3<Long,​CGPDFObject,​VoidPtr,​Boolean> block, VoidPtr info)
      Since:
      Available in iOS 12.0 and later.