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


com.sun.perseus.j2d.TextProperties

TextProperties
public interface TextProperties (Code)

version:
   $Id: TextProperties.java,v 1.2 2006/04/21 06:35:09 st125089 Exp $


Field Summary
 intFONT_STRETCH_CONDENSED
    
 intFONT_STRETCH_EXPANDED
    
 intFONT_STRETCH_EXTRA_CONDENSED
    
 intFONT_STRETCH_EXTRA_EXPANDED
    
 intFONT_STRETCH_NORMAL
    
 intFONT_STRETCH_SEMI_CONDENSED
    
 intFONT_STRETCH_SEMI_EXPANDED
    
 intFONT_STRETCH_ULTRA_CONDENSED
    
 intFONT_STRETCH_ULTRA_EXPANDED
    
 intFONT_STYLE_ITALIC
    
 intFONT_STYLE_NORMAL
    
 intFONT_STYLE_OBLIQUE
    
 intFONT_WEIGHT_100
    
 intFONT_WEIGHT_200
    
 intFONT_WEIGHT_300
    
 intFONT_WEIGHT_400
    
 intFONT_WEIGHT_500
    
 intFONT_WEIGHT_600
    
 intFONT_WEIGHT_700
    
 intFONT_WEIGHT_800
    
 intFONT_WEIGHT_900
    
 intFONT_WEIGHT_BOLD
    
 intFONT_WEIGHT_NORMAL
    
 String[]INITIAL_FONT_FAMILY
    
 intINITIAL_FONT_SIZE
    
 intINITIAL_FONT_STYLE
    
 intINITIAL_FONT_WEIGHT
    
 intINITIAL_TEXT_ANCHOR
    
 intTEXT_ANCHOR_END
    
 intTEXT_ANCHOR_MIDDLE
    
 intTEXT_ANCHOR_START
    


Method Summary
 String[]getFontFamily()
    
 floatgetFontSize()
    
 intgetFontStyle()
    
 intgetFontWeight()
    
 intgetTextAnchor()
    
 voidsetFontFamily(String[] fontFamily)
    
Parameters:
  fontFamily - the new font family property value.
 voidsetFontSize(float fontSize)
    
Parameters:
  fontSize - the new font size property value.
 voidsetFontStyle(int fontStyle)
    
Parameters:
  fontStyle - the new font style property value.
 voidsetFontWeight(int fontWeight)
    
Parameters:
  fontWeight - the new font weight property value.
 voidsetTextAnchor(int textAnchor)
    
Parameters:
  textAnchor - the new text anchor property value.

Field Detail
FONT_STRETCH_CONDENSED
int FONT_STRETCH_CONDENSED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_EXPANDED
int FONT_STRETCH_EXPANDED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_EXTRA_CONDENSED
int FONT_STRETCH_EXTRA_CONDENSED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_EXTRA_EXPANDED
int FONT_STRETCH_EXTRA_EXPANDED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_NORMAL
int FONT_STRETCH_NORMAL(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_SEMI_CONDENSED
int FONT_STRETCH_SEMI_CONDENSED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_SEMI_EXPANDED
int FONT_STRETCH_SEMI_EXPANDED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_ULTRA_CONDENSED
int FONT_STRETCH_ULTRA_CONDENSED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STRETCH_ULTRA_EXPANDED
int FONT_STRETCH_ULTRA_EXPANDED(Code)
Refer to the CSS 2 specification for a definition of the font-strech values



FONT_STYLE_ITALIC
int FONT_STYLE_ITALIC(Code)
Refer to the CSS 2 specification for a definition of the various font-styles



FONT_STYLE_NORMAL
int FONT_STYLE_NORMAL(Code)
Refer to the CSS 2 specification for a definition of the various font-styles



FONT_STYLE_OBLIQUE
int FONT_STYLE_OBLIQUE(Code)
Refer to the CSS 2 specification for a definition of the various font-styles



FONT_WEIGHT_100
int FONT_WEIGHT_100(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_200
int FONT_WEIGHT_200(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_300
int FONT_WEIGHT_300(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_400
int FONT_WEIGHT_400(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_500
int FONT_WEIGHT_500(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_600
int FONT_WEIGHT_600(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_700
int FONT_WEIGHT_700(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_800
int FONT_WEIGHT_800(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_900
int FONT_WEIGHT_900(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_BOLD
int FONT_WEIGHT_BOLD(Code)
Refer to the CSS 2 specification for a definition of the font-weights



FONT_WEIGHT_NORMAL
int FONT_WEIGHT_NORMAL(Code)
Refer to the CSS 2 specification for a definition of the font-weights



INITIAL_FONT_FAMILY
String[] INITIAL_FONT_FAMILY(Code)
Default font family array



INITIAL_FONT_SIZE
int INITIAL_FONT_SIZE(Code)
Default font size value



INITIAL_FONT_STYLE
int INITIAL_FONT_STYLE(Code)
By default, the font style is normal



INITIAL_FONT_WEIGHT
int INITIAL_FONT_WEIGHT(Code)
By default, the font weight is normal



INITIAL_TEXT_ANCHOR
int INITIAL_TEXT_ANCHOR(Code)
By default, text starts on the anchor point



TEXT_ANCHOR_END
int TEXT_ANCHOR_END(Code)
Text is anchored about its end point



TEXT_ANCHOR_MIDDLE
int TEXT_ANCHOR_MIDDLE(Code)
Text is anchored about its mid point



TEXT_ANCHOR_START
int TEXT_ANCHOR_START(Code)
Text is anchored about its starting point





Method Detail
getFontFamily
String[] getFontFamily()(Code)
the font family property



getFontSize
float getFontSize()(Code)
the font size property, a positive number



getFontStyle
int getFontStyle()(Code)
one of FONT_STYLE_NORMAL, FONT_STYLE_OBLIQUE, FONT_STYLE_ITALIC.



getFontWeight
int getFontWeight()(Code)
one of the FONT_WEIGHT_XXX values



getTextAnchor
int getTextAnchor()(Code)
one of TEXT_ANCHOR_START, TEXT_ANCHOR_END or TEXT_ANCHOR_MIDDLE



setFontFamily
void setFontFamily(String[] fontFamily)(Code)

Parameters:
  fontFamily - the new font family property value. The fontFamilydescribes the list of names to use during font matching.



setFontSize
void setFontSize(float fontSize)(Code)

Parameters:
  fontSize - the new font size property value. Should be a positivevalue.



setFontStyle
void setFontStyle(int fontStyle)(Code)

Parameters:
  fontStyle - the new font style property value. Should be one ofFONT_STYLE_NORMAL, FONT_STYLE_ITALIC, FONT_STYLE_OBLIQUE



setFontWeight
void setFontWeight(int fontWeight)(Code)

Parameters:
  fontWeight - the new font weight property value. Should be one of the FONT_WEIGHT_XXX values



setTextAnchor
void setTextAnchor(int textAnchor)(Code)

Parameters:
  textAnchor - the new text anchor property value. Should be oneof TEXT_ANCHOR_START, TEXT_ANCHOR_MIDDLE or TEXT_ANCHOR_MIDDLE.



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