Class PDDestination

    • Constructor Summary

      Constructors 
      Constructor Description
      PDDestination()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PDDestination create​(COSBase base)
      This will create a new destination depending on the type of COSBase that is passed in.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PDDestination

        public PDDestination()
    • Method Detail

      • create

        public static PDDestination create​(COSBase base)
                                    throws java.io.IOException
        This will create a new destination depending on the type of COSBase that is passed in.
        Parameters:
        base - The base level object.
        Returns:
        A new destination.
        Throws:
        java.io.IOException - If the base cannot be converted to a Destination.