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


sun.awt.X11GraphicsConfig
   sun.java2d.opengl.GLXGraphicsConfig

GLXGraphicsConfig
public class GLXGraphicsConfig extends X11GraphicsConfig implements OGLGraphicsConfig(Code)




Method Summary
public  ImagecreateAcceleratedImage(Component target, int width, int height)
     Creates a new hidden-acceleration image of the given width and height that is associated with the target Component.
public  longcreateBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps)
     Attempts to create a GLX-based backbuffer for the given peer.
public  VolatileImagecreateBackBufferImage(Component target, long backBuffer)
     Creates a VolatileImage that essentially wraps the target Component's backbuffer (the provided backbuffer handle is essentially ignored).
public  BufferedImagecreateCompatibleImage(int width, int height)
    
public  SurfaceDatacreateManagedSurface(int w, int h, int transparency)
    
public  SurfaceDatacreateSurfaceData(X11ComponentPeer peer)
     Creates a new SurfaceData that will be associated with the given X11ComponentPeer.
public  voiddestroyBackBuffer(long backBuffer)
     Destroys the backbuffer object represented by the given handle value.
public  voidflip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, BufferCapabilities.FlipContents flipAction)
     Performs the native GLX flip operation for the given target Component.
public  BufferCapabilitiesgetBufferCapabilities()
    
public  ColorModelgetColorModel(int transparency)
    
public static  GLXGraphicsConfiggetConfig(X11GraphicsDevice device, int visualnum)
    
final public  OGLContextgetContext()
    
public  ImageCapabilitiesgetImageCapabilities()
    
final public  longgetNativeConfigInfo()
    
public  ObjectgetProxyKey()
    
final public  booleanisCapPresent(int cap)
     Returns true if the provided capability bit is present for this config.
public  StringtoString()
    



Method Detail
createAcceleratedImage
public Image createAcceleratedImage(Component target, int width, int height)(Code)
Creates a new hidden-acceleration image of the given width and height that is associated with the target Component.



createBackBuffer
public long createBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps) throws AWTException(Code)
Attempts to create a GLX-based backbuffer for the given peer. If the requested configuration is not natively supported, an AWTException is thrown. Otherwise, if the backbuffer creation is successful, a value of 1 is returned.



createBackBufferImage
public VolatileImage createBackBufferImage(Component target, long backBuffer)(Code)
Creates a VolatileImage that essentially wraps the target Component's backbuffer (the provided backbuffer handle is essentially ignored).



createCompatibleImage
public BufferedImage createCompatibleImage(int width, int height)(Code)



createManagedSurface
public SurfaceData createManagedSurface(int w, int h, int transparency)(Code)



createSurfaceData
public SurfaceData createSurfaceData(X11ComponentPeer peer)(Code)
Creates a new SurfaceData that will be associated with the given X11ComponentPeer.



destroyBackBuffer
public void destroyBackBuffer(long backBuffer)(Code)
Destroys the backbuffer object represented by the given handle value.



flip
public void flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, BufferCapabilities.FlipContents flipAction)(Code)
Performs the native GLX flip operation for the given target Component.



getBufferCapabilities
public BufferCapabilities getBufferCapabilities()(Code)



getColorModel
public ColorModel getColorModel(int transparency)(Code)



getConfig
public static GLXGraphicsConfig getConfig(X11GraphicsDevice device, int visualnum)(Code)



getContext
final public OGLContext getContext()(Code)



getImageCapabilities
public ImageCapabilities getImageCapabilities()(Code)



getNativeConfigInfo
final public long getNativeConfigInfo()(Code)



getProxyKey
public Object getProxyKey()(Code)



isCapPresent
final public boolean isCapPresent(int cap)(Code)
Returns true if the provided capability bit is present for this config. See OGLContext.java for a list of supported capabilities.



toString
public String toString()(Code)



Fields inherited from sun.awt.X11GraphicsConfig
protected int bitsPerPixel(Code)(Java Doc)
protected X11GraphicsDevice screen(Code)(Java Doc)
public RenderLoops solidloops(Code)(Java Doc)
protected SurfaceType surfaceType(Code)(Java Doc)
protected int visual(Code)(Java Doc)

Methods inherited from sun.awt.X11GraphicsConfig
public Image createAcceleratedImage(Component target, int width, int height)(Code)(Java Doc)
public long createBackBuffer(X11ComponentPeer peer, int numBuffers, BufferCapabilities caps) throws AWTException(Code)(Java Doc)
public VolatileImage createBackBufferImage(Component target, long backBuffer)(Code)(Java Doc)
public SurfaceData createSurfaceData(X11ComponentPeer peer)(Code)(Java Doc)
native public void destroyBackBuffer(long backBuffer)(Code)(Java Doc)
public void flip(X11ComponentPeer peer, Component target, VolatileImage xBackBuffer, BufferCapabilities.FlipContents flipAction)(Code)(Java Doc)
public long getAData()(Code)(Java Doc)
public int getBitsPerPixel()(Code)(Java Doc)
public Rectangle getBounds()(Code)(Java Doc)
public BufferCapabilities getBufferCapabilities()(Code)(Java Doc)
public synchronized ColorModel getColorModel()(Code)(Java Doc)
public ColorModel getColorModel(int transparency)(Code)(Java Doc)
public int getColormap()(Code)(Java Doc)
public static X11GraphicsConfig getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, boolean doubleBuffer)(Code)(Java Doc)
public static X11GraphicsConfig getConfig(X11GraphicsDevice device, int visualnum, int depth, int colormap, int type)(Code)(Java Doc)
public AffineTransform getDefaultTransform()(Code)(Java Doc)
public int getDepth()(Code)(Java Doc)
public GraphicsDevice getDevice()(Code)(Java Doc)
public ImageCapabilities getImageCapabilities()(Code)(Java Doc)
public AffineTransform getNormalizingTransform()(Code)(Java Doc)
public Object getProxyKey()(Code)(Java Doc)
public synchronized RenderLoops getSolidLoops(SurfaceType stype)(Code)(Java Doc)
public synchronized SurfaceType getSurfaceType()(Code)(Java Doc)
public int getVisual()(Code)(Java Doc)
public boolean isDoubleBuffered()(Code)(Java Doc)
native public Rectangle pGetBounds(int screenNum)(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.