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


java.lang.Object
   com.sun.midp.chameleon.skins.ScreenSkin

ScreenSkin
public class ScreenSkin (Code)
A skin containing values for standard "screen" type stuff, such as width and height, standard background, etc.


Field Summary
public static  intBORDER_STYLE
     This field corresponds to SCREEN_BORDER_STYLE skin property.
public static  intCOLOR_BG
     This field corresponds to SCREEN_COLOR_BG skin property.
public static  intCOLOR_BG_HL
     This field corresponds to SCREEN_COLOR_BG_HL skin property.
public static  intCOLOR_BORDER
     This field corresponds to SCREEN_COLOR_BORDER skin property.
public static  intCOLOR_BORDER_HL
     This field corresponds to SCREEN_COLOR_BORDER_HL skin property.
public static  intCOLOR_FG
     This field corresponds to SCREEN_COLOR_FG skin property.
public static  intCOLOR_FG_HL
     This field corresponds to SCREEN_COLOR_FG_HL skin property.
public static  intCOLOR_HS_BG
     This field corresponds to SCREEN_COLOR_HS_BG skin property.
public static  intCOLOR_TRAVERSE_IND
     This field corresponds to SCREEN_COLOR_TRAVERSE_IND skin property.
public static  FontFONT_INPUT_TEXT
     This field corresponds to SCREEN_FONT_INPUT_TEXT skin property.
public static  FontFONT_LABEL
     This field corresponds to SCREEN_FONT_LABEL skin property.
public static  FontFONT_STATIC_TEXT
     This field corresponds to SCREEN_FONT_STATIC_TEXT skin property.
public static  intHEIGHT
    
public static  ImageIMAGE_BG
     This field corresponds to SCREEN_IMAGE_BG skin property. See its comment for further details.
public static  Image[]IMAGE_BG_WO_TITLE
     This field corresponds to SCREEN_IMAGE_BG_WO_TITLE skin property. See its comment for further details.
public static  Image[]IMAGE_BG_W_TITLE
     This field corresponds to SCREEN_IMAGE_BG_W_TITLE skin property. See its comment for further details.
public static  ImageIMAGE_HS_BG_TILE
     The Image to use as a tile for the "home" screen background.
public static  Image[]IMAGE_HS_BG_WO_TITLE
     This field corresponds to SCREEN_IMAGE_HS_BG_WO_TITLE skin property. See its comment for further details.
public static  Image[]IMAGE_HS_BG_W_TITLE
     This field corresponds to SCREEN_IMAGE_HS_BG_W_TITLE skin property. See its comment for further details.
public static  ImageIMAGE_WASH
     This field corresponds to SCREEN_IMAGE_WASH skin property. See its comment for further details.
public static  intPAD_FORM_ITEMS
     This field corresponds to SCREEN_PAD_FORM_ITEMS skin property.
public static  intPAD_LABEL_HORIZ
     This field corresponds to SCREEN_PAD_LABEL_HORIZ skin property.
public static  intPAD_LABEL_VERT
     This field corresponds to SCREEN_PAD_LABEL_VERT skin property.
public static  intSCROLL_AMOUNT
     This field corresponds to SCREEN_SCROLL_AMOUNT skin property.
public static  intTEXT_ORIENT
     This field corresponds to SCREEN_TEXT_ORIENT skin property.
public static  intWIDTH
    



Field Detail
BORDER_STYLE
public static int BORDER_STYLE(Code)
This field corresponds to SCREEN_BORDER_STYLE skin property. See its comment for further details.



COLOR_BG
public static int COLOR_BG(Code)
This field corresponds to SCREEN_COLOR_BG skin property. See its comment for further details.



COLOR_BG_HL
public static int COLOR_BG_HL(Code)
This field corresponds to SCREEN_COLOR_BG_HL skin property. See its comment for further details.



COLOR_BORDER
public static int COLOR_BORDER(Code)
This field corresponds to SCREEN_COLOR_BORDER skin property. See its comment for further details.



COLOR_BORDER_HL
public static int COLOR_BORDER_HL(Code)
This field corresponds to SCREEN_COLOR_BORDER_HL skin property. See its comment for further details.



