Java Doc for Annotation.java in  » PDF » pdf-itext » com » lowagie » text » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » PDF » pdf itext » com.lowagie.text 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.lowagie.text.Annotation

Annotation
public class Annotation implements Element(Code)
An Annotation is a little note that can be added to a page on a document.
See Also:   Element
See Also:   Anchor


Field Summary
final public static  StringAPPLICATION
     This is a possible attribute.
final public static  StringCONTENT
     This is a possible attribute.
final public static  StringDEFAULTDIR
     This is a possible attribute.
final public static  StringDESTINATION
     This is a possible attribute.
final public static  StringFILE
     This is a possible attribute.
final public static  intFILE_DEST
     This is a possible annotation type.
final public static  intFILE_PAGE
     This is a possible annotation type.
final public static  intLAUNCH
     This is a possible annotation type.
final public static  StringLLX
     This is a possible attribute.
final public static  StringLLY
     This is a possible attribute.
final public static  StringMIMETYPE
     This is a possible attribute.
final public static  StringNAMED
     This is a possible attribute.
final public static  intNAMED_DEST
     This is a possible annotation type.
final public static  StringOPERATION
     This is a possible attribute.
final public static  StringPAGE
     This is a possible attribute.
final public static  StringPARAMETERS
     This is a possible attribute.
final public static  intSCREEN
     This is a possible annotation type.
final public static  intTEXT
     This is a possible annotation type.
final public static  StringTITLE
     This is a possible attribute.
final public static  StringURL
     This is a possible attribute.
final public static  intURL_AS_STRING
     This is a possible annotation type.
final public static  intURL_NET
     This is a possible annotation type.
final public static  StringURX
     This is a possible attribute.
final public static  StringURY
     This is a possible attribute.
protected  HashMapannotationAttributes
     This is the title of the Annotation.
protected  intannotationtype
     This is the type of annotation.
protected  floatllx
    
protected  floatlly
    
protected  floaturx
    
protected  floatury
    

Constructor Summary
public  Annotation(Annotation an)
     Copy constructor.
public  Annotation(String title, String text)
     Constructs an Annotation with a certain title and some text.
public  Annotation(String title, String text, float llx, float lly, float urx, float ury)
     Constructs an Annotation with a certain title and some text.
public  Annotation(float llx, float lly, float urx, float ury, URL url)
     Constructs an Annotation.
public  Annotation(float llx, float lly, float urx, float ury, String url)
     Constructs an Annotation.
public  Annotation(float llx, float lly, float urx, float ury, String file, String dest)
     Constructs an Annotation.
public  Annotation(float llx, float lly, float urx, float ury, String moviePath, String mimeType, boolean showOnDisplay)
    
public  Annotation(float llx, float lly, float urx, float ury, String file, int page)
     Constructs an Annotation.
public  Annotation(float llx, float lly, float urx, float ury, int named)
     Constructs an Annotation.
public  Annotation(float llx, float lly, float urx, float ury, String application, String parameters, String operation, String defaultdir)
     Constructs an Annotation.
public  Annotation(java.util.Properties attributes)
     Returns an Annotation that has been constructed taking in account the value of some attributes .

Method Summary
public  intannotationType()
     Returns the type of this Annotation.
public  HashMapattributes()
     Gets the content of this Annotation.
public  Stringcontent()
     Gets the content of this Annotation.
public  ArrayListgetChunks()
     Gets all the chunks in this element.
public  floatllx()
     Returns the lower left x-value.
public  floatllx(float def)
     Returns the lower left x-value.
public  floatlly()
     Returns the lower left y-value.
public  floatlly(float def)
     Returns the lower left y-value.
public  booleanprocess(ElementListener listener)
     Processes the element by adding it (or the different parts) to an ElementListener.
public  voidsetDimensions(float llx, float lly, float urx, float ury)
     Sets the dimensions of this annotation.
public  Stringtitle()
     Returns the title of this Annotation.
public  inttype()
     Gets the type of the text element.
public  floaturx()
     Returns the uppper right x-value.
public  floaturx(float def)
     Returns the upper right x-value.
public  floatury()
     Returns the uppper right y-value.
public  floatury(float def)
     Returns the upper right y-value.

Field Detail
APPLICATION
final public static String APPLICATION(Code)
This is a possible attribute.



CONTENT
final public static String CONTENT(Code)
This is a possible attribute.



DEFAULTDIR
final public static String DEFAULTDIR(Code)
This is a possible attribute.



DESTINATION
final public static String DESTINATION(Code)
This is a possible attribute.



FILE
final public static String FILE(Code)
This is a possible attribute.



FILE_DEST
final public static int FILE_DEST(Code)
This is a possible annotation type.



FILE_PAGE
final public static int FILE_PAGE(Code)
This is a possible annotation type.



LAUNCH
final public static int LAUNCH(Code)
This is a possible annotation type.



LLX
final public static String LLX(Code)
This is a possible attribute.



LLY
final public static String LLY(Code)
This is a possible attribute.



MIMETYPE
final public static String MIMETYPE(Code)
This is a possible attribute.



NAMED
final public static String NAMED(Code)
This is a possible attribute.



