Java Doc for GreekList.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.List
      com.lowagie.text.GreekList

GreekList
public class GreekList extends List (Code)
A special-version of LIST whitch use greek-letters.
See Also:   com.lowagie.text.List



Constructor Summary
public  GreekList()
    
public  GreekList(int symbolIndent)
    
public  GreekList(boolean greeklower, int symbolIndent)
    

Method Summary
public  booleanadd(Object o)
     Adds an Object to the List.
Parameters:
  o - the object to add.
public static  int[]getGreekValue(int index, boolean lowercase)
     Translates a number to a letter(combination).
public  booleanisGreekLower()
    
protected  voidsetGreekFont()
    
public  voidsetGreekLower(boolean greeklower)
    


Constructor Detail
GreekList
public GreekList()(Code)
Initialization



GreekList
public GreekList(int symbolIndent)(Code)
Initialization
Parameters:
  symbolIndent - indent



GreekList
public GreekList(boolean greeklower, int symbolIndent)(Code)
Initialization
Parameters:
  greeklower - greek-char in lowercase
Parameters:
  symbolIndent - indent




Method Detail
add
public boolean add(Object o)(Code)
Adds an Object to the List.
Parameters:
  o - the object to add. true if adding the object succeeded



getGreekValue
public static int[] getGreekValue(int index, boolean lowercase)(Code)
Translates a number to a letter(combination). 1-26 correspond with a-z, 27 is aa, 28 is ab, and so on, aaa comes right after zz.
Parameters:
  index - a number greater than 0 a String corresponding with the index.



isGreekLower
public boolean isGreekLower()(Code)
Checks if the list is greek-letter with lowercase true if the greek-letter is lowercase, false otherwise.



setGreekFont
protected void setGreekFont()(Code)
change the font to SYMBOL



setGreekLower
public void setGreekLower(boolean greeklower)(Code)
set the greek-letters to lowercase otherwise to uppercase
Parameters:
  greeklower -



Fields inherited from com.lowagie.text.List
final public static boolean ALPHABETICAL(Code)(Java Doc)
final public static boolean LOWERCASE(Code)(Java Doc)
final public static boolean NUMERICAL(Code)(Java Doc)
final public static boolean ORDERED(Code)(Java Doc)
final public static boolean UNORDERED(Code)(Java Doc)
final public static boolean UPPERCASE(Code)(Java Doc)
protected boolean alignindent(Code)(Java Doc)
protected boolean autoindent(Code)(Java Doc)
protected int first(Code)(Java Doc)
protected float indentationLeft(Code)(Java Doc)
protected float indentationRight(Code)(Java Doc)
protected boolean lettered(Code)(Java Doc)
protected ArrayList list(Code)(Java Doc)
protected boolean lowercase(Code)(Java Doc)
protected boolean numbered(Code)(Java Doc)
protected Chunk symbol(Code)(Java Doc)
protected float symbolIndent(Code)(Java Doc)

Methods inherited from com.lowagie.text.List
public boolean add(Object o)(Code)(Java Doc)
public int first()(Code)(Java Doc)
public ArrayList getChunks()(Code)(Java Doc)
public int getFirst()(Code)(Java Doc)
public float getIndentationLeft()(Code)(Java Doc)
public float getIndentationRight()(Code)(Java Doc)
public ArrayList getItems()(Code)(Java Doc)
public Chunk getSymbol()(Code)(Java Doc)
public float getSymbolIndent()(Code)(Java Doc)
public float getTotalLeading()(Code)(Java Doc)
public float indentationLeft()(Code)(Java Doc)
public float indentationRight()(Code)(Java Doc)
public boolean isAlignindent()(Code)(Java Doc)
public boolean isAutoindent()(Code)(Java Doc)
public boolean isEmpty()(Code)(Java Doc)
public boolean isLettered()(Code)(Java Doc)
public boolean isLowerCase()(Code)(Java Doc)
public boolean isLowercase()(Code)(Java Doc)
public boolean isNumbered()(Code)(Java Doc)
public void normalizeIndentation()(Code)(Java Doc)
public boolean process(ElementListener listener)(Code)(Java Doc)
public void setAlignindent(boolean alignindent)(Code)(Java Doc)
public void setAutoindent(boolean autoindent)(Code)(Java Doc)
public void setFirst(int first)(Code)(Java Doc)
public void setIndentationLeft(float indentation)(Code)(Java Doc)
public void setIndentationRight(float indentation)(Code)(Java Doc)
public void setLettered(boolean lettered)(Code)(Java Doc)
public void setListSymbol(Chunk symbol)(Code)(Java Doc)
public void setListSymbol(String symbol)(Code)(Java Doc)
public void setLowercase(boolean uppercase)(Code)(Java Doc)
public void setNumbered(boolean numbered)(Code)(Java Doc)
public void setSymbolIndent(float symbolIndent)(Code)(Java Doc)
public int size()(Code)(Java Doc)
public Chunk symbol()(Code)(Java Doc)
public float symbolIndent()(Code)(Java Doc)
public int type()(Code)(Java Doc)

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.