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


java.lang.Object
   net.sf.jasperreports.engine.util.JRStyleResolver

JRStyleResolver
public class JRStyleResolver (Code)

author:
   Teodor Danciu (teodord@users.sourceforge.net)
version:
   $Id: JRStyleResolver.java 1577 2007-02-09 11:25:48Z teodord $




Method Summary
public static  voidappendStyle(JRStyle destStyle, JRStyle srcStyle)
     Merges two styles, by appending the properties of the source style to the ones of the destination style.
public static  ColorgetBackcolor(JRElement element)
    
public static  ColorgetBackcolor(JRChartPlot plot)
    
public static  ColorgetBackcolor(JRPrintElement element)
    
public static  ColorgetBackcolor(JRTemplateElement element)
    
public static  ColorgetBackcolor(JRStyle style)
    
public static  bytegetBorder(JRBox box)
    
public static  BytegetBorder(JRStyle style)
    
public static  ColorgetBorderColor(JRBox box, Color defaultColor)
    
public static  ColorgetBorderColor(JRStyle style)
    
public static  bytegetBottomBorder(JRBox box)
    
public static  BytegetBottomBorder(JRStyle style)
    
public static  ColorgetBottomBorderColor(JRBox box, Color defaultColor)
    
public static  ColorgetBottomBorderColor(JRStyle style)
    
public static  intgetBottomPadding(JRBox box)
    
public static  IntegergetBottomPadding(JRStyle style)
    
public static  ColorgetCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)
    
public static  bytegetFill(JRGraphicElement element, byte defaultFill)
    
public static  bytegetFill(JRPrintGraphicElement element, byte defaultFill)
    
public static  bytegetFill(JRTemplateGraphicElement element, byte defaultFill)
    
public static  BytegetFill(JRStyle style)
    
public static  StringgetFontName(JRFont font)
    
public static  StringgetFontName(JRStyle style)
    
public static  intgetFontSize(JRFont font)
    
public static  IntegergetFontSize(JRStyle style)
    
public static  ColorgetForecolor(JRElement element)
    
public static  ColorgetForecolor(JRChartPlot plot)
    
public static  ColorgetForecolor(JRPrintElement element)
    
public static  ColorgetForecolor(JRTemplateElement element)
    
public static  ColorgetForecolor(JRStyle style)
    
public static  bytegetHorizontalAlignment(JRAlignment alignment)
    
public static  BytegetHorizontalAlignment(JRStyle style)
    
public static  bytegetLeftBorder(JRBox box)
    
public static  BytegetLeftBorder(JRStyle style)
    
public static  ColorgetLeftBorderColor(JRBox box, Color defaultColor)
    
public static  ColorgetLeftBorderColor(JRStyle style)
    
public static  intgetLeftPadding(JRBox box)
    
public static  IntegergetLeftPadding(JRStyle style)
    
public static  ColorgetLegendBackgroundColor(JRChart chart)
    
public static  ColorgetLegendColor(JRChart chart)
    
public static  bytegetLineSpacing(JRTextElement element)
    
public static  bytegetLineSpacing(JRPrintText element)
    
public static  bytegetLineSpacing(JRTemplateText element)
    
public static  BytegetLineSpacing(JRStyle style)
    
public static  bytegetMode(JRElement element, byte defaultMode)
    
public static  bytegetMode(JRPrintElement element, byte defaultMode)
    
public static  bytegetMode(JRTemplateElement element, byte defaultMode)
    
public static  BytegetMode(JRStyle style)
    
public static  intgetPadding(JRBox box)
    
public static  IntegergetPadding(JRStyle style)
    
public static  StringgetPattern(JRTextField element)
    
public static  StringgetPattern(JRStyle style)
    
public static  StringgetPdfEncoding(JRFont font)
    
public static  StringgetPdfEncoding(JRStyle style)
    
public static  StringgetPdfFontName(JRFont font)
    
public static  StringgetPdfFontName(JRStyle style)
    
public static  bytegetPen(JRGraphicElement element, byte defaultPen)
    
public static  bytegetPen(JRPrintGraphicElement element, byte defaultPen)
    
public static  bytegetPen(JRTemplateGraphicElement element, byte defaultPen)
    
public static  BytegetPen(JRStyle style)
    
public static  intgetRadius(JRRectangle rectangle)
    
