Java Doc for X11SurfaceData.java in  » 6.0-JDK-Platform » solaris » sun » java2d » x11 » 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 » 6.0 JDK Platform » solaris » sun.java2d.x11 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


sun.java2d.x11.X11SurfaceData

X11SurfaceData
abstract public class X11SurfaceData extends SurfaceData (Code)

Inner Class :public static class X11WindowSurfaceData extends X11SurfaceData
Inner Class :public static class X11PixmapSurfaceData extends X11SurfaceData
Inner Class :public static class LazyPipe extends ValidatePipe

Field Summary
final public static  SurfaceTypeByteGrayX11
    
final public static  SurfaceTypeByteGrayX11_BM
    
final public static  SurfaceTypeByteIndexedOpaqueX11
    
final public static  SurfaceTypeByteIndexedX11_BM
    
final public static  StringDESC_3BYTE_BGR_X11
    
final public static  StringDESC_3BYTE_BGR_X11_BM
    
final public static  StringDESC_3BYTE_RGB_X11
    
final public static  StringDESC_3BYTE_RGB_X11_BM
    
final public static  StringDESC_BYTE_GRAY_X11
    
final public static  StringDESC_BYTE_GRAY_X11_BM
    
final public static  StringDESC_BYTE_IND_OPQ_X11
    
final public static  StringDESC_BYTE_IND_X11_BM
    
final public static  StringDESC_INDEX8_GRAY_X11
    
final public static  StringDESC_INDEX8_GRAY_X11_BM
    
final public static  StringDESC_INT_BGR_X11
    
final public static  StringDESC_INT_BGR_X11_BM
    
final public static  StringDESC_INT_RGB_X11
    
final public static  StringDESC_INT_RGB_X11_BM
    
final public static  StringDESC_USHORT_555_RGB_X11
    
final public static  StringDESC_USHORT_555_RGB_X11_BM
    
final public static  StringDESC_USHORT_565_RGB_X11
    
final public static  StringDESC_USHORT_565_RGB_X11_BM
    
final public static  StringDESC_USHORT_INDEXED_X11
    
final public static  StringDESC_USHORT_INDEXED_X11_BM
    
final public static  SurfaceTypeIndex8GrayX11
    
final public static  SurfaceTypeIndex8GrayX11_BM
    
final public static  SurfaceTypeIntBgrX11
    
final public static  SurfaceTypeIntBgrX11_BM
    
final public static  SurfaceTypeIntRgbX11
    
final public static  SurfaceTypeIntRgbX11_BM
    
final public static  SurfaceTypeThreeByteBgrX11
    
final public static  SurfaceTypeThreeByteBgrX11_BM
    
final public static  SurfaceTypeThreeByteRgbX11
    
final public static  SurfaceTypeThreeByteRgbX11_BM
    
final public static  SurfaceTypeUShort555RgbX11
    
final public static  SurfaceTypeUShort555RgbX11_BM
    
final public static  SurfaceTypeUShort565RgbX11
    
final public static  SurfaceTypeUShort565RgbX11_BM
    
final public static  SurfaceTypeUShortIndexedX11
    
final public static  SurfaceTypeUShortIndexedX11_BM
    
protected  intdepth
    
protected static  booleandgaAvailable
    
 X11GraphicsConfiggraphicsConfig
    
 X11ComponentPeerpeer
    
protected  X11Rendererx11pipe
    
protected static  TextPipex11textpipe
    
protected  PixelToShapeConverterx11txpipe
    

Constructor Summary
protected  X11SurfaceData(X11ComponentPeer peer, X11GraphicsConfig gc, SurfaceType sType, ColorModel cm)
    

Method Summary
abstract public  booleancanSourceSendExposures(int x, int y, int w, int h)
     Returns a boolean indicating whether or not a copyArea from the given rectangle source coordinates might be incomplete and result in X11 GraphicsExposure events being generated from XCopyArea.
public  booleancopyArea(SunGraphics2D sg2d, int x, int y, int w, int h, int dx, int dy)
    
public static  X11WindowSurfaceDatacreateData(X11ComponentPeer peer)
    
public static  X11PixmapSurfaceDatacreateData(X11GraphicsConfig gc, int width, int height, ColorModel cm, Image image, long drawable, int transparency)
    
