Java Doc for DevmodeStructWrapper.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » x » print » 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 » Apache Harmony Java SE » org package » org.apache.harmony.x.print 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.harmony.x.print.DevmodeStructWrapper

DevmodeStructWrapper
public class DevmodeStructWrapper (Code)
Wrapper for the DEVMODE native structure.

Inner Class :public static interface Paper extends Attribute
Inner Class :public static class CustomPaper implements Paper
Inner Class :public static enum StdPaper implements Paper

Field Summary
final public static  shortDMCOLLATE_FALSE
    
final public static  shortDMCOLLATE_TRUE
    
final public static  shortDMCOLOR_COLOR
    
final public static  shortDMCOLOR_MONOCHROME
    
final public static  shortDMDUP_HORIZONTAL
    
final public static  shortDMDUP_SIMPLEX
    
final public static  shortDMDUP_VERTICAL
    
final public static  shortDMORIENT_LANDSCAPE
    
final public static  shortDMORIENT_PORTRAIT
    
final public static  shortDMRES_DRAFT
    
final public static  shortDMRES_HIGH
    
final public static  shortDMRES_MEDIUM
    
final public static  intDM_COLLATE
    
final public static  intDM_COLOR
    
final public static  intDM_COPIES
    
final public static  intDM_DEFAULTSOURCE
    
final public static  intDM_DUPLEX
    
final public static  intDM_ORIENTATION
    
final public static  intDM_PAPERLENGTH
    
final public static  intDM_PAPERSIZE
    
final public static  intDM_PAPERWIDTH
    
final public static  intDM_PRINTQUALITY
    
final public static  intDM_SCALE
    
final public static  intDM_TTOPTION
    
final public static  intDM_YRESOLUTION
    
public  longstructPtr
    

Constructor Summary
public  DevmodeStructWrapper(long structPtr)
    

Method Summary
protected synchronized  voidfinalize()
    
public  TgetAttributes(T attrs)
    
public  ChromaticitygetChromaticity()
    
public  SheetCollategetCollate()
    
public  CopiesgetCopies()
    
native public static  shortgetDmCollate(long structPtr)
    
native public static  shortgetDmColor(long structPtr)
    
native public static  shortgetDmCopies(long structPtr)
    
native public static  shortgetDmDefaultSource(long structPtr)
    
public  StringgetDmDeviceName()
    
native public static  StringgetDmDeviceName(long structPtr)
    
native public static  shortgetDmDuplex(long structPtr)
    
public  longgetDmFields()
    
native public static  longgetDmFields(long structPtr)
    
native public static  shortgetDmOrientation(long structPtr)
    
native public static  shortgetDmPaperLength(long structPtr)
    
native public static  shortgetDmPaperSize(long structPtr)
    
native public static  shortgetDmPaperWidth(long structPtr)
    
native public static  shortgetDmPrintQuality(long structPtr)
    
native public static  shortgetDmScale(long structPtr)
    
native public static  shortgetDmTTOption(long structPtr)
    
native public static  shortgetDmYResolution(long structPtr)
    
public  OrientationRequestedgetOrientation()
    
public  PapergetPaper()
    
public  PrintQualitygetPrintQuality()
    
public  PrinterResolutiongetPrinterResolution()
    
public  SidesgetSides()
    
public  longgetStructPtr()
    
native public static  voidreleaseStruct(long structPtr)
    
public  voidsetAttribute(Attribute attr)
    
public  voidsetAttributes(AttributeSet attrs)
    
public  voidsetChromaticity(Chromaticity chromaticity)
    
public  voidsetCollate(SheetCollate collate)
    
public  voidsetCopies(Copies c)
    
native public static  voidsetDmCollate(long structPtr, short collate)
    
native public static  voidsetDmColor(long structPtr, short color)
    
native public static  voidsetDmCopies(long structPtr, short copies)
    
native public static  voidsetDmDefaultSource(long structPtr, short defaultSource)
    
native public static  voidsetDmDuplex(long structPtr, short duplex)
    
native public static  voidsetDmOrientation(long structPtr, short orientation)
    
native public static  voidsetDmPaperLength(long structPtr, short paperLength)
    
native public static  voidsetDmPaperSize(long structPtr, short paperSize)
    
native public static  voidsetDmPaperWidth(long structPtr, short paperWidth)
    
native public static  voidsetDmPrintQuality(long structPtr, short printQuality)
    
native public static  voidsetDmScale(long structPtr, short scale)
    
native public static  voidsetDmTTOption(long structPtr, short option)
    
native public static  voidsetDmYResolution(long structPtr, short yResolution)
    
public  voidsetOrientation(OrientationRequested orientation)
    
public  voidsetPaper(Paper paper)
    
public  voidsetPaper(MediaSize size)
    
public  voidsetPaper(MediaSizeName name)
    
public  voidsetPrintQuality(PrintQuality quality)
    
public  voidsetPrinterResolution(PrinterResolution res)
    
public  voidsetSides(Sides sides)
    

Field Detail
DMCOLLATE_FALSE
final public static short DMCOLLATE_FALSE(Code)



DMCOLLATE_TRUE
final public static short DMCOLLATE_TRUE(Code)



DMCOLOR_COLOR
final public static short DMCOLOR_COLOR(Code)



DMCOLOR_MONOCHROME
final public static short DMCOLOR_MONOCHROME(Code)



DMDUP_HORIZONTAL
final public static short DMDUP_HORIZONTAL(Code)



DMDUP_SIMPLEX
final public static short DMDUP_SIMPLEX(Code)



DMDUP_VERTICAL
final public static short DMDUP_VERTICAL(Code)



