Java Doc for IReportFont.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » 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 » Report » iReport 2.0.5 » it.businesslogic.ireport 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   it.businesslogic.ireport.IReportHashMapBean
      it.businesslogic.ireport.IReportFont

IReportFont
public class IReportFont extends IReportHashMapBean (Code)

author:
   Administrator


Field Summary
final public static  StringDEFAULT_FONT_NAME
    
final public static  intDEFAULT_FONT_SIZE
    
final public static  booleanDEFAULT_IS_BOLD
    
final public static  booleanDEFAULT_IS_DEFAULT_FONT
    
final public static  booleanDEFAULT_IS_ITALIC
    
final public static  booleanDEFAULT_IS_PDF_EMBEDDED
    
final public static  booleanDEFAULT_IS_STRIKETROUGHT
    
final public static  booleanDEFAULT_IS_UNDERLINE
    
final public static  StringDEFAULT_PDF_ENCODING
    
final public static  StringDEFAULT_PDF_FONT_NAME
    
final public static  StringDEFAULT_REPORT_FONT
    
final public static  StringDEFAULT_TTF_FONT_NAME
    
final public static  StringFONT_NAME
    
final public static  StringFONT_SIZE
    
final public static  StringIS_BOLD
    
final public static  StringIS_DEFAULT_FONT
    
final public static  StringIS_ITALIC
    
final public static  StringIS_PDF_EMBEDDED
    
final public static  StringIS_STRIKETROUGHT
    
final public static  StringIS_UNDERLINE
    
final public static  StringPDF_ENCODING
    
final public static  StringPDF_FONT_NAME
    
final public static  StringREPORT_FONT
    
final public static  StringTTF_FONT_NAME
    

Constructor Summary
public  IReportFont()
    

Method Summary
public static  booleanadjustPdfFontName(TextReportElement element)
     Set the more appropriate pdf font name reading the bold and italic properties of element.
public  Objectclone()
    
public  StringgetDescription()
    
public  java.lang.StringgetFontName()
     Getter for property fontName.
public  intgetFontSize()
     Getter for property fontSize.
public  java.awt.FontgetJavaAWTFont()
     Convert to java.awt.Font.
public  java.lang.StringgetPDFFontName()
     Getter for property PDFFontName.
public  java.lang.StringgetPdfEncoding()
     Getter for property pdfEncoding.
public  java.lang.StringgetReportFont()
     Getter for property reportFont.
public  java.lang.StringgetTTFFont()
     Getter for property TTFFont.
public  booleanisBold()
     Getter for property bold.
public  booleanisDefaultFont()
     Getter for property defaultFont.
public  booleanisItalic()
     Getter for property italic.
public  booleanisPdfEmbedded()
     Getter for property pdfEmbedded.
public  booleanisSet(String property)
    
public  booleanisStrikeTrought()
     Getter for property strikeTrought.
public static  booleanisTTFFont(String fontName)
    
public  booleanisUnderline()
     Getter for property underline.
public static  StringmatchFont(String fontName, boolean bold, boolean italic)
    
public  voidsetBold(boolean bold)
     Setter for property bold.
public  voidsetDefaultFont(boolean defaultFont)
     Setter for property defaultFont.
public  voidsetFontName(java.lang.String fontName)
     Setter for property fontName.
public  voidsetFontSize(int fontSize)
     Setter for property fontSize.
public  voidsetItalic(boolean italic)
     Setter for property italic.
public  voidsetJavaAWTFont(java.awt.Font font)
     Copy java.awt.Font common attributes.
public  voidsetPDFFontName(java.lang.String PDFFontName)
     Setter for property PDFFontName.
public  voidsetPdfEmbedded(boolean pdfEmbedded)
     Setter for property pdfEmbedded.
public  voidsetPdfEncoding(java.lang.String pdfEncoding)
     Setter for property pdfEncoding.
public  voidsetReportFont(java.lang.String reportFont)
     Setter for property reportFont.
public  voidsetStrikeTrought(boolean strikeTrought)
     Setter for property strikeTrought.
public  voidsetTTFFont(java.lang.String TTFFont)
     Setter for property TTFFont.
public  voidsetUnderline(boolean underline)
     Setter for property underline.
public  StringtoString()
    

Field Detail
DEFAULT_FONT_NAME
final public static String DEFAULT_FONT_NAME(Code)



DEFAULT_FONT_SIZE
final public static int DEFAULT_FONT_SIZE(Code)



DEFAULT_IS_BOLD
final public static boolean DEFAULT_IS_BOLD(Code)



DEFAULT_IS_DEFAULT_FONT
final public static boolean DEFAULT_IS_DEFAULT_FONT(Code)



DEFAULT_IS_ITALIC
final public static boolean DEFAULT_IS_ITALIC(Code)



DEFAULT_IS_PDF_EMBEDDED
final public static boolean DEFAULT_IS_PDF_EMBEDDED(Code)



DEFAULT_IS_STRIKETROUGHT
final public static boolean DEFAULT_IS_STRIKETROUGHT(Code)



DEFAULT_IS_UNDERLINE
final public static boolean DEFAULT_IS_UNDERLINE(Code)



DEFAULT_PDF_ENCODING
final public static String DEFAULT_PDF_ENCODING(Code)



DEFAULT_PDF_FONT_NAME
final public static String DEFAULT_PDF_FONT_NAME(Code)



DEFAULT_REPORT_FONT
final public static String DEFAULT_REPORT_FONT(Code)



DEFAULT_TTF_FONT_NAME
final public static String DEFAULT_TTF_FONT_NAME(Code)



FONT_NAME
final public static String FONT_NAME(Code)



FONT_SIZE
final public static String FONT_SIZE(Code)



IS_BOLD
final public static String IS_BOLD(Code)



