Java Doc for MetaState.java in » PDF » pdf-itext » com » lowagie » text » pdf » codec » wmf » 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.pdf.codec.wmf
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
com.lowagie.text.pdf.codec.wmf
.MetaState
MetaState
public
class MetaState
(Code)
Field Summary
final
public
static int
ALTERNATE
public
ArrayList
MetaObjects
final
public
static int
OPAQUE
final
public
static int
TA_BASELINE
final
public
static int
TA_BOTTOM
final
public
static int
TA_CENTER
final
public
static int
TA_LEFT
final
public
static int
TA_NOUPDATECP
final
public
static int
TA_RIGHT
final
public
static int
TA_TOP
final
public
static int
TA_UPDATECP
final
public
static int
TRANSPARENT
final
public
static int
WINDING
public
int
backgroundMode
public
Color
currentBackgroundColor
public
MetaBrush
currentBrush
public
MetaFont
currentFont
public
MetaPen
currentPen
public
Point
currentPoint
public
Color
currentTextColor
public
int
extentWx
public
int
extentWy
public
int
lineJoin
public
int
offsetWx
public
int
offsetWy
public
int
polyFillMode
public
Stack
savedStates
public
float
scalingX
public
float
scalingY
public
int
textAlign
Constructor Summary
public
MetaState
()
public
MetaState
(
MetaState
state)
Method Summary
public
void
addMetaObject
(
MetaObject
object)
public
void
cleanup
(
PdfContentByte
cb)
public
void
deleteMetaObject
(int index)
public
int
getBackgroundMode
()
Getter for property backgroundMode.
public
Color
getCurrentBackgroundColor
()
Getter for property currentBackgroundColor.
public
MetaBrush
getCurrentBrush
()
public
MetaFont
getCurrentFont
()
public
MetaPen
getCurrentPen
()
public
Point
getCurrentPoint
()
public
Color
getCurrentTextColor
()
Getter for property currentTextColor.
public
boolean
getLineNeutral
()
public
int
getPolyFillMode
()
Getter for property polyFillMode.
public
int
getTextAlign
()
Getter for property textAlign.
public
void
restoreState
(int index,
PdfContentByte
cb)
public
void
saveState
(
PdfContentByte
cb)
public
void
selectMetaObject
(int index,
PdfContentByte
cb)
public
void
setBackgroundMode
(int backgroundMode)
Setter for property backgroundMode.
public
void
setCurrentBackgroundColor
(
Color
currentBackgroundColor)
Setter for property currentBackgroundColor.
public
void
setCurrentPoint
(
Point
p)
public
void
setCurrentTextColor
(
Color
currentTextColor)
Setter for property currentTextColor.
public
void
setExtentWx
(int extentWx)
public
void
setExtentWy
(int extentWy)
public
void
setLineJoinPolygon
(
PdfContentByte
cb)
public
void
setLineJoinRectangle
(
PdfContentByte
cb)
public
void
setMetaState
(
MetaState
state)
public
void
setOffsetWx
(int offsetWx)
public
void
setOffsetWy
(int offsetWy)
public
void
setPolyFillMode
(int polyFillMode)
Setter for property polyFillMode.
public
void
setScalingX
(float scalingX)
public
void
setScalingY
(float scalingY)
public
void
setTextAlign
(int textAlign)
Setter for property textAlign.
public
float
transformAngle
(float angle)
public
float
transformX
(int x)
public
float
transformY
(int y)
Field Detail
ALTERNATE
final
public
static int ALTERNATE
(Code)
MetaObjects
public
ArrayList
MetaObjects
(Code)
OPAQUE
final
public
static int OPAQUE
(Code)
TA_BASELINE
final
public
static int TA_BASELINE
(Code)
TA_BOTTOM
final
public
static int TA_BOTTOM
(Code)
TA_CENTER
final
public
static int TA_CENTER
(Code)
TA_LEFT
final
public
static int TA_LEFT
(Code)
TA_NOUPDATECP
final
public
static int TA_NOUPDATECP
(Code)
TA_RIGHT
final
public
static int TA_RIGHT
(Code)
TA_TOP
final
public
static int TA_TOP
(Code)
TA_UPDATECP
final
public
static int TA_UPDATECP
(Code)
TRANSPARENT
final
public
static int TRANSPARENT
(Code)
WINDING
final
public
static int WINDING
(Code)
backgroundMode
public
int backgroundMode
(Code)
currentBackgroundColor
public
Color
currentBackgroundColor
(Code)
currentBrush
public
MetaBrush
currentBrush
(Code)
currentFont
public
MetaFont
currentFont
(Code)
currentPen
public
MetaPen
currentPen
(Code)
currentPoint
public
Point
currentPoint
(Code)
currentTextColor
public
Color
currentTextColor
(Code)
extentWx
public
int extentWx
(Code)
extentWy
public
int extentWy
(Code)
lineJoin
public
int lineJoin
(Code)
offsetWx
public
int offsetWx
(Code)
offsetWy
public
int offsetWy
(Code)
polyFillMode
public
int polyFillMode
(Code)
savedStates
public
Stack
savedStates
(Code)
scalingX
public
float scalingX
(Code)
scalingY
public
float scalingY
(Code)
textAlign
public
int textAlign
(Code)
Constructor Detail
MetaState
public
MetaState()
(Code)
Creates new MetaState
MetaState
public
MetaState(
MetaState
state)
(Code)
Method Detail
addMetaObject
public
void addMetaObject(
MetaObject
object)
(Code)
cleanup
public
void cleanup(
PdfContentByte
cb)
(Code)
deleteMetaObject
public
void deleteMetaObject(int index)
(Code)
getBackgroundMode
public
int getBackgroundMode()
(Code)
Getter for property backgroundMode. Value of property backgroundMode.
getCurrentBackgroundColor
public
Color
getCurrentBackgroundColor()
(Code)
Getter for property currentBackgroundColor. Value of property currentBackgroundColor.
getCurrentBrush
public
MetaBrush
getCurrentBrush()
(Code)
getCurrentFont
public
MetaFont
getCurrentFont()
(Code)
getCurrentPen
public
MetaPen
getCurrentPen()
(Code)
getCurrentPoint
public
Point
getCurrentPoint()
(Code)
getCurrentTextColor
public
Color
getCurrentTextColor()
(Code)
Getter for property currentTextColor. Value of property currentTextColor.
getLineNeutral
public
boolean getLineNeutral()
(Code)
getPolyFillMode
public
int getPolyFillMode()
(Code)
Getter for property polyFillMode. Value of property polyFillMode.
getTextAlign
public
int getTextAlign()
(Code)
Getter for property textAlign. Value of property textAlign.
restoreState
public
void restoreState(int index,
PdfContentByte
cb)
(Code)
saveState
public
void saveState(
PdfContentByte
cb)
(Code)
selectMetaObject
public
void selectMetaObject(int index,
PdfContentByte
cb)
(Code)
setBackgroundMode
public
void setBackgroundMode(int backgroundMode)
(Code)
Setter for property backgroundMode.
Parameters:
backgroundMode - New value of property backgroundMode.
setCurrentBackgroundColor
public
void setCurrentBackgroundColor(
Color
currentBackgroundColor)
(Code)
Setter for property currentBackgroundColor.
Parameters:
currentBackgroundColor - New value of property currentBackgroundColor.
setCurrentPoint
public
void setCurrentPoint(
Point
p)
(Code)
setCurrentTextColor
public
void setCurrentTextColor(
Color
currentTextColor)
(Code)
Setter for property currentTextColor.
Parameters:
currentTextColor - New value of property currentTextColor.
setExtentWx
public
void setExtentWx(int extentWx)
(Code)
setExtentWy
public
void setExtentWy(int extentWy)
(Code)
setLineJoinPolygon
public
void setLineJoinPolygon(
PdfContentByte
cb)
(Code)
setLineJoinRectangle
public
void setLineJoinRectangle(
PdfContentByte
cb)
(Code)
setMetaState
public
void setMetaState(
MetaState
state)
(Code)
setOffsetWx
public
void setOffsetWx(int offsetWx)
(Code)
setOffsetWy
public
void setOffsetWy(int offsetWy)
(Code)
setPolyFillMode
public
void setPolyFillMode(int polyFillMode)
(Code)
Setter for property polyFillMode.
Parameters:
polyFillMode - New value of property polyFillMode.
setScalingX
public
void setScalingX(float scalingX)
(Code)
setScalingY
public
void setScalingY(float scalingY)
(Code)
setTextAlign
public
void setTextAlign(int textAlign)
(Code)
Setter for property textAlign.
Parameters:
textAlign - New value of property textAlign.
transformAngle
public
float transformAngle(float angle)
(Code)
transformX
public
float transformX(int x)
(Code)
transformY
public
float transformY(int y)
(Code)
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.