Java Doc for PDFFontDescriptor.java in » PDF » PDF-Renderer » com » sun » pdfview » font » 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 Renderer
»
com.sun.pdfview.font
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.sun.pdfview.font
.PDFFontDescriptor
PDFFontDescriptor
public
class PDFFontDescriptor
(Code)
author:
jkaplan
Constructor Summary
public
PDFFontDescriptor
(
String
basefont)
public
PDFFontDescriptor
(
PDFObject
obj)
Method Summary
public
int
getAscent
()
Getter for property ascent.
public
int
getAvgWidth
()
Getter for property avgWidth.
public
int
getCapHeight
()
Getter for property capHeight.
public
PDFObject
getCharSet
()
Getter for property charSet.
public
int
getDescent
()
Getter for property descent.
public
int
getFlags
()
Getter for property flags.
public
Rectangle2D.Float
getFontBBox
()
Getter for property fontBBox.
public
PDFObject
getFontFile
()
Getter for property fontFile.
public
PDFObject
getFontFile2
()
Getter for property fontFile2.
public
PDFObject
getFontFile3
()
Getter for property fontFile3.
public
String
getFontName
()
Getter for property fontName.
public
int
getItalicAngle
()
Getter for property italicAngle.
public
int
getLeading
()
Getter for property leading.
public
int
getMaxWidth
()
Getter for property maxWidth.
public
int
getMissingWidth
()
Getter for property misingWidth.
public
int
getStemH
()
Getter for property stemH.
public
int
getStemV
()
Getter for property stemV.
public
int
getXHeight
()
Getter for property xHeight.
public
void
setAscent
(int ascent)
Setter for property ascent.
public
void
setAvgWidth
(int avgWidth)
Setter for property avgWidth.
public
void
setCapHeight
(int capHeight)
Setter for property capHeight.
public
void
setCharSet
(
PDFObject
charSet)
Setter for property charSet.
public
void
setDescent
(int descent)
Setter for property descent.
public
void
setFlags
(int flags)
Setter for property flags.
public
void
setFontBBox
(
Rectangle2D.Float
fontBBox)
Setter for property fontBBox.
public
void
setFontFile
(
PDFObject
fontFile)
Setter for property fontFile.
public
void
setFontFile2
(
PDFObject
fontFile2)
Setter for property fontFile2.
public
void
setFontFile3
(
PDFObject
fontFile3)
Setter for property fontFile3.
public
void
setFontName
(
String
fontName)
Setter for property fontName.
public
void
setItalicAngle
(int italicAngle)
Setter for property italicAngle.
public
void
setLeading
(int leading)
Setter for property leading.
public
void
setMaxWidth
(int maxWidth)
Setter for property maxWidth.
public
void
setMissingWidth
(int missingWidth)
Setter for property misingWidth.
public
void
setStemH
(int stemH)
Setter for property stemH.
public
void
setStemV
(int stemV)
Setter for property stemV.
public
void
setXHeight
(int xHeight)
Setter for property xHeight.
Constructor Detail
PDFFontDescriptor
public
PDFFontDescriptor(
String
basefont)
(Code)
Creates a new instance of PDFFontDescriptor
PDFFontDescriptor
public
PDFFontDescriptor(
PDFObject
obj) throws
IOException
(Code)
Creates a new instance of PDFFontDescriptor
Method Detail
getAscent
public
int getAscent()
(Code)
Getter for property ascent. Value of property ascent.
getAvgWidth
public
int getAvgWidth()
(Code)
Getter for property avgWidth. Value of property avgWidth.
getCapHeight
public
int getCapHeight()
(Code)
Getter for property capHeight. Value of property capHeight.
getCharSet
public
PDFObject
getCharSet()
(Code)
Getter for property charSet. Value of property charSet.
getDescent
public
int getDescent()
(Code)
Getter for property descent. Value of property descent.
getFlags
public
int getFlags()
(Code)
Getter for property flags. Value of property flags.
getFontBBox
public
Rectangle2D.Float
getFontBBox()
(Code)
Getter for property fontBBox. Value of property fontBBox.
getFontFile
public
PDFObject
getFontFile()
(Code)
Getter for property fontFile. Value of property fontFile.
getFontFile2
public
PDFObject
getFontFile2()
(Code)
Getter for property fontFile2. Value of property fontFile2.
getFontFile3
public
PDFObject
getFontFile3()
(Code)
Getter for property fontFile3. Value of property fontFile3.
getFontName
public
String
getFontName()
(Code)
Getter for property fontName. Value of property fontName.
getItalicAngle
public
int getItalicAngle()
(Code)
Getter for property italicAngle. Value of property italicAngle.
getLeading
public
int getLeading()
(Code)
Getter for property leading. Value of property leading.
getMaxWidth
public
int getMaxWidth()
(Code)
Getter for property maxWidth. Value of property maxWidth.
getMissingWidth
public
int getMissingWidth()
(Code)
Getter for property misingWidth. Value of property misingWidth.
getStemH
public
int getStemH()
(Code)
Getter for property stemH. Value of property stemH.
getStemV
public
int getStemV()
(Code)
Getter for property stemV. Value of property stemV.
getXHeight
public
int getXHeight()
(Code)
Getter for property xHeight. Value of property xHeight.
setAscent
public
void setAscent(int ascent)
(Code)
Setter for property ascent.
Parameters:
ascent - New value of property ascent.
setAvgWidth
public
void setAvgWidth(int avgWidth)
(Code)
Setter for property avgWidth.
Parameters:
avgWidth - New value of property avgWidth.
setCapHeight
public
void setCapHeight(int capHeight)
(Code)
Setter for property capHeight.
Parameters:
capHeight - New value of property capHeight.
setCharSet
public
void setCharSet(
PDFObject
charSet)
(Code)
Setter for property charSet.
Parameters:
charSet - New value of property charSet.
setDescent
public
void setDescent(int descent)
(Code)
Setter for property descent.
Parameters:
descent - New value of property descent.
setFlags
public
void setFlags(int flags)
(Code)
Setter for property flags.
Parameters:
flags - New value of property flags.
setFontBBox
public
void setFontBBox(
Rectangle2D.Float
fontBBox)
(Code)
Setter for property fontBBox.
Parameters:
fontBBox - New value of property fontBBox.
setFontFile
public
void setFontFile(
PDFObject
fontFile)
(Code)
Setter for property fontFile.
Parameters:
fontFile - New value of property fontFile.
setFontFile2
public
void setFontFile2(
PDFObject
fontFile2)
(Code)
Setter for property fontFile2.
Parameters:
fontFile2 - New value of property fontFile2.
setFontFile3
public
void setFontFile3(
PDFObject
fontFile3)
(Code)
Setter for property fontFile3.
Parameters:
fontFile3 - New value of property fontFile3.
setFontName
public
void setFontName(
String
fontName)
(Code)
Setter for property fontName.
Parameters:
fontName - New value of property fontName.
setItalicAngle
public
void setItalicAngle(int italicAngle)
(Code)
Setter for property italicAngle.
Parameters:
italicAngle - New value of property italicAngle.
setLeading
public
void setLeading(int leading)
(Code)
Setter for property leading.
Parameters:
leading - New value of property leading.
setMaxWidth
public
void setMaxWidth(int maxWidth)
(Code)
Setter for property maxWidth.
Parameters:
maxWidth - New value of property maxWidth.
setMissingWidth
public
void setMissingWidth(int missingWidth)
(Code)
Setter for property misingWidth.
Parameters:
missingWidth - New value of property misingWidth.
setStemH
public
void setStemH(int stemH)
(Code)
Setter for property stemH.
Parameters:
stemH - New value of property stemH.
setStemV
public
void setStemV(int stemV)
(Code)
Setter for property stemV.
Parameters:
stemV - New value of property stemV.
setXHeight
public
void setXHeight(int xHeight)
(Code)
Setter for property xHeight.
Parameters:
xHeight - New value of property xHeight.
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.