COLOR_FG
public static int COLOR_FG(Code)
This field corresponds to SCREEN_COLOR_FG skin property. See its comment for further details.



COLOR_FG_HL
public static int COLOR_FG_HL(Code)
This field corresponds to SCREEN_COLOR_FG_HL skin property. See its comment for further details.



COLOR_HS_BG
public static int COLOR_HS_BG(Code)
This field corresponds to SCREEN_COLOR_HS_BG skin property. See its comment for further details.



COLOR_TRAVERSE_IND
public static int COLOR_TRAVERSE_IND(Code)
This field corresponds to SCREEN_COLOR_TRAVERSE_IND skin property. See its comment for further details.



FONT_INPUT_TEXT
public static Font FONT_INPUT_TEXT(Code)
This field corresponds to SCREEN_FONT_INPUT_TEXT skin property. See its comment for further details.



FONT_LABEL
public static Font FONT_LABEL(Code)
This field corresponds to SCREEN_FONT_LABEL skin property. See its comment for further details.



FONT_STATIC_TEXT
public static Font FONT_STATIC_TEXT(Code)
This field corresponds to SCREEN_FONT_STATIC_TEXT skin property. See its comment for further details.



HEIGHT
public static int HEIGHT(Code)
The overall height of the screen available for use in "normal" mode, ie, non-fullscreen



IMAGE_BG
public static Image IMAGE_BG(Code)
This field corresponds to SCREEN_IMAGE_BG skin property. See its comment for further details. It may be null if image hasn't been specified.



IMAGE_BG_WO_TITLE
public static Image[] IMAGE_BG_WO_TITLE(Code)
This field corresponds to SCREEN_IMAGE_BG_WO_TITLE skin property. See its comment for further details. A 'null' value for this array means there is no image background and a solid fill color should be used.



IMAGE_BG_W_TITLE
public static Image[] IMAGE_BG_W_TITLE(Code)
This field corresponds to SCREEN_IMAGE_BG_W_TITLE skin property. See its comment for further details. A 'null' value for this array means there is no image background and a solid fill color should be used.



IMAGE_HS_BG_TILE
public static Image IMAGE_HS_BG_TILE(Code)
The Image to use as a tile for the "home" screen background. This image could be either fullsize, or if smaller than fullsize, it will be tiled both horizontally and vertically to fill the entire screen background.



IMAGE_HS_BG_WO_TITLE
public static Image[] IMAGE_HS_BG_WO_TITLE(Code)
This field corresponds to SCREEN_IMAGE_HS_BG_WO_TITLE skin property. See its comment for further details. A 'null' value for this array means there is no image background and a solid fill color should be used.



IMAGE_HS_BG_W_TITLE
public static Image[] IMAGE_HS_BG_W_TITLE(Code)
This field corresponds to SCREEN_IMAGE_HS_BG_W_TITLE skin property. See its comment for further details. A 'null' value for this array means there is no image background and a solid fill color should be used.



IMAGE_WASH
public static Image IMAGE_WASH(Code)
This field corresponds to SCREEN_IMAGE_WASH skin property. See its comment for further details. It may be null if image hasn't been specified.



PAD_FORM_ITEMS
public static int PAD_FORM_ITEMS(Code)
This field corresponds to SCREEN_PAD_FORM_ITEMS skin property. See its comment for further details.



PAD_LABEL_HORIZ
public static int PAD_LABEL_HORIZ(Code)
This field corresponds to SCREEN_PAD_LABEL_HORIZ skin property. See its comment for further details.



PAD_LABEL_VERT
public static int PAD_LABEL_VERT(Code)
This field corresponds to SCREEN_PAD_LABEL_VERT skin property. See its comment for further details.



SCROLL_AMOUNT
public static int SCROLL_AMOUNT(Code)
This field corresponds to SCREEN_SCROLL_AMOUNT skin property. See its comment for further details.



TEXT_ORIENT
public static int TEXT_ORIENT(Code)
This field corresponds to SCREEN_TEXT_ORIENT skin property. See its comment for further details.



WIDTH
public static int WIDTH(Code)
The overall width of the screen available for use





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.