Package org.pdfclown.util

Examples of org.pdfclown.util.NotImplementedException


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


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

  }

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

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

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

    else if(value instanceof DeviceRGBColorSpace)
    {return PdfName.DeviceRGB;}
    else if(value instanceof DeviceCMYKColorSpace)
    {return PdfName.DeviceCMYK;}
    else
      throw new NotImplementedException("colorSpace MUST be converted to its associated name; you need to implement a method in PdfDictionary that, given a PdfDirectObject, returns its associated key.");
  }
View Full Code Here

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

  {return indexOf(value); /* NOTE: Actions are expected not to be duplicated. */}

  @Override
  public ListIterator<Action> listIterator(
    )
  {throw new NotImplementedException();}
View Full Code Here

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

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