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  intALTERNATE
    
public  ArrayListMetaObjects
    
final public static  intOPAQUE
    
final public static  intTA_BASELINE
    
final public static  intTA_BOTTOM
    
final public static  intTA_CENTER
    
final public static  intTA_LEFT
    
final public static  intTA_NOUPDATECP
    
final public static  intTA_RIGHT
    
final public static  intTA_TOP
    
final public static  intTA_UPDATECP
    
final public static  intTRANSPARENT
    
final public static  intWINDING
    
public  intbackgroundMode
    
public  ColorcurrentBackgroundColor
    
public  MetaBrushcurrentBrush
    
public  MetaFontcurrentFont
    
public  MetaPencurrentPen
    
public  PointcurrentPoint
    
public  ColorcurrentTextColor
    
public  intextentWx
    
public  intextentWy
    
public  intlineJoin
    
public  intoffsetWx
    
public  intoffsetWy
    
public  intpolyFillMode
    
public  StacksavedStates
    
public  floatscalingX
    
public  floatscalingY
    
public  inttextAlign
    

Constructor Summary
public  MetaState()
    
public  MetaState(MetaState state)
    

Method Summary
public  voidaddMetaObject(MetaObject object)
    
public  voidcleanup(PdfContentByte cb)
    
public  voiddeleteMetaObject(int index)
    
public  intgetBackgroundMode()
     Getter for property backgroundMode.
public  ColorgetCurrentBackgroundColor()
     Getter for property currentBackgroundColor.
public  MetaBrushgetCurrentBrush()
    
public  MetaFontgetCurrentFont()
    
public  MetaPengetCurrentPen()
    
public  PointgetCurrentPoint()
    
public  ColorgetCurrentTextColor()
     Getter for property currentTextColor.
public  booleangetLineNeutral()
    
public  intgetPolyFillMode()
     Getter for property polyFillMode.
public  intgetTextAlign()
     Getter for property textAlign.
public  voidrestoreState(int index, PdfContentByte cb)
    
public  voidsaveState(PdfContentByte cb)
    
public  voidselectMetaObject(int index, PdfContentByte cb)
    
public  voidsetBackgroundMode(int backgroundMode)
     Setter for property backgroundMode.
public  voidsetCurrentBackgroundColor(Color currentBackgroundColor)
     Setter for property currentBackgroundColor.
public  voidsetCurrentPoint(Point p)
    
public  voidsetCurrentTextColor(Color currentTextColor)
     Setter for property currentTextColor.
public  voidsetExtentWx(int extentWx)
    
public  voidsetExtentWy(int extentWy)
    
public  voidsetLineJoinPolygon(PdfContentByte cb)
    
public  voidsetLineJoinRectangle(PdfContentByte cb)
    
public  voidsetMetaState(MetaState state)
    
public  voidsetOffsetWx(int offsetWx)
    
public  voidsetOffsetWy(int offsetWy)
    
public  voidsetPolyFillMode(int polyFillMode)
     Setter for property polyFillMode.
public  voidsetScalingX(float scalingX)
    
public  voidsetScalingY(float scalingY)
    
public  voidsetTextAlign(int textAlign)
     Setter for property textAlign.
public  floattransformAngle(float angle)
    
public  floattransformX(int x)
    
public  floattransformY(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.