Java Doc for TextLayoutTest.java in  » Apache-Harmony-Java-SE » java-package » java » awt » font » 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 » Apache Harmony Java SE » java package » java.awt.font 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.awt.font.TextLayoutTest

TextLayoutTest
public class TextLayoutTest extends TestCase (Code)


Field Summary
 TextLayoutequals
    
 Fontf
    
 Fontf1
    
 FontRenderContextfrc
    
 Strings
    
 Stringstrings
    
 TextLayouttl
    

Constructor Summary
public  TextLayoutTest(String name)
    

Method Summary
public static  voidmain(String[] args)
    
public  voidsetUp()
    
public static  Testsuite()
    
public  voidtearDown()
    
public  voidtestClone()
    
public  voidtestDraw()
    
public  voidtestEquals()
    
public  voidtestGetAdvance()
    
public  voidtestGetAscent()
    
public  voidtestGetBaseline()
    
public  voidtestGetBaselineOffsets()
    
public  voidtestGetBlackBoxBounds()
    
public  voidtestGetBounds()
    
public  voidtestGetCaretInfo()
    
public  voidtestGetCaretInfo1()
    
public  voidtestGetCaretShape()
    
public  voidtestGetCaretShape1()
    
public  voidtestGetCaretShapes()
    
public  voidtestGetCaretShapes1()
    
public  voidtestGetCaretShapes2()
    
public  voidtestGetCharacterCount()
    
public  voidtestGetCharacterLevel()
    
public  voidtestGetDescent()
    
public  voidtestGetJustifiedLayout()
    
public  voidtestGetLeading()
    
public  voidtestGetLogicalHighlightShape()
    
public  voidtestGetLogicalHighlightShape1()
    
public  voidtestGetLogicalRangesForVisualSelection()
    
public  voidtestGetNextLeftHit()
    
public  voidtestGetNextLeftHit1()
    
public  voidtestGetNextLeftHit2()
    
public  voidtestGetNextRightHit()
    
public  voidtestGetNextRightHit1()
    
public  voidtestGetNextRightHit2()
    
public  voidtestGetOutline()
    
public  voidtestGetStrongCaret()
    
public  voidtestGetVisibleAdvance()
    
public  voidtestGetVisualHighlightShape()
    
public  voidtestGetVisualHighlightShape1()
    
public  voidtestGetVisualOtherHit()
    
public  voidtestHandleJustify()
    
public  voidtestHashCode()
    
public  voidtestHitTestChar()
    
public  voidtestHitTestChar1()
    
public  voidtestIsLeftToRight()
    
public  voidtestIsVertical()
    
public  voidtestTextLayoutConstructorConstraints()
    
public  voidtestToString()
    

Field Detail
equals
TextLayout equals(Code)



f
Font f(Code)



f1
Font f1(Code)



frc
FontRenderContext frc(Code)



s
String s(Code)



strings
String strings(Code)



tl
TextLayout tl(Code)




Constructor Detail
TextLayoutTest
public TextLayoutTest(String name)(Code)




Method Detail
main
public static void main(String[] args)(Code)



setUp
public void setUp() throws Exception(Code)



suite
public static Test suite()(Code)



tearDown
public void tearDown() throws Exception(Code)



testClone
public void testClone() throws Exception(Code)



testDraw
public void testDraw() throws Exception(Code)



testEquals
public void testEquals() throws Exception(Code)



testGetAdvance
public void testGetAdvance() throws Exception(Code)



testGetAscent
public void testGetAscent() throws Exception(Code)



testGetBaseline
public void testGetBaseline() throws Exception(Code)



testGetBaselineOffsets
public void testGetBaselineOffsets() throws Exception(Code)



testGetBlackBoxBounds
public void testGetBlackBoxBounds() throws Exception(Code)



testGetBounds
public void testGetBounds() throws Exception(Code)



testGetCaretInfo
public void testGetCaretInfo() throws Exception(Code)



testGetCaretInfo1
public void testGetCaretInfo1() throws Exception(Code)



testGetCaretShape
public void testGetCaretShape() throws Exception(Code)



testGetCaretShape1
public void testGetCaretShape1() throws Exception(Code)



testGetCaretShapes
public void testGetCaretShapes() throws Exception(Code)



testGetCaretShapes1
public void testGetCaretShapes1() throws Exception(Code)



testGetCaretShapes2
public void testGetCaretShapes2() throws Exception(Code)



testGetCharacterCount
public void testGetCharacterCount() throws Exception(Code)



testGetCharacterLevel
public void testGetCharacterLevel() throws Exception(Code)



testGetDescent
public void testGetDescent() throws Exception(Code)



testGetJustifiedLayout
public void testGetJustifiedLayout() throws Exception(Code)



testGetLeading
public void testGetLeading() throws Exception(Code)



testGetLogicalHighlightShape
public void testGetLogicalHighlightShape() throws Exception(Code)



testGetLogicalHighlightShape1
public void testGetLogicalHighlightShape1() throws Exception(Code)



testGetLogicalRangesForVisualSelection
public void testGetLogicalRangesForVisualSelection() throws Exception(Code)



testGetNextLeftHit
public void testGetNextLeftHit() throws Exception(Code)



testGetNextLeftHit1
public void testGetNextLeftHit1() throws Exception(Code)



testGetNextLeftHit2
public void testGetNextLeftHit2() throws Exception(Code)



testGetNextRightHit
public void testGetNextRightHit() throws Exception(Code)



testGetNextRightHit1
public void testGetNextRightHit1() throws Exception(Code)



testGetNextRightHit2
public void testGetNextRightHit2() throws Exception(Code)



testGetOutline
public void testGetOutline() throws Exception(Code)



testGetStrongCaret
public void testGetStrongCaret() throws Exception(Code)



testGetVisibleAdvance
public void testGetVisibleAdvance() throws Exception(Code)



testGetVisualHighlightShape
public void testGetVisualHighlightShape() throws Exception(Code)



testGetVisualHighlightShape1
public void testGetVisualHighlightShape1() throws Exception(Code)



testGetVisualOtherHit
public void testGetVisualOtherHit() throws Exception(Code)



testHandleJustify
public void testHandleJustify() throws Exception(Code)



testHashCode
public void testHashCode() throws Exception(Code)



testHitTestChar
public void testHitTestChar() throws Exception(Code)



testHitTestChar1
public void testHitTestChar1() throws Exception(Code)



testIsLeftToRight
public void testIsLeftToRight() throws Exception(Code)



testIsVertical
public void testIsVertical() throws Exception(Code)



testTextLayoutConstructorConstraints
public void testTextLayoutConstructorConstraints() throws Exception(Code)



testToString
public void testToString() throws Exception(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.