Java Doc for MIDPVideoRenderer.java in  » 6.0-JDK-Modules » j2me » com » sun » mmedia » 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 Modules » j2me » com.sun.mmedia 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.mmedia.VideoRenderer
      com.sun.mmedia.MIDPVideoRenderer

MIDPVideoRenderer
final public class MIDPVideoRenderer extends VideoRenderer implements VideoControl,MIDPVideoPainter(Code)
VideoControl implementation for MIDP

Inner Class :final class MMItem extends MMCustomItem

Field Summary
final public static  intNATIVE_RENDER
    
final public static  intRGB565
    
final public static  intRGB888
    
final public static  intRGBX888
    
final public static  intUSE_ALPHA
    
final public static  intUYVY
    
final public static  intXBGR888
    
final public static  intXRGB888
    
final public static  intYUV420_PLANAR
    
final public static  intYUV422_PLANAR
    
final public static  intYUYV
    
final public static  intYVYU
    
 booleannativeRender
    
 intpHeight
    
 intpWidth
    
 byte[]pngData
    
 intpngDataLength
    
 int[]rgbData
    
 intrgbMode
    
 int[]scaledRGB
    
 booleanuseAlpha
    

Constructor Summary
 MIDPVideoRenderer(Player p, int sourceWidth, int sourceHeight)
    

Method Summary
public synchronized  voidclose()
    
public  intgetDisplayHeight()
    
public  intgetDisplayWidth()
    
public  intgetDisplayX()
    
public  intgetDisplayY()
    
 intgetPreferredRGBMode()
    
public  byte[]getSnapshot(String imageType)
    
public  intgetSourceHeight()
    
public  intgetSourceWidth()
    
public  ControlgetVideoControl()
    
public  voidhideVideo()
    
public  ObjectinitDisplayMode(int mode, Object container)
    
public  voidinitRendering(int mode, int width, int height)
    
public  voidpaintVideo(Graphics g)
    
public  voidrender(int[] data)
    
synchronized  booleanrender(Object data)
     Renders the data to the screen at the component's location and size, if component is visible.
synchronized  booleanrenderImage(byte[] imageData, int imageLength)
    
public  voidsetDisplayFullScreen(boolean fullScreenMode)
    
public  voidsetDisplayLocation(int x, int y)
    
public  voidsetDisplaySize(int width, int height)
    
 voidsetMode(int mode)
    
 voidsetSourceSize(int sourceWidth, int sourceHeight)
    
public  voidsetVisible(boolean visible)
    
public  voidshowVideo()
    

Field Detail
NATIVE_RENDER
final public static int NATIVE_RENDER(Code)



RGB565
final public static int RGB565(Code)
Rendering interface



RGB888
final public static int RGB888(Code)



RGBX888
final public static int RGBX888(Code)



USE_ALPHA
final public static int USE_ALPHA(Code)



UYVY
final public static int UYVY(Code)



XBGR888
final public static int XBGR888(Code)



XRGB888
final public static int XRGB888(Code)



YUV420_PLANAR
final public static int YUV420_PLANAR(Code)



YUV422_PLANAR
final public static int YUV422_PLANAR(Code)



YUYV
final public static int YUYV(Code)



YVYU
final public static int YVYU(Code)



nativeRender
boolean nativeRender(Code)



pHeight
int pHeight(Code)



pWidth
int pWidth(Code)



pngData
byte[] pngData(Code)



pngDataLength
int pngDataLength(Code)



rgbData
int[] rgbData(Code)



rgbMode
int rgbMode(Code)



scaledRGB
int[] scaledRGB(Code)



useAlpha
boolean useAlpha(Code)




Constructor Detail
MIDPVideoRenderer
MIDPVideoRenderer(Player p, int sourceWidth, int sourceHeight)(Code)
VideoControl implementation




Method Detail
close
public synchronized void close()(Code)



getDisplayHeight
public int getDisplayHeight()(Code)



getDisplayWidth
public int getDisplayWidth()(Code)



getDisplayX
public int getDisplayX()(Code)



getDisplayY
public int getDisplayY()(Code)



getPreferredRGBMode
int getPreferredRGBMode()(Code)



getSnapshot
public byte[] getSnapshot(String imageType) throws MediaException, SecurityException(Code)



getSourceHeight
public int getSourceHeight()(Code)



getSourceWidth
public int getSourceWidth()(Code)



getVideoControl
public Control getVideoControl()(Code)



hideVideo
public void hideVideo()(Code)



initDisplayMode
public Object initDisplayMode(int mode, Object container)(Code)



initRendering
public void initRendering(int mode, int width, int height)(Code)



paintVideo
public void paintVideo(Graphics g)(Code)
Paint video into canvas - in USE_DIRECT_VIDEO mode



render
public void render(int[] data)(Code)
Public render method



render
synchronized boolean render(Object data)(Code)
Renders the data to the screen at the component's location and size, if component is visible. Returns true if displayed, false if not.



renderImage
synchronized boolean renderImage(byte[] imageData, int imageLength)(Code)



setDisplayFullScreen
public void setDisplayFullScreen(boolean fullScreenMode) throws javax.microedition.media.MediaException(Code)



setDisplayLocation
public void setDisplayLocation(int x, int y)(Code)



setDisplaySize
public void setDisplaySize(int width, int height) throws javax.microedition.media.MediaException(Code)



setMode
void setMode(int mode)(Code)



setSourceSize
void setSourceSize(int sourceWidth, int sourceHeight)(Code)



setVisible
public void setVisible(boolean visible)(Code)



showVideo
public void showVideo()(Code)
Enable/disable rendering for canvas (USE_DIRECT_VIDEO mode)



Fields inherited from com.sun.mmedia.VideoRenderer
final public static int NATIVE_RENDER(Code)(Java Doc)
final public static int RGB565(Code)(Java Doc)
final public static int RGB888(Code)(Java Doc)
final public static int RGBX888(Code)(Java Doc)
final public static int USE_ALPHA(Code)(Java Doc)
final public static int UYVY(Code)(Java Doc)
final public static int XBGR888(Code)(Java Doc)
final public static int XRGB888(Code)(Java Doc)
final public static int YUV420_PLANAR(Code)(Java Doc)
final public static int YUV422_PLANAR(Code)(Java Doc)
final public static int YUYV(Code)(Java Doc)
final public static int YVYU(Code)(Java Doc)

Methods inherited from com.sun.mmedia.VideoRenderer
abstract public void close()(Code)(Java Doc)
abstract public Control getVideoControl()(Code)(Java Doc)
abstract public void initRendering(int mode, int width, int height)(Code)(Java Doc)
abstract public void render(int[] rgbData)(Code)(Java Doc)

Methods inherited from java.lang.Object
public boolean equals(Object obj)(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.