public static  intgetRadius(JRPrintRectangle rectangle)
    
public static  intgetRadius(JRTemplateRectangle rectangle)
    
public static  IntegergetRadius(JRStyle style)
    
public static  bytegetRightBorder(JRBox box)
    
public static  BytegetRightBorder(JRStyle style)
    
public static  ColorgetRightBorderColor(JRBox box, Color defaultColor)
    
public static  ColorgetRightBorderColor(JRStyle style)
    
public static  intgetRightPadding(JRBox box)
    
public static  IntegergetRightPadding(JRStyle style)
    
public static  bytegetRotation(JRTextElement element)
    
public static  bytegetRotation(JRPrintText element)
    
public static  bytegetRotation(JRTemplateText element)
    
public static  BytegetRotation(JRStyle style)
    
public static  bytegetScaleImage(JRImage image)
    
public static  bytegetScaleImage(JRPrintImage image)
    
public static  bytegetScaleImage(JRTemplateImage image)
    
public static  BytegetScaleImage(JRStyle style)
    
public static  ColorgetSubtitleColor(JRChart chart)
    
public static  ColorgetTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetTitleColor(JRChart chart)
    
public static  bytegetTopBorder(JRBox box)
    
public static  BytegetTopBorder(JRStyle style)
    
public static  ColorgetTopBorderColor(JRBox box, Color defaultColor)
    
public static  ColorgetTopBorderColor(JRStyle style)
    
public static  intgetTopPadding(JRBox box)
    
public static  IntegergetTopPadding(JRStyle style)
    
public static  ColorgetValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)
    
public static  bytegetVerticalAlignment(JRAlignment alignment)
    
public static  BytegetVerticalAlignment(JRStyle style)
    
public static  ColorgetXAxisLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetXAxisLineColor(JRXAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetXAxisTickLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)
    
public static  ColorgetYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)
    
public static  booleanisBlankWhenNull(JRTextField element)
    
public static  BooleanisBlankWhenNull(JRStyle style)
    
public static  booleanisBold(JRFont font)
    
public static  BooleanisBold(JRStyle style)
    
public static  booleanisItalic(JRFont font)
    
public static  BooleanisItalic(JRStyle style)
    
public static  booleanisPdfEmbedded(JRFont font)
    
public static  BooleanisPdfEmbedded(JRStyle style)
    
public static  booleanisStrikeThrough(JRFont font)
    
public static  BooleanisStrikeThrough(JRStyle style)
    
public static  booleanisStyledText(JRTextElement element)
    
public static  booleanisStyledText(JRPrintText element)
    
public static  booleanisStyledText(JRTemplateText element)
    
public static  BooleanisStyledText(JRStyle style)
    
public static  booleanisUnderline(JRFont font)
    
public static  BooleanisUnderline(JRStyle style)
    



Method Detail
appendStyle
public static void appendStyle(JRStyle destStyle, JRStyle srcStyle)(Code)
Merges two styles, by appending the properties of the source style to the ones of the destination style.



getBackcolor
public static Color getBackcolor(JRElement element)(Code)



getBackcolor
public static Color getBackcolor(JRChartPlot plot)(Code)



getBackcolor
public static Color getBackcolor(JRPrintElement element)(Code)



getBackcolor
public static Color getBackcolor(JRTemplateElement element)(Code)



getBackcolor
public static Color getBackcolor(JRStyle style)(Code)



getBorder
public static byte getBorder(JRBox box)(Code)



getBorder
public static Byte getBorder(JRStyle style)(Code)



getBorderColor
public static Color getBorderColor(JRBox box, Color defaultColor)(Code)



getBorderColor
public static Color getBorderColor(JRStyle style)(Code)



getBottomBorder
public static byte getBottomBorder(JRBox box)(Code)



getBottomBorder
public static Byte getBottomBorder(JRStyle style)(Code)



getBottomBorderColor
public static Color getBottomBorderColor(JRBox box, Color defaultColor)(Code)



getBottomBorderColor
public static Color getBottomBorderColor(JRStyle style)(Code)



getBottomPadding
public static int getBottomPadding(JRBox box)(Code)



getBottomPadding
public static Integer getBottomPadding(JRStyle style)(Code)



getCategoryAxisLabelColor
public static Color getCategoryAxisLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)(Code)



