Java Doc for RW.java in  » Report » jmagallanes-1.0 » com » calipso » xmleditor » 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 » jmagallanes 1.0 » com.calipso.xmleditor 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.calipso.xmleditor.RW

RW
abstract public class RW (Code)


Field Summary
final public static  StringALIGNMENTS
    
final public static  StringCALC_TYPES
    
final public static  StringEVAL_TIMES
    
final public static  StringHORIZONTAL_ALIGNMENTS
    
final public static  StringHYPERLINK_TYPES
    
final public static  StringIMAGE_EXPRESSION_TYPES
    
final public static  StringLINE_SPACINGS
    
final public static  StringPEN_TYPES
    
final public static  StringRESET_TYPES
    
final public static  StringSCALE_TYPES
    
final public static  StringSTRETCH_TYPES
    
final public static  StringVALUE_TYPES
    
final public static  StringVERTICAL_ALIGNMENTS
    
final public static  StringWHEN_NO_DATA
    


Method Summary
public static  bytegetAlignment(String s)
    
public static  StringgetAlignmentName(int i)
    
public static  StringgetCalculationName(JRVariable var)
    
public static  StringgetCalculationName(int i)
    
public static  bytegetCalculationType(String str)
    
public static  bytegetEvaluationTime(String s)
    
public static  StringgetEvaluationTimeName(int i)
    
public static  StringgetExpressionText(JRExpression exp)
    
public static  VectorgetGroupNames(JRBaseReport report)
    
public static  bytegetHorizontalAlignment(String s)
    
public static  StringgetHorizontalAlignmentName(byte b)
    
public static  bytegetHyperlinkType(String str)
    
public static  StringgetHyperlinkTypeName(int aType)
    
public static  StringgetJdbcTypeClass(int t)
    
public static  bytegetLineSpacing(String s)
    
public static  StringgetLineSpacingName(int i)
    
public static  bytegetPenType(String s)
    
public static  StringgetPenTypeName(int i)
    
public static  bytegetResetType(String str)
    
public static  StringgetResetTypeName(JRVariable var)
    
public static  StringgetResetTypeName(int i)
    
public static  bytegetScaleType(String s)
    
public static  StringgetScaleTypeName(int i)
    
public static  bytegetStretchType(String s)
    
public static  StringgetStretchTypeName(int i)
    
public static  StringgetTypeName(Class cls)
    
public static  ClassgetValueClass(String typeName)
    
public static  bytegetVerticalAlignment(String s)
    
public static  StringgetVerticalAlignmentName(byte b)
    
public static  bytegetWhenNoData(String s)
    
public static  StringgetWhenNoDataName(int i)
    
public static  JRReportFontsearchReportFont(String name, JasperDesign design)
    

Field Detail
ALIGNMENTS
final public static String ALIGNMENTS(Code)
Description of the Field



CALC_TYPES
final public static String CALC_TYPES(Code)
Calculation types



EVAL_TIMES
final public static String EVAL_TIMES(Code)
Description of the Field



HORIZONTAL_ALIGNMENTS
final public static String HORIZONTAL_ALIGNMENTS(Code)
Description of the Field



HYPERLINK_TYPES
final public static String HYPERLINK_TYPES(Code)
Hyperlink types



IMAGE_EXPRESSION_TYPES
final public static String IMAGE_EXPRESSION_TYPES(Code)
Description of the Field



LINE_SPACINGS
final public static String LINE_SPACINGS(Code)
Description of the Field



PEN_TYPES
final public static String PEN_TYPES(Code)
Description of the Field



RESET_TYPES
final public static String RESET_TYPES(Code)
Reset types



SCALE_TYPES
final public static String SCALE_TYPES(Code)
Description of the Field



STRETCH_TYPES
final public static String STRETCH_TYPES(Code)
Description of the Field



VALUE_TYPES
final public static String VALUE_TYPES(Code)
Description of the Field



VERTICAL_ALIGNMENTS
final public static String VERTICAL_ALIGNMENTS(Code)
Description of the Field



WHEN_NO_DATA
final public static String WHEN_NO_DATA(Code)
Description of the Field





Method Detail
getAlignment
public static byte getAlignment(String s)(Code)
Gets the alignment attribute of the RW class
Parameters:
  s - Description of the Parameter The alignment value



getAlignmentName
public static String getAlignmentName(int i)(Code)
Gets the alignmentName attribute of the RW class
Parameters:
  i - Description of the Parameter The alignmentName value