NAMED_DEST
final public static int NAMED_DEST(Code)
This is a possible annotation type.



OPERATION
final public static String OPERATION(Code)
This is a possible attribute.



PAGE
final public static String PAGE(Code)
This is a possible attribute.



PARAMETERS
final public static String PARAMETERS(Code)
This is a possible attribute.



SCREEN
final public static int SCREEN(Code)
This is a possible annotation type.



TEXT
final public static int TEXT(Code)
This is a possible annotation type.



TITLE
final public static String TITLE(Code)
This is a possible attribute.



URL
final public static String URL(Code)
This is a possible attribute.



URL_AS_STRING
final public static int URL_AS_STRING(Code)
This is a possible annotation type.



URL_NET
final public static int URL_NET(Code)
This is a possible annotation type.



URX
final public static String URX(Code)
This is a possible attribute.



URY
final public static String URY(Code)
This is a possible attribute.



annotationAttributes
protected HashMap annotationAttributes(Code)
This is the title of the Annotation.



annotationtype
protected int annotationtype(Code)
This is the type of annotation.



llx
protected float llx(Code)
This is the lower left x-value



lly
protected float lly(Code)
This is the lower left y-value



urx
protected float urx(Code)
This is the upper right x-value



ury
protected float ury(Code)
This is the upper right y-value




Constructor Detail
Annotation
public Annotation(Annotation an)(Code)
Copy constructor.



Annotation
public Annotation(String title, String text)(Code)
Constructs an Annotation with a certain title and some text.
Parameters:
  title - the title of the annotation
Parameters:
  text - the content of the annotation



Annotation
public Annotation(String title, String text, float llx, float lly, float urx, float ury)(Code)
Constructs an Annotation with a certain title and some text.
Parameters:
  title - the title of the annotation
Parameters:
  text - the content of the annotation
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value



Annotation
public Annotation(float llx, float lly, float urx, float ury, URL url)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  url - the external reference



Annotation
public Annotation(float llx, float lly, float urx, float ury, String url)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  url - the external reference



Annotation
public Annotation(float llx, float lly, float urx, float ury, String file, String dest)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  file - an external PDF file
Parameters:
  dest - the destination in this file



Annotation
public Annotation(float llx, float lly, float urx, float ury, String moviePath, String mimeType, boolean showOnDisplay)(Code)
Creates a Screen anotation to embed media clips
Parameters:
  llx -
Parameters:
  lly -
Parameters:
  urx -
Parameters:
  ury -
Parameters:
  moviePath - path to the media clip file
Parameters:
  mimeType - mime type of the media
Parameters:
  showOnDisplay - if true play on display of the page



Annotation
public Annotation(float llx, float lly, float urx, float ury, String file, int page)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  file - an external PDF file
Parameters:
  page - a page number in this file



Annotation
public Annotation(float llx, float lly, float urx, float ury, int named)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  named - a named destination in this file



Annotation
public Annotation(float llx, float lly, float urx, float ury, String application, String parameters, String operation, String defaultdir)(Code)
Constructs an Annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value
Parameters:
  application - an external application
Parameters:
  parameters - parameters to pass to this application
Parameters:
  operation - the operation to pass to this application
Parameters:
  defaultdir - the default directory to run this application in



Annotation
public Annotation(java.util.Properties attributes)(Code)
Returns an Annotation that has been constructed taking in account the value of some attributes .
Parameters:
  attributes - Some attributes




Method Detail
annotationType
public int annotationType()(Code)
Returns the type of this Annotation. a type



attributes
public HashMap attributes()(Code)
Gets the content of this Annotation. a reference



content
public String content()(Code)
Gets the content of this Annotation. a reference



getChunks
public ArrayList getChunks()(Code)
Gets all the chunks in this element. an ArrayList



llx
public float llx()(Code)
Returns the lower left x-value. a value



llx
public float llx(float def)(Code)
Returns the lower left x-value.
Parameters:
  def - the default value a value



lly
public float lly()(Code)
Returns the lower left y-value. a value



lly
public float lly(float def)(Code)
Returns the lower left y-value.
Parameters:
  def - the default value a value



process
public boolean process(ElementListener listener)(Code)
Processes the element by adding it (or the different parts) to an ElementListener.
Parameters:
  listener - an ElementListener true if the element was processed successfully



setDimensions
public void setDimensions(float llx, float lly, float urx, float ury)(Code)
Sets the dimensions of this annotation.
Parameters:
  llx - the lower left x-value
Parameters:
  lly - the lower left y-value
Parameters:
  urx - the upper right x-value
Parameters:
  ury - the upper right y-value



title
public String title()(Code)
Returns the title of this Annotation. a name



type
public int type()(Code)
Gets the type of the text element. a type



urx
public float urx()(Code)
Returns the uppper right x-value. a value



urx
public float urx(float def)(Code)
Returns the upper right x-value.
Parameters:
  def - the default value a value



ury
public float ury()(Code)
Returns the uppper right y-value. a value



ury
public float ury(float def)(Code)
Returns the upper right y-value.
Parameters:
  def - the default value a value



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.