Java Doc for PDFontDescriptor.java in » PDF » jPod » de » intarsys » pdf » 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
»
jPod
»
de.intarsys.pdf.font
Source Cross Reference
Class Diagram
Java Document (Java Doc)
de.intarsys.pdf.pd
.PDObject
de.intarsys.pdf.font
.PDFontDescriptor
All known Subclasses:
de.intarsys.pdf.font
.PDFontDescriptorType1
,
de.intarsys.pdf.font
.PDFontDescriptorEmbedded
,
PDFontDescriptor
abstract
public
class PDFontDescriptor extends
PDObject
(Code)
the detail information about a font.
Inner Class :
public
static class MetaClass extends
PDObject.MetaClass
Field Summary
final
public
static
COSName
CN_Type_FontDescriptor
final
public
static MetaClass
META
Constructor Summary
protected
PDFontDescriptor
(
COSObject
object)
Method Summary
protected
COSName
cosGetExpectedType
()
abstract
public
float
getAscent
()
The font ascent.
abstract
public
float
getAvgWidth
()
The font average width.
abstract
public
float
getCapHeight
()
The font capital height.
abstract
public
float
getDescent
()
The font descent.
public
FontDescriptorFlags
getFlags
()
abstract
public
int
getFlagsValue
()
The font flags.
abstract
public
CDSRectangle
getFontBB
()
The character enclosing rectangle.
abstract
public
String
getFontFamily
()
The font family name.
public
byte[]
getFontFile
()
public
byte[]
getFontFile2
()
public
byte[]
getFontFile3
()
abstract
public
String
getFontName
()
The font name.
abstract
public
float
getItalicAngle
()
The font italic angle.
abstract
public
int
getLeading
()
The font leading.
abstract
public
int
getMaxWidth
()
The font character maximal width.
abstract
public
int
getMissingWidth
()
The width to use when definition is missing.
abstract
public
int
getStemH
()
The font horizontal stem.
abstract
public
int
getStemV
()
The font vertical stem.
abstract
public
float
getXHeight
()
The height of "X".
public
boolean
isAllCap
()
public
boolean
isFixedPitch
()
public
boolean
isForceBold
()
public
boolean
isItalic
()
public
boolean
isNonsymbolic
()
public
boolean
isScript
()
public
boolean
isSerif
()
public
boolean
isSmallCap
()
public
boolean
isSymbolic
()
public
void
setAllCap
(boolean flag)
public
void
setFixedPitch
(boolean flag)
abstract
public
void
setFlagsValue
(int value)
public
void
setForceBold
(boolean flag)
public
void
setItalic
(boolean flag)
public
void
setNonsymbolic
(boolean flag)
public
void
setScript
(boolean flag)
public
void
setSerif
(boolean flag)
public
void
setSmallCap
(boolean flag)
public
void
setSymbolic
(boolean flag)
Field Detail
CN_Type_FontDescriptor
final
public
static
COSName
CN_Type_FontDescriptor
(Code)
META
final
public
static MetaClass META
(Code)
The meta class instance
Constructor Detail
PDFontDescriptor
protected
PDFontDescriptor(
COSObject
object)
(Code)
Method Detail
cosGetExpectedType
protected
COSName
cosGetExpectedType()
(Code)
getAscent
abstract
public
float getAscent()
(Code)
The font ascent. The font ascent.
getAvgWidth
abstract
public
float getAvgWidth()
(Code)
The font average width. The font average width.
getCapHeight
abstract
public
float getCapHeight()
(Code)
The font capital height. The capital height.
getDescent
abstract
public
float getDescent()
(Code)
The font descent. The font descent.
getFlags
public
FontDescriptorFlags
getFlags()
(Code)
getFlagsValue
abstract
public
int getFlagsValue()
(Code)
The font flags. The font flags.
getFontBB
abstract
public
CDSRectangle
getFontBB()
(Code)
The character enclosing rectangle. The character enclosing rectangle.
getFontFamily
abstract
public
String
getFontFamily()
(Code)
The font family name. The font name.
getFontFile
public
byte[] getFontFile()
(Code)
getFontFile2
public
byte[] getFontFile2()
(Code)
getFontFile3
public
byte[] getFontFile3()
(Code)
getFontName
abstract
public
String
getFontName()
(Code)
The font name. The font name.
getItalicAngle
abstract
public
float getItalicAngle()
(Code)
The font italic angle. The font italic angle.
getLeading
abstract
public
int getLeading()
(Code)
The font leading. The font leading.
getMaxWidth
abstract
public
int getMaxWidth()
(Code)
The font character maximal width. The font character maximal width.
getMissingWidth
abstract
public
int getMissingWidth()
(Code)
The width to use when definition is missing. The width to use when definition is missing.
getStemH
abstract
public
int getStemH()
(Code)
The font horizontal stem. The font horizontal stem.
getStemV
abstract
public
int getStemV()
(Code)
The font vertical stem. The font vertical stem.
getXHeight
abstract
public
float getXHeight()
(Code)
The height of "X". The height of "X".
isAllCap
public
boolean isAllCap()
(Code)
isFixedPitch
public
boolean isFixedPitch()
(Code)
isForceBold
public
boolean isForceBold()
(Code)
isItalic
public
boolean isItalic()
(Code)
isNonsymbolic
public
boolean isNonsymbolic()
(Code)
isScript
public
boolean isScript()
(Code)
isSerif
public
boolean isSerif()
(Code)
isSmallCap
public
boolean isSmallCap()
(Code)
isSymbolic
public
boolean isSymbolic()
(Code)
setAllCap
public
void setAllCap(boolean flag)
(Code)
setFixedPitch
public
void setFixedPitch(boolean flag)
(Code)
setFlagsValue
abstract
public
void setFlagsValue(int value)
(Code)
setForceBold
public
void setForceBold(boolean flag)
(Code)
setItalic
public
void setItalic(boolean flag)
(Code)
setNonsymbolic
public
void setNonsymbolic(boolean flag)
(Code)
setScript
public
void setScript(boolean flag)
(Code)
setSerif
public
void setSerif(boolean flag)
(Code)
setSmallCap
public
void setSmallCap(boolean flag)
(Code)
setSymbolic
public
void setSymbolic(boolean flag)
(Code)
Fields inherited from
de.intarsys.pdf.pd.PDObject
final
public
static
COSName
DK_Subtype
(Code)
(Java Doc)
final
public
static
COSName
DK_Type
(Code)
(Java Doc)
final
public
static MetaClass META
(Code)
(Java Doc)
Methods inherited from
de.intarsys.pdf.pd.PDObject
protected
COSName
cosGetExpectedSubtype()
(Code)
(Java Doc)
protected
COSName
cosGetExpectedType()
(Code)
(Java Doc)
public
COSObject
cosGetFieldDescendant(
COSName
name)
(Code)
(Java Doc)
public
COSObject
cosGetFieldInheritable(
COSName
name)
(Code)
(Java Doc)
public
COSObject
cosGetFieldInherited(
COSName
name)
(Code)
(Java Doc)
final
public
COSName
cosGetSubtype()
(Code)
(Java Doc)
final
public
COSName
cosGetType()
(Code)
(Java Doc)
public
COSObject
cosRemoveFieldInheritable(
COSName
name)
(Code)
(Java Doc)
public
COSObject
cosSetFieldInheritable(
COSName
name,
COSObject
cosObj)
(Code)
(Java Doc)
final
public
COSName
cosSetSubtype(
COSName
newType)
(Code)
(Java Doc)
final
public
COSName
cosSetType(
COSName
newType)
(Code)
(Java Doc)
public
PDDocument
getDoc()
(Code)
(Java Doc)
public
List
getGenericChildren()
(Code)
(Java Doc)
public
PDObject
getGenericParent()
(Code)
(Java Doc)
protected
List
getPDObjects(
COSName
key,
COSBasedObject.MetaClass
metaclass, boolean addListener)
(Code)
(Java Doc)
protected
void initializeFromScratch()
(Code)
(Java Doc)
public
void setGenericParent(
PDObject
parent)
(Code)
(Java Doc)
protected
void setPDObjects(
COSName
key,
List
list)
(Code)
(Java Doc)
public
String
toString()
(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.