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
String
DEFAULT_FONT_NAME
final
public
static int
DEFAULT_FONT_SIZE
final
public
static boolean
DEFAULT_IS_BOLD
final
public
static boolean
DEFAULT_IS_DEFAULT_FONT
final
public
static boolean
DEFAULT_IS_ITALIC
final
public
static boolean
DEFAULT_IS_PDF_EMBEDDED
final
public
static boolean
DEFAULT_IS_STRIKETROUGHT
final
public
static boolean
DEFAULT_IS_UNDERLINE
final
public
static
String
DEFAULT_PDF_ENCODING
final
public
static
String
DEFAULT_PDF_FONT_NAME
final
public
static
String
DEFAULT_REPORT_FONT
final
public
static
String
DEFAULT_TTF_FONT_NAME
final
public
static
String
FONT_NAME
final
public
static
String
FONT_SIZE
final
public
static
String
IS_BOLD
final
public
static
String
IS_DEFAULT_FONT
final
public
static
String
IS_ITALIC
final
public
static
String
IS_PDF_EMBEDDED
final
public
static
String
IS_STRIKETROUGHT
final
public
static
String
IS_UNDERLINE
final
public
static
String
PDF_ENCODING
final
public
static
String
PDF_FONT_NAME
final
public
static
String
REPORT_FONT
final
public
static
String
TTF_FONT_NAME
Constructor Summary
public
IReportFont
()
Method Summary
public
static boolean
adjustPdfFontName
(
TextReportElement
element)
Set the more appropriate pdf font name reading the bold and italic properties of element.
public
Object
clone
()
public
String
getDescription
()
public
java.lang.String
getFontName
()
Getter for property fontName.
public
int
getFontSize
()
Getter for property fontSize.
public
java.awt.Font
getJavaAWTFont
()
Convert to java.awt.Font.
public
java.lang.String
getPDFFontName
()
Getter for property PDFFontName.
public
java.lang.String
getPdfEncoding
()
Getter for property pdfEncoding.
public
java.lang.String
getReportFont
()
Getter for property reportFont.
public
java.lang.String
getTTFFont
()
Getter for property TTFFont.
public
boolean
isBold
()
Getter for property bold.
public
boolean
isDefaultFont
()
Getter for property defaultFont.
public
boolean
isItalic
()
Getter for property italic.
public
boolean
isPdfEmbedded
()
Getter for property pdfEmbedded.
public
boolean
isSet
(
String
property)
public
boolean
isStrikeTrought
()
Getter for property strikeTrought.
public
static boolean
isTTFFont
(
String
fontName)
public
boolean
isUnderline
()
Getter for property underline.
public
static
String
matchFont
(
String
fontName, boolean bold, boolean italic)
public
void
setBold
(boolean bold)
Setter for property bold.
public
void
setDefaultFont
(boolean defaultFont)
Setter for property defaultFont.
public
void
setFontName
(
java.lang.String
fontName)
Setter for property fontName.
public
void
setFontSize
(int fontSize)
Setter for property fontSize.
public
void
setItalic
(boolean italic)
Setter for property italic.
public
void
setJavaAWTFont
(
java.awt.Font
font)
Copy java.awt.Font common attributes.
public
void
setPDFFontName
(
java.lang.String
PDFFontName)
Setter for property PDFFontName.
public
void
setPdfEmbedded
(boolean pdfEmbedded)
Setter for property pdfEmbedded.
public
void
setPdfEncoding
(
java.lang.String
pdfEncoding)
Setter for property pdfEncoding.
public
void
setReportFont
(
java.lang.String
reportFont)
Setter for property reportFont.
public
void
setStrikeTrought
(boolean strikeTrought)
Setter for property strikeTrought.
public
void
setTTFFont
(
java.lang.String
TTFFont)
Setter for property TTFFont.
public
void
setUnderline
(boolean underline)
Setter for property underline.
public
String
toString
()
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.