Java Doc for JRPrintText.java in  » Report » jasperreports-2.0.1 » net » sf » jasperreports » engine » 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 » Report » jasperreports 2.0.1 » net.sf.jasperreports.engine 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sf.jasperreports.engine.JRPrintText

All known Subclasses:   net.sf.jasperreports.engine.base.JRBasePrintText,  net.sf.jasperreports.engine.fill.JRTemplatePrintText,
JRPrintText
public interface JRPrintText extends JRPrintElement,JRAlignment,JRPrintAnchor,JRPrintHyperlink,JRBox,JRFont(Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRPrintText.java 1485 2006-11-14 18:23:17Z teodord $


Field Summary
final public static  byteRUN_DIRECTION_LTR
    
final public static  byteRUN_DIRECTION_RTL
    


Method Summary
public  JRBoxgetBox()
    
public  JRFontgetFont()
    
public  StringgetFormatFactoryClass()
     Returns the name of the class implementing the net.sf.jasperreports.engine.util.FormatFactory FormatFactory interface to use with this text element, in case it is not the same as the one for the overall document.
public  floatgetLeadingOffset()
    
public  bytegetLineSpacing()
    
public  floatgetLineSpacingFactor()
    
public  StringgetLocaleCode()
     Returns the code of the java.util.Locale which was used while formatting the source value of the text.
public  BytegetOwnLineSpacing()
    
public  BytegetOwnRotation()
    
public  StringgetPattern()
     Returns the pattern used to format a value that was the source of this text.
public  bytegetRotation()
    
public  bytegetRunDirection()
    
public  StringgetText()
    
public  bytegetTextAlignment()
    
public  floatgetTextHeight()
    
public  StringgetTimeZoneId()
     Returns the java.util.TimeZone.getID ID of the java.util.TimeZone used to format this text's date source value.
public  StringgetValueClassName()
     Returns the type of the value which was used to generate this text.

JRTextField Text fields that have a non-String expression save the value type using this attribute.

public  BooleanisOwnStyledText()
    
public  booleanisStyledText()
    
public  voidsetBox(JRBox box)
    
public  voidsetFont(JRFont font)
    
public  voidsetLeadingOffset(float leadingOffset)
    
public  voidsetLineSpacing(byte lineSpacing)
    
public  voidsetLineSpacing(Byte lineSpacing)
    
public  voidsetLineSpacingFactor(float lineSpacingFactor)
    
public  voidsetRotation(byte rotation)
    
public  voidsetRotation(Byte rotation)
    
public  voidsetRunDirection(byte rotation)
    
public  voidsetStyledText(boolean isStyledText)
    
public  voidsetStyledText(Boolean isStyledText)
    
public  voidsetText(String text)
    
public  voidsetTextAlignment(byte horizontalAlignment)
    
public  voidsetTextHeight(float textHeight)
    

Field Detail
RUN_DIRECTION_LTR
final public static byte RUN_DIRECTION_LTR(Code)



RUN_DIRECTION_RTL
final public static byte RUN_DIRECTION_RTL(Code)





Method Detail
getBox
public JRBox getBox()(Code)



getFont
public JRFont getFont()(Code)



getFormatFactoryClass
public String getFormatFactoryClass()(Code)
Returns the name of the class implementing the net.sf.jasperreports.engine.util.FormatFactory FormatFactory interface to use with this text element, in case it is not the same as the one for the overall document.



getLeadingOffset
public float getLeadingOffset()(Code)



getLineSpacing
public byte getLineSpacing()(Code)



getLineSpacingFactor
public float getLineSpacingFactor()(Code)



getLocaleCode
public String getLocaleCode()(Code)
Returns the code of the java.util.Locale which was used while formatting the source value of the text.

The code is created using the java.util.Locale.toString java.util.Locale.toString() convention.

When this attribute is null, the locale returned by JasperPrint.getLocaleCode JasperPrint.getLocaleCode() is used. This way, the locale is specified in a single place when all the (or many ) texts from a print object were formatted using the same locale.

the code of the java.util.Locale used when formatting this text's source value



getOwnLineSpacing
public Byte getOwnLineSpacing()(Code)



getOwnRotation
public Byte getOwnRotation()(Code)



getPattern
public String getPattern()(Code)
Returns the pattern used to format a value that was the source of this text.

The pattern can be used to parse the text back to its source value.

the pattern used to format this text's source value
See Also:   JRPrintText.getValueClassName()



getRotation
public byte getRotation()(Code)



getRunDirection
public byte getRunDirection()(Code)



getText
public String getText()(Code)



getTextAlignment
public byte getTextAlignment()(Code)
JRPrintText.getHorizontalAlignment()



getTextHeight
public float getTextHeight()(Code)



getTimeZoneId
public String getTimeZoneId()(Code)
Returns the java.util.TimeZone.getID ID of the java.util.TimeZone used to format this text's date source value.

When this attribute is null, the time zone returned by JasperPrint.getTimeZoneId JasperPrint.getTimeZoneId() is used.

the java.util.TimeZone.getID ID of the java.util.TimeZoneused to format this text's date source value



getValueClassName
public String getValueClassName()(Code)
Returns the type of the value which was used to generate this text.

JRTextField Text fields that have a non-String expression save the value type using this attribute. This information can be used by exporters to treat numerical or date texts (for instance) in a special manner.

the type of the original value used to generate the text



isOwnStyledText
public Boolean isOwnStyledText()(Code)



isStyledText
public boolean isStyledText()(Code)



setBox
public void setBox(JRBox box)(Code)



setFont
public void setFont(JRFont font)(Code)



setLeadingOffset
public void setLeadingOffset(float leadingOffset)(Code)



setLineSpacing
public void setLineSpacing(byte lineSpacing)(Code)



setLineSpacing
public void setLineSpacing(Byte lineSpacing)(Code)



setLineSpacingFactor
public void setLineSpacingFactor(float lineSpacingFactor)(Code)



setRotation
public void setRotation(byte rotation)(Code)



setRotation
public void setRotation(Byte rotation)(Code)



setRunDirection
public void setRunDirection(byte rotation)(Code)



setStyledText
public void setStyledText(boolean isStyledText)(Code)



setStyledText
public void setStyledText(Boolean isStyledText)(Code)



setText
public void setText(String text)(Code)



setTextAlignment
public void setTextAlignment(byte horizontalAlignment)(Code)
JRPrintText.setHorizontalAlignment(byte)



setTextHeight
public void setTextHeight(float textHeight)(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.