native protected  voidflushNativeSurface()
    
final public  longgetBlitGC(Region clip, boolean needExposures)
    
public  GraphicsConfigurationgetDeviceConfiguration()
    
public static  X11GraphicsConfiggetGC(X11ComponentPeer peer)
    
final  longgetGC(Region clip, int compState, Composite comp, int pixel, boolean needExposures)
    
public  RastergetRaster(int x, int y, int w, int h)
    
final public  longgetRenderGC(Region clip, int compState, Composite comp, int pixel)
    
public  RenderLoopsgetRenderLoops(SunGraphics2D sg2d)
    
public static  SurfaceTypegetSurfaceType(X11GraphicsConfig gc, int transparency)
    
native protected  voidinitSurface(int depth, int width, int height, long drawable)
    
public  voidinvalidate()
    
public static  booleanisAccelerationEnabled()
    
native public static  booleanisDgaAvailable()
    
native  booleanisDrawableValid()
    
public synchronized  voidmakePipes()
    
public  SurfaceDataProxymakeProxyFor(SurfaceData srcData)
    
native public  voidsetInvalid()
    
public  voidvalidatePipe(SunGraphics2D sg2d)
    

Field Detail
ByteGrayX11
final public static SurfaceType ByteGrayX11(Code)



ByteGrayX11_BM
final public static SurfaceType ByteGrayX11_BM(Code)



ByteIndexedOpaqueX11
final public static SurfaceType ByteIndexedOpaqueX11(Code)



ByteIndexedX11_BM
final public static SurfaceType ByteIndexedX11_BM(Code)



DESC_3BYTE_BGR_X11
final public static String DESC_3BYTE_BGR_X11(Code)



DESC_3BYTE_BGR_X11_BM
final public static String DESC_3BYTE_BGR_X11_BM(Code)



DESC_3BYTE_RGB_X11
final public static String DESC_3BYTE_RGB_X11(Code)



DESC_3BYTE_RGB_X11_BM
final public static String DESC_3BYTE_RGB_X11_BM(Code)



DESC_BYTE_GRAY_X11
final public static String DESC_BYTE_GRAY_X11(Code)



DESC_BYTE_GRAY_X11_BM
final public static String DESC_BYTE_GRAY_X11_BM(Code)



DESC_BYTE_IND_OPQ_X11
final public static String DESC_BYTE_IND_OPQ_X11(Code)



DESC_BYTE_IND_X11_BM
final public static String DESC_BYTE_IND_X11_BM(Code)



DESC_INDEX8_GRAY_X11
final public static String DESC_INDEX8_GRAY_X11(Code)



DESC_INDEX8_GRAY_X11_BM
final public static String DESC_INDEX8_GRAY_X11_BM(Code)



DESC_INT_BGR_X11
final public static String DESC_INT_BGR_X11(Code)



DESC_INT_BGR_X11_BM
final public static String DESC_INT_BGR_X11_BM(Code)



DESC_INT_RGB_X11
final public static String DESC_INT_RGB_X11(Code)



DESC_INT_RGB_X11_BM
final public static String DESC_INT_RGB_X11_BM(Code)



DESC_USHORT_555_RGB_X11
final public static String DESC_USHORT_555_RGB_X11(Code)



DESC_USHORT_555_RGB_X11_BM
final public static String DESC_USHORT_555_RGB_X11_BM(Code)



DESC_USHORT_565_RGB_X11
final public static String DESC_USHORT_565_RGB_X11(Code)



DESC_USHORT_565_RGB_X11_BM
final public static String DESC_USHORT_565_RGB_X11_BM(Code)



DESC_USHORT_INDEXED_X11
final public static String DESC_USHORT_INDEXED_X11(Code)



DESC_USHORT_INDEXED_X11_BM
final public static String DESC_USHORT_INDEXED_X11_BM(Code)



Index8GrayX11
final public static SurfaceType Index8GrayX11(Code)



Index8GrayX11_BM
final public static SurfaceType Index8GrayX11_BM(Code)



IntBgrX11
final public static SurfaceType IntBgrX11(Code)



IntBgrX11_BM
final public static SurfaceType IntBgrX11_BM(Code)



IntRgbX11
final public static SurfaceType IntRgbX11(Code)