getCategoryAxisLineColor
public static Color getCategoryAxisLineColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)(Code)



getCategoryAxisTickLabelColor
public static Color getCategoryAxisTickLabelColor(JRCategoryAxisFormat axisFormat, JRChartPlot plot)(Code)



getFill
public static byte getFill(JRGraphicElement element, byte defaultFill)(Code)



getFill
public static byte getFill(JRPrintGraphicElement element, byte defaultFill)(Code)



getFill
public static byte getFill(JRTemplateGraphicElement element, byte defaultFill)(Code)



getFill
public static Byte getFill(JRStyle style)(Code)



getFontName
public static String getFontName(JRFont font)(Code)



getFontName
public static String getFontName(JRStyle style)(Code)



getFontSize
public static int getFontSize(JRFont font)(Code)



getFontSize
public static Integer getFontSize(JRStyle style)(Code)



getForecolor
public static Color getForecolor(JRElement element)(Code)



getForecolor
public static Color getForecolor(JRChartPlot plot)(Code)



getForecolor
public static Color getForecolor(JRPrintElement element)(Code)



getForecolor
public static Color getForecolor(JRTemplateElement element)(Code)



getForecolor
public static Color getForecolor(JRStyle style)(Code)



getHorizontalAlignment
public static byte getHorizontalAlignment(JRAlignment alignment)(Code)



getHorizontalAlignment
public static Byte getHorizontalAlignment(JRStyle style)(Code)



getLeftBorder
public static byte getLeftBorder(JRBox box)(Code)



getLeftBorder
public static Byte getLeftBorder(JRStyle style)(Code)



getLeftBorderColor
public static Color getLeftBorderColor(JRBox box, Color defaultColor)(Code)



getLeftBorderColor
public static Color getLeftBorderColor(JRStyle style)(Code)



getLeftPadding
public static int getLeftPadding(JRBox box)(Code)



getLeftPadding
public static Integer getLeftPadding(JRStyle style)(Code)



getLegendBackgroundColor
public static Color getLegendBackgroundColor(JRChart chart)(Code)



getLegendColor
public static Color getLegendColor(JRChart chart)(Code)



getLineSpacing
public static byte getLineSpacing(JRTextElement element)(Code)



getLineSpacing
public static byte getLineSpacing(JRPrintText element)(Code)



getLineSpacing
public static byte getLineSpacing(JRTemplateText element)(Code)



getLineSpacing
public static Byte getLineSpacing(JRStyle style)(Code)



getMode
public static byte getMode(JRElement element, byte defaultMode)(Code)



getMode
public static byte getMode(JRPrintElement element, byte defaultMode)(Code)



getMode
public static byte getMode(JRTemplateElement element, byte defaultMode)(Code)



getMode
public static Byte getMode(JRStyle style)(Code)



getPadding
public static int getPadding(JRBox box)(Code)



getPadding
public static Integer getPadding(JRStyle style)(Code)



getPattern
public static String getPattern(JRTextField element)(Code)



getPattern
public static String getPattern(JRStyle style)(Code)



getPdfEncoding
public static String getPdfEncoding(JRFont font)(Code)



getPdfEncoding
public static String getPdfEncoding(JRStyle style)(Code)



getPdfFontName
public static String getPdfFontName(JRFont font)(Code)



getPdfFontName
public static String getPdfFontName(JRStyle style)(Code)



getPen
public static byte getPen(JRGraphicElement element, byte defaultPen)(Code)



getPen
public static byte getPen(JRPrintGraphicElement element, byte defaultPen)(Code)



getPen
public static byte getPen(JRTemplateGraphicElement element, byte defaultPen)(Code)



getPen
public static Byte getPen(JRStyle style)(Code)



getRadius
public static int getRadius(JRRectangle rectangle)(Code)



getRadius
public static int getRadius(JRPrintRectangle rectangle)(Code)



getRadius
public static int getRadius(JRTemplateRectangle rectangle)(Code)



getRadius
public static Integer getRadius(JRStyle style)(Code)



getRightBorder
public static byte getRightBorder(JRBox box)(Code)



getRightBorder
public static Byte getRightBorder(JRStyle style)(Code)



getRightBorderColor
public static Color getRightBorderColor(JRBox box, Color defaultColor)(Code)



getRightBorderColor
public static Color getRightBorderColor(JRStyle style)(Code)