getCalculationName
public static String getCalculationName(JRVariable var)(Code)
Gets the calculationName attribute of the RW class
Parameters:
  var - Description of the Parameter The calculationName value



getCalculationName
public static String getCalculationName(int i)(Code)
Gets the calculationName attribute of the RW class
Parameters:
  i - Description of the Parameter The calculationName value



getCalculationType
public static byte getCalculationType(String str)(Code)
Gets the calculationType attribute of the RW class
Parameters:
  str - Description of the Parameter The calculationType value



getEvaluationTime
public static byte getEvaluationTime(String s)(Code)
Gets the evaluationTime attribute of the RW class
Parameters:
  s - Description of the Parameter The evaluationTime value



getEvaluationTimeName
public static String getEvaluationTimeName(int i)(Code)
Gets the evaluationTimeName attribute of the RW class
Parameters:
  i - Description of the Parameter The evaluationTimeName value



getExpressionText
public static String getExpressionText(JRExpression exp)(Code)
Gets the expressionText attribute of the RW class
Parameters:
  exp - Description of the Parameter The expressionText value



getGroupNames
public static Vector getGroupNames(JRBaseReport report)(Code)
Gets the groupNames attribute of the RW class
Parameters:
  report - Description of the Parameter The groupNames value



getHorizontalAlignment
public static byte getHorizontalAlignment(String s)(Code)



getHorizontalAlignmentName
public static String getHorizontalAlignmentName(byte b)(Code)



getHyperlinkType
public static byte getHyperlinkType(String str)(Code)



getHyperlinkTypeName
public static String getHyperlinkTypeName(int aType)(Code)



getJdbcTypeClass
public static String getJdbcTypeClass(int t)(Code)
Gets the jdbcTypeClass attribute of the RW class
Parameters:
  t - jdbc Type code value The jdbcTypeClass value



getLineSpacing
public static byte getLineSpacing(String s)(Code)
Gets the lineSpacing attribute of the RW class
Parameters:
  s - Description of the Parameter The lineSpacing value



getLineSpacingName
public static String getLineSpacingName(int i)(Code)
Gets the lineSpacingName attribute of the RW class
Parameters:
  i - Description of the Parameter The lineSpacingName value



getPenType
public static byte getPenType(String s)(Code)
Gets the penType attribute of the RW class
Parameters:
  s - Description of the Parameter The penType value



getPenTypeName
public static String getPenTypeName(int i)(Code)
Gets the penTypeName attribute of the RW class
Parameters:
  i - Description of the Parameter The penTypeName value



getResetType
public static byte getResetType(String str)(Code)
Gets the resetType attribute of the RW class
Parameters:
  str - Description of the Parameter The resetType value



getResetTypeName
public static String getResetTypeName(JRVariable var)(Code)
Gets the resetTypeName attribute of the RW class
Parameters:
  var - Description of the Parameter The resetTypeName value



getResetTypeName
public static String getResetTypeName(int i)(Code)
Gets the resetTypeName attribute of the RW class
Parameters:
  i - Description of the Parameter The resetTypeName value



getScaleType
public static byte getScaleType(String s)(Code)
Gets the scaleType attribute of the RW class
Parameters:
  s - Description of the Parameter The scaleType value



getScaleTypeName
public static String getScaleTypeName(int i)(Code)
Gets the scaleTypeName attribute of the RW class
Parameters:
  i - Description of the Parameter The scaleTypeName value



getStretchType
public static byte getStretchType(String s)(Code)
Gets the stretchType attribute of the RW class
Parameters:
  s - Description of the Parameter The stretchType value



getStretchTypeName
public static String getStretchTypeName(int i)(Code)
Gets the stretchTypeName attribute of the RW class
Parameters:
  i - Description of the Parameter The stretchTypeName value



getTypeName
public static String getTypeName(Class cls)(Code)



getValueClass
public static Class getValueClass(String typeName)(Code)



getVerticalAlignment
public static byte getVerticalAlignment(String s)(Code)



getVerticalAlignmentName
public static String getVerticalAlignmentName(byte b)(Code)



getWhenNoData
public static byte getWhenNoData(String s)(Code)



getWhenNoDataName
public static String getWhenNoDataName(int i)(Code)



searchReportFont
public static JRReportFont searchReportFont(String name, JasperDesign design)(Code)
Gets the JRReportFont to an specific name
Parameters:
  name - The reportFont-Name to search for
Parameters:
  design - The JasperDesign which holds the reportFont-Definitions The JRReportFont to the name or null if not found



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(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.