IS_DEFAULT_FONT
final public static String IS_DEFAULT_FONT(Code)



IS_ITALIC
final public static String IS_ITALIC(Code)



IS_PDF_EMBEDDED
final public static String IS_PDF_EMBEDDED(Code)



IS_STRIKETROUGHT
final public static String IS_STRIKETROUGHT(Code)



IS_UNDERLINE
final public static String IS_UNDERLINE(Code)



PDF_ENCODING
final public static String PDF_ENCODING(Code)



PDF_FONT_NAME
final public static String PDF_FONT_NAME(Code)



REPORT_FONT
final public static String REPORT_FONT(Code)



TTF_FONT_NAME
final public static String TTF_FONT_NAME(Code)




Constructor Detail
IReportFont
public IReportFont()(Code)
Creates a new instance of IReportFont




Method Detail
adjustPdfFontName
public static boolean adjustPdfFontName(TextReportElement element)(Code)
Set the more appropriate pdf font name reading the bold and italic properties of element.



clone
public Object clone()(Code)



getDescription
public String getDescription()(Code)



getFontName
public java.lang.String getFontName()(Code)
Getter for property fontName. Value of property fontName.



getFontSize
public int getFontSize()(Code)
Getter for property fontSize. Value of property fontSize.



getJavaAWTFont
public java.awt.Font getJavaAWTFont()(Code)
Convert to java.awt.Font.



getPDFFontName
public java.lang.String getPDFFontName()(Code)
Getter for property PDFFontName. Value of property PDFFontName.



getPdfEncoding
public java.lang.String getPdfEncoding()(Code)
Getter for property pdfEncoding. Value of property pdfEncoding.



getReportFont
public java.lang.String getReportFont()(Code)
Getter for property reportFont. Value of property reportFont.



getTTFFont
public java.lang.String getTTFFont()(Code)
Getter for property TTFFont. Value of property TTFFont.



isBold
public boolean isBold()(Code)
Getter for property bold. Value of property bold.



isDefaultFont
public boolean isDefaultFont()(Code)
Getter for property defaultFont. Value of property defaultFont.



isItalic
public boolean isItalic()(Code)
Getter for property italic. Value of property italic.



isPdfEmbedded
public boolean isPdfEmbedded()(Code)
Getter for property pdfEmbedded. Value of property pdfEmbedded.



isSet
public boolean isSet(String property)(Code)



isStrikeTrought
public boolean isStrikeTrought()(Code)
Getter for property strikeTrought. Value of property strikeTrought.



isTTFFont
public static boolean isTTFFont(String fontName)(Code)



isUnderline
public boolean isUnderline()(Code)
Getter for property underline. Value of property underline.



matchFont
public static String matchFont(String fontName, boolean bold, boolean italic)(Code)
Try to match the most appropriate pdf font



setBold
public void setBold(boolean bold)(Code)
Setter for property bold.
Parameters:
  bold - New value of property bold.



setDefaultFont
public void setDefaultFont(boolean defaultFont)(Code)
Setter for property defaultFont.
Parameters:
  defaultFont - New value of property defaultFont.



setFontName
public void setFontName(java.lang.String fontName)(Code)
Setter for property fontName.
Parameters:
  fontName - New value of property fontName.



setFontSize
public void setFontSize(int fontSize)(Code)
Setter for property fontSize.
Parameters:
  fontSize - New value of property fontSize.



setItalic
public void setItalic(boolean italic)(Code)
Setter for property italic.
Parameters:
  italic - New value of property italic.



setJavaAWTFont
public void setJavaAWTFont(java.awt.Font font)(Code)
Copy java.awt.Font common attributes.



setPDFFontName
public void setPDFFontName(java.lang.String PDFFontName)(Code)
Setter for property PDFFontName.
Parameters:
  PDFFontName - New value of property PDFFontName.



setPdfEmbedded
public void setPdfEmbedded(boolean pdfEmbedded)(Code)
Setter for property pdfEmbedded.
Parameters:
  pdfEmbedded - New value of property pdfEmbedded.



setPdfEncoding
public void setPdfEncoding(java.lang.String pdfEncoding)(Code)
Setter for property pdfEncoding.
Parameters:
  pdfEncoding - New value of property pdfEncoding.



setReportFont
public void setReportFont(java.lang.String reportFont)(Code)
Setter for property reportFont.
Parameters:
  reportFont - New value of property reportFont.



setStrikeTrought
public void setStrikeTrought(boolean strikeTrought)(Code)
Setter for property strikeTrought.
Parameters:
  strikeTrought - New value of property strikeTrought.



setTTFFont
public void setTTFFont(java.lang.String TTFFont)(Code)
Setter for property TTFFont.
Parameters:
  TTFFont - New value of property TTFFont.



setUnderline
public void setUnderline(boolean underline)(Code)
Setter for property underline.
Parameters:
  underline - New value of property underline.



toString
public String toString()(Code)



Methods inherited from it.businesslogic.ireport.IReportHashMapBean
public Object clone()(Code)(Java Doc)
public Object clone(IReportHashMapBean newBean)(Code)(Java Doc)
public HashMap getBeanProperties()(Code)(Java Doc)
public boolean getBooleanValue(String property, boolean defaultValue)(Code)(Java Doc)
public java.awt.Color getColorValue(String property, java.awt.Color defaultValue)(Code)(Java Doc)
public int getDoubleValue(String property, int defaultValue)(Code)(Java Doc)
public int getIntValue(String property, int defaultValue)(Code)(Java Doc)
public Object getPropertyValue(String property)(Code)(Java Doc)
public String getStringValue(String property, String defaultValue)(Code)(Java Doc)
public void setBeanProperties(HashMap beanProperties)(Code)(Java Doc)
public void setPropertyValue(String property, Object value)(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.