Package org.pdfclown.util

Examples of org.pdfclown.util.NotImplementedException


  @Override
  public boolean equals(
    Object object
    )
  {throw new NotImplementedException();}
View Full Code Here


  {throw new NotImplementedException();}

  @Override
  public int hashCode(
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean removeAll(
    Collection<?> values
    )
  {throw new NotImplementedException();}
View Full Code Here

  @Override
  public boolean retainAll(
    Collection<?> values
    )
  {throw new NotImplementedException();}
View Full Code Here

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

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

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

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

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

  // <public>
  @Override
  public GoToEmbedded 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.