DMORIENT_LANDSCAPE
final public static short DMORIENT_LANDSCAPE(Code)



DMORIENT_PORTRAIT
final public static short DMORIENT_PORTRAIT(Code)



DMRES_DRAFT
final public static short DMRES_DRAFT(Code)



DMRES_HIGH
final public static short DMRES_HIGH(Code)



DMRES_MEDIUM
final public static short DMRES_MEDIUM(Code)



DM_COLLATE
final public static int DM_COLLATE(Code)



DM_COLOR
final public static int DM_COLOR(Code)



DM_COPIES
final public static int DM_COPIES(Code)



DM_DEFAULTSOURCE
final public static int DM_DEFAULTSOURCE(Code)



DM_DUPLEX
final public static int DM_DUPLEX(Code)



DM_ORIENTATION
final public static int DM_ORIENTATION(Code)



DM_PAPERLENGTH
final public static int DM_PAPERLENGTH(Code)



DM_PAPERSIZE
final public static int DM_PAPERSIZE(Code)



DM_PAPERWIDTH
final public static int DM_PAPERWIDTH(Code)



DM_PRINTQUALITY
final public static int DM_PRINTQUALITY(Code)



DM_SCALE
final public static int DM_SCALE(Code)



DM_TTOPTION
final public static int DM_TTOPTION(Code)



DM_YRESOLUTION
final public static int DM_YRESOLUTION(Code)



structPtr
public long structPtr(Code)




Constructor Detail
DevmodeStructWrapper
public DevmodeStructWrapper(long structPtr)(Code)




Method Detail
finalize
protected synchronized void finalize() throws Throwable(Code)



getAttributes
public T getAttributes(T attrs)(Code)



getChromaticity
public Chromaticity getChromaticity()(Code)



getCollate
public SheetCollate getCollate()(Code)



getCopies
public Copies getCopies()(Code)



getDmCollate
native public static short getDmCollate(long structPtr)(Code)



getDmColor
native public static short getDmColor(long structPtr)(Code)



getDmCopies
native public static short getDmCopies(long structPtr)(Code)



getDmDefaultSource
native public static short getDmDefaultSource(long structPtr)(Code)



getDmDeviceName
public String getDmDeviceName()(Code)



getDmDeviceName
native public static String getDmDeviceName(long structPtr)(Code)



getDmDuplex
native public static short getDmDuplex(long structPtr)(Code)



getDmFields
public long getDmFields()(Code)



getDmFields
native public static long getDmFields(long structPtr)(Code)



getDmOrientation
native public static short getDmOrientation(long structPtr)(Code)



getDmPaperLength
native public static short getDmPaperLength(long structPtr)(Code)



getDmPaperSize
native public static short getDmPaperSize(long structPtr)(Code)



getDmPaperWidth
native public static short getDmPaperWidth(long structPtr)(Code)



getDmPrintQuality
native public static short getDmPrintQuality(long structPtr)(Code)



getDmScale
native public static short getDmScale(long structPtr)(Code)



getDmTTOption
native public static short getDmTTOption(long structPtr)(Code)



getDmYResolution
native public static short getDmYResolution(long structPtr)(Code)



getOrientation
public OrientationRequested getOrientation()(Code)



getPaper
public Paper getPaper()(Code)



getPrintQuality
public PrintQuality getPrintQuality()(Code)



getPrinterResolution
public PrinterResolution getPrinterResolution()(Code)



getSides
public Sides getSides()(Code)



getStructPtr
public long getStructPtr()(Code)



releaseStruct
native public static void releaseStruct(long structPtr)(Code)



setAttribute
public void setAttribute(Attribute attr)(Code)



setAttributes
public void setAttributes(AttributeSet attrs)(Code)



setChromaticity
public void setChromaticity(Chromaticity chromaticity)(Code)



setCollate
public void setCollate(SheetCollate collate)(Code)



setCopies
public void setCopies(Copies c)(Code)



setDmCollate
native public static void setDmCollate(long structPtr, short collate)(Code)



setDmColor
native public static void setDmColor(long structPtr, short color)(Code)



setDmCopies
native public static void setDmCopies(long structPtr, short copies)(Code)



setDmDefaultSource
native public static void setDmDefaultSource(long structPtr, short defaultSource)(Code)



setDmDuplex
native public static void setDmDuplex(long structPtr, short duplex)(Code)



setDmOrientation
native public static void setDmOrientation(long structPtr, short orientation)(Code)



setDmPaperLength
native public static void setDmPaperLength(long structPtr, short paperLength)(Code)



setDmPaperSize
native public static void setDmPaperSize(long structPtr, short paperSize)(Code)



setDmPaperWidth
native public static void setDmPaperWidth(long structPtr, short paperWidth)(Code)



setDmPrintQuality
native public static void setDmPrintQuality(long structPtr, short printQuality)(Code)



setDmScale
native public static void setDmScale(long structPtr, short scale)(Code)



setDmTTOption
native public static void setDmTTOption(long structPtr, short option)(Code)



setDmYResolution
native public static void setDmYResolution(long structPtr, short yResolution)(Code)



setOrientation
public void setOrientation(OrientationRequested orientation)(Code)



setPaper
public void setPaper(Paper paper)(Code)



setPaper
public void setPaper(MediaSize size)(Code)



setPaper
public void setPaper(MediaSizeName name)(Code)



setPrintQuality
public void setPrintQuality(PrintQuality quality)(Code)



setPrinterResolution
public void setPrinterResolution(PrinterResolution res)(Code)



setSides
public void setSides(Sides sides)(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.