IntRgbX11_BM
final public static SurfaceType IntRgbX11_BM(Code)



ThreeByteBgrX11
final public static SurfaceType ThreeByteBgrX11(Code)



ThreeByteBgrX11_BM
final public static SurfaceType ThreeByteBgrX11_BM(Code)



ThreeByteRgbX11
final public static SurfaceType ThreeByteRgbX11(Code)



ThreeByteRgbX11_BM
final public static SurfaceType ThreeByteRgbX11_BM(Code)



UShort555RgbX11
final public static SurfaceType UShort555RgbX11(Code)



UShort555RgbX11_BM
final public static SurfaceType UShort555RgbX11_BM(Code)



UShort565RgbX11
final public static SurfaceType UShort565RgbX11(Code)



UShort565RgbX11_BM
final public static SurfaceType UShort565RgbX11_BM(Code)



UShortIndexedX11
final public static SurfaceType UShortIndexedX11(Code)



UShortIndexedX11_BM
final public static SurfaceType UShortIndexedX11_BM(Code)



depth
protected int depth(Code)



dgaAvailable
protected static boolean dgaAvailable(Code)



graphicsConfig
X11GraphicsConfig graphicsConfig(Code)



peer
X11ComponentPeer peer(Code)



x11pipe
protected X11Renderer x11pipe(Code)



x11textpipe
protected static TextPipe x11textpipe(Code)



x11txpipe
protected PixelToShapeConverter x11txpipe(Code)




Constructor Detail
X11SurfaceData
protected X11SurfaceData(X11ComponentPeer peer, X11GraphicsConfig gc, SurfaceType sType, ColorModel cm)(Code)




Method Detail
canSourceSendExposures
abstract public boolean canSourceSendExposures(int x, int y, int w, int h)(Code)
Returns a boolean indicating whether or not a copyArea from the given rectangle source coordinates might be incomplete and result in X11 GraphicsExposure events being generated from XCopyArea. This method allows the SurfaceData copyArea method to determine if it needs to set the GraphicsExposures attribute of the X11 GC to True or False to receive or avoid the events. true if there is any chance that an XCopyArea from thegiven source coordinates could produce any X11Exposure events.



copyArea
public boolean copyArea(SunGraphics2D sg2d, int x, int y, int w, int h, int dx, int dy)(Code)



createData
public static X11WindowSurfaceData createData(X11ComponentPeer peer)(Code)
Method for instantiating a Window SurfaceData



createData
public static X11PixmapSurfaceData createData(X11GraphicsConfig gc, int width, int height, ColorModel cm, Image image, long drawable, int transparency)(Code)
Method for instantiating a Pixmap SurfaceData (offscreen)



flushNativeSurface
native protected void flushNativeSurface()(Code)



getBlitGC
final public long getBlitGC(Region clip, boolean needExposures)(Code)



getDeviceConfiguration
public GraphicsConfiguration getDeviceConfiguration()(Code)



getGC
public static X11GraphicsConfig getGC(X11ComponentPeer peer)(Code)



getGC
final long getGC(Region clip, int compState, Composite comp, int pixel, boolean needExposures)(Code)



getRaster
public Raster getRaster(int x, int y, int w, int h)(Code)



getRenderGC
final public long getRenderGC(Region clip, int compState, Composite comp, int pixel)(Code)



getRenderLoops
public RenderLoops getRenderLoops(SunGraphics2D sg2d)(Code)



getSurfaceType
public static SurfaceType getSurfaceType(X11GraphicsConfig gc, int transparency)(Code)



initSurface
native protected void initSurface(int depth, int width, int height, long drawable)(Code)



invalidate
public void invalidate()(Code)



isAccelerationEnabled
public static boolean isAccelerationEnabled()(Code)



isDgaAvailable
native public static boolean isDgaAvailable()(Code)
Returns true if we can use DGA on any of the screens



isDrawableValid
native boolean isDrawableValid()(Code)



makePipes
public synchronized void makePipes()(Code)



makeProxyFor
public SurfaceDataProxy makeProxyFor(SurfaceData srcData)(Code)



setInvalid
native public void setInvalid()(Code)



validatePipe
public void validatePipe(SunGraphics2D sg2d)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.