getRightPadding
public static int getRightPadding(JRBox box)(Code)



getRightPadding
public static Integer getRightPadding(JRStyle style)(Code)



getRotation
public static byte getRotation(JRTextElement element)(Code)



getRotation
public static byte getRotation(JRPrintText element)(Code)



getRotation
public static byte getRotation(JRTemplateText element)(Code)



getRotation
public static Byte getRotation(JRStyle style)(Code)



getScaleImage
public static byte getScaleImage(JRImage image)(Code)



getScaleImage
public static byte getScaleImage(JRPrintImage image)(Code)



getScaleImage
public static byte getScaleImage(JRTemplateImage image)(Code)



getScaleImage
public static Byte getScaleImage(JRStyle style)(Code)



getSubtitleColor
public static Color getSubtitleColor(JRChart chart)(Code)



getTimeAxisLabelColor
public static Color getTimeAxisLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)(Code)



getTimeAxisLineColor
public static Color getTimeAxisLineColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)(Code)



getTimeAxisTickLabelColor
public static Color getTimeAxisTickLabelColor(JRTimeAxisFormat axisFormat, JRChartPlot plot)(Code)



getTitleColor
public static Color getTitleColor(JRChart chart)(Code)



getTopBorder
public static byte getTopBorder(JRBox box)(Code)



getTopBorder
public static Byte getTopBorder(JRStyle style)(Code)



getTopBorderColor
public static Color getTopBorderColor(JRBox box, Color defaultColor)(Code)



getTopBorderColor
public static Color getTopBorderColor(JRStyle style)(Code)



getTopPadding
public static int getTopPadding(JRBox box)(Code)



getTopPadding
public static Integer getTopPadding(JRStyle style)(Code)



getValueAxisLabelColor
public static Color getValueAxisLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)(Code)



getValueAxisLineColor
public static Color getValueAxisLineColor(JRValueAxisFormat axisFormat, JRChartPlot plot)(Code)



getValueAxisTickLabelColor
public static Color getValueAxisTickLabelColor(JRValueAxisFormat axisFormat, JRChartPlot plot)(Code)



getVerticalAlignment
public static byte getVerticalAlignment(JRAlignment alignment)(Code)



getVerticalAlignment
public static Byte getVerticalAlignment(JRStyle style)(Code)



getXAxisLabelColor
public static Color getXAxisLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)(Code)



getXAxisLineColor
public static Color getXAxisLineColor(JRXAxisFormat axisFormat, JRChartPlot plot)(Code)



getXAxisTickLabelColor
public static Color getXAxisTickLabelColor(JRXAxisFormat axisFormat, JRChartPlot plot)(Code)



getYAxisLabelColor
public static Color getYAxisLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)(Code)



getYAxisLineColor
public static Color getYAxisLineColor(JRYAxisFormat axisFormat, JRChartPlot plot)(Code)



getYAxisTickLabelColor
public static Color getYAxisTickLabelColor(JRYAxisFormat axisFormat, JRChartPlot plot)(Code)



isBlankWhenNull
public static boolean isBlankWhenNull(JRTextField element)(Code)



isBlankWhenNull
public static Boolean isBlankWhenNull(JRStyle style)(Code)



isBold
public static boolean isBold(JRFont font)(Code)



isBold
public static Boolean isBold(JRStyle style)(Code)



isItalic
public static boolean isItalic(JRFont font)(Code)



isItalic
public static Boolean isItalic(JRStyle style)(Code)



isPdfEmbedded
public static boolean isPdfEmbedded(JRFont font)(Code)



isPdfEmbedded
public static Boolean isPdfEmbedded(JRStyle style)(Code)



isStrikeThrough
public static boolean isStrikeThrough(JRFont font)(Code)



isStrikeThrough
public static Boolean isStrikeThrough(JRStyle style)(Code)



isStyledText
public static boolean isStyledText(JRTextElement element)(Code)



isStyledText
public static boolean isStyledText(JRPrintText element)(Code)



isStyledText
public static boolean isStyledText(JRTemplateText element)(Code)



isStyledText
public static Boolean isStyledText(JRStyle style)(Code)



isUnderline
public static boolean isUnderline(JRFont font)(Code)



isUnderline
public static Boolean isUnderline(JRStyle style)(Code)



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.