Package org.pdfclown.util

Examples of org.pdfclown.util.NotImplementedException


    // <public>
    @Override
    public TargetObject clone(
      Document context
      )
    {throw new NotImplementedException();}
View Full Code Here


  // <public>
  @Override
  public Action clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public GoToLastPage clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public PlaySound clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public JavaScript clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public GoToURI clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  }

  @Override
  protected void writeLinearized(
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public GoToThread clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public GoToNextPage clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

  // <public>
  @Override
  public SetOcgState clone(
    Document context
    )
  {throw new NotImplementedException();}
View Full Code Here

TOP

Related Classes of org.pdfclown.util.NotImplementedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.