Java Doc for TextFieldReportElement.java in  » Report » iReport-2.0.5 » it » businesslogic » ireport » 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 » iReport 2.0.5 » it.businesslogic.ireport 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   it.businesslogic.ireport.IReportHashMapBean
      it.businesslogic.ireport.ReportElement
         it.businesslogic.ireport.TextReportElement
            it.businesslogic.ireport.TextFieldReportElement

TextFieldReportElement
public class TextFieldReportElement extends it.businesslogic.ireport.TextReportElement implements HyperLinkableReportElement(Code)

author:
   Administrator


Field Summary
final public static  StringDEFAULT_PATTERN
    
final public static  StringPATTERN
    
protected  StringhyperlinkTarget
    

Constructor Summary
public  TextFieldReportElement(int x, int y, int width, int height)
    

Method Summary
public  ReportElementcloneMe()
    
public  voidcopyBaseReportElement(ReportElement destination, ReportElement source)
    
public  java.lang.StringgetAnchorNameExpression()
     Getter for property anchorNameExpression.
public  intgetBookmarkLevel()
    
public  java.lang.StringgetClassExpression()
     Getter for property classExpression.
public  java.lang.StringgetEvaluationTime()
     Getter for property evaluationTime.
public  java.lang.StringgetGroup()
     Getter for property group.
public  java.lang.StringgetHyperlinkAnchorExpression()
     Getter for property hyperlinkAnchorExpression.
public  java.lang.StringgetHyperlinkPageExpression()
     Getter for property hyperlinkPageExpression.
public  java.lang.StringgetHyperlinkReferenceExpression()
     Getter for property hyperlinkReferenceExpression.
public  java.lang.StringgetHyperlinkTarget()
     Getter for property hyperlinkTarget.
public  java.lang.StringgetHyperlinkType()
     Getter for property hyperlinkType.
public  java.util.ListgetLinkParameters()
    
public  java.lang.StringgetPattern()
     Getter for property pattern.
public  StringgetTooltipExpression()
    
public  booleanisBlankWhenNull()
     Getter for property blankWhenNull.
public  booleanisStretchWithOverflow()
     Getter for property stretchWithOverflow.
public  voidsetAnchorNameExpression(java.lang.String anchorNameExpression)
     Setter for property anchorNameExpression.
public  voidsetBlankWhenNull(boolean blankWhenNull)
     Setter for property blankWhenNull.
public  voidsetBookmarkLevel(int bookmarkLevel)
    
public  voidsetClassExpression(java.lang.String classExpression)
     Setter for property classExpression.
public  voidsetEvaluationTime(java.lang.String evaluationTime)
     Setter for property evaluationTime.
public  voidsetGroup(java.lang.String group)
     Setter for property group.
public  voidsetHyperlinkAnchorExpression(java.lang.String hyperlinkAnchorExpression)
     Setter for property hyperlinkAnchorExpression.
public  voidsetHyperlinkPageExpression(java.lang.String hyperlinkPageExpression)
     Setter for property hyperlinkPageExpression.
public  voidsetHyperlinkReferenceExpression(java.lang.String hyperlinkReferenceExpression)
     Setter for property hyperlinkReferenceExpression.
public  voidsetHyperlinkTarget(java.lang.String hyperlinkTarget)
     Setter for property hyperlinkTarget.
public  voidsetHyperlinkType(java.lang.String hyperlinkType)
     Setter for property hyperlinkType.
public  voidsetLinkParameters(java.util.List linkParameters)
    
public  voidsetMatchingClassExpression(java.lang.String newClassName, boolean adjustExpression)
     Setter for property classExpression. If newClass is not in java.lang.Boolean java.lang.Byte java.util.Date java.sql.Timestamp java.sql.Time java.lang.Double java.lang.Float java.lang.Integer java.lang.Long java.lang.Short java.math.BigDecimal java.lang.Number java.lang.String the method trys to find something of similar using getSuperClass it is used. In no solution is find, the type is set to java.lang.String an optionally is possible change the expression with something like ""+.
public  voidsetPattern(java.lang.String pattern)
     Setter for property pattern.
public  voidsetStretchWithOverflow(boolean stretchWithOverflow)
     Setter for property stretchWithOverflow.
public  voidsetStyle(Style style)
    
public  voidsetTooltipExpression(String s)
    

Field Detail
DEFAULT_PATTERN
final public static String DEFAULT_PATTERN(Code)



PATTERN
final public static String PATTERN(Code)



hyperlinkTarget
protected String hyperlinkTarget(Code)




Constructor Detail
TextFieldReportElement
public TextFieldReportElement(int x, int y, int width, int height)(Code)
Creates a new instance of TextFieldReportElement




Method Detail
cloneMe
public ReportElement cloneMe()(Code)



copyBaseReportElement
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)



getAnchorNameExpression
public java.lang.String getAnchorNameExpression()(Code)
Getter for property anchorNameExpression. Value of property anchorNameExpression.



getBookmarkLevel
public int getBookmarkLevel()(Code)



getClassExpression
public java.lang.String getClassExpression()(Code)
Getter for property classExpression. Value of property classExpression.



getEvaluationTime
public java.lang.String getEvaluationTime()(Code)
Getter for property evaluationTime. Value of property evaluationTime.



getGroup
public java.lang.String getGroup()(Code)
Getter for property group. Value of property group.



getHyperlinkAnchorExpression
public java.lang.String getHyperlinkAnchorExpression()(Code)
Getter for property hyperlinkAnchorExpression. Value of property hyperlinkAnchorExpression.



getHyperlinkPageExpression
public java.lang.String getHyperlinkPageExpression()(Code)
Getter for property hyperlinkPageExpression. Value of property hyperlinkPageExpression.



getHyperlinkReferenceExpression
public java.lang.String getHyperlinkReferenceExpression()(Code)
Getter for property hyperlinkReferenceExpression. Value of property hyperlinkReferenceExpression.



getHyperlinkTarget
public java.lang.String getHyperlinkTarget()(Code)
Getter for property hyperlinkTarget. Value of property hyperlinkTarget.



getHyperlinkType
public java.lang.String getHyperlinkType()(Code)
Getter for property hyperlinkType. Value of property hyperlinkType.



getLinkParameters
public java.util.List getLinkParameters()(Code)



getPattern
public java.lang.String getPattern()(Code)
Getter for property pattern. Value of property pattern.



getTooltipExpression
public String getTooltipExpression()(Code)



isBlankWhenNull
public boolean isBlankWhenNull()(Code)
Getter for property blankWhenNull. Value of property blankWhenNull.



isStretchWithOverflow
public boolean isStretchWithOverflow()(Code)
Getter for property stretchWithOverflow. Value of property stretchWithOverflow.



setAnchorNameExpression
public void setAnchorNameExpression(java.lang.String anchorNameExpression)(Code)
Setter for property anchorNameExpression.
Parameters:
  anchorNameExpression - New value of property anchorNameExpression.



setBlankWhenNull
public void setBlankWhenNull(boolean blankWhenNull)(Code)
Setter for property blankWhenNull.
Parameters:
  blankWhenNull - New value of property blankWhenNull.



setBookmarkLevel
public void setBookmarkLevel(int bookmarkLevel)(Code)



setClassExpression
public void setClassExpression(java.lang.String classExpression)(Code)
Setter for property classExpression.
Parameters:
  classExpression - New value of property classExpression.



setEvaluationTime
public void setEvaluationTime(java.lang.String evaluationTime)(Code)
Setter for property evaluationTime.
Parameters:
  evaluationTime - New value of property evaluationTime.



setGroup
public void setGroup(java.lang.String group)(Code)
Setter for property group.
Parameters:
  group - New value of property group.



setHyperlinkAnchorExpression
public void setHyperlinkAnchorExpression(java.lang.String hyperlinkAnchorExpression)(Code)
Setter for property hyperlinkAnchorExpression.
Parameters:
  hyperlinkAnchorExpression - New value of property hyperlinkAnchorExpression.



setHyperlinkPageExpression
public void setHyperlinkPageExpression(java.lang.String hyperlinkPageExpression)(Code)
Setter for property hyperlinkPageExpression.
Parameters:
  hyperlinkPageExpression - New value of property hyperlinkPageExpression.



setHyperlinkReferenceExpression
public void setHyperlinkReferenceExpression(java.lang.String hyperlinkReferenceExpression)(Code)
Setter for property hyperlinkReferenceExpression.
Parameters:
  hyperlinkReferenceExpression - New value of property hyperlinkReferenceExpression.



setHyperlinkTarget
public void setHyperlinkTarget(java.lang.String hyperlinkTarget)(Code)
Setter for property hyperlinkTarget.
Parameters:
  hyperlinkTarget - New value of property hyperlinkTarget.



setHyperlinkType
public void setHyperlinkType(java.lang.String hyperlinkType)(Code)
Setter for property hyperlinkType.
Parameters:
  hyperlinkType - New value of property hyperlinkType.



setLinkParameters
public void setLinkParameters(java.util.List linkParameters)(Code)



setMatchingClassExpression
public void setMatchingClassExpression(java.lang.String newClassName, boolean adjustExpression)(Code)
Setter for property classExpression. If newClass is not in java.lang.Boolean java.lang.Byte java.util.Date java.sql.Timestamp java.sql.Time java.lang.Double java.lang.Float java.lang.Integer java.lang.Long java.lang.Short java.math.BigDecimal java.lang.Number java.lang.String the method trys to find something of similar using getSuperClass it is used. In no solution is find, the type is set to java.lang.String an optionally is possible change the expression with something like ""+. This should be very rare...
Parameters:
  classExpression - New value of property classExpression.



setPattern
public void setPattern(java.lang.String pattern)(Code)
Setter for property pattern.
Parameters:
  pattern - New value of property pattern.



setStretchWithOverflow
public void setStretchWithOverflow(boolean stretchWithOverflow)(Code)
Setter for property stretchWithOverflow.
Parameters:
  stretchWithOverflow - New value of property stretchWithOverflow.



setStyle
public void setStyle(Style style)(Code)



setTooltipExpression
public void setTooltipExpression(String s)(Code)



Fields inherited from it.businesslogic.ireport.TextReportElement
public static String ALIGN(Code)(Java Doc)
public static String DEFAULT_ALIGN(Code)(Java Doc)
public static boolean DEFAULT_IS_STYLED_TEXT(Code)(Java Doc)
public static String DEFAULT_LINE_SPACING(Code)(Java Doc)
public static String DEFAULT_MARKUP(Code)(Java Doc)
public static String DEFAULT_ROTATE(Code)(Java Doc)
public static String DEFAULT_VERTICAL_ALIGN(Code)(Java Doc)
public static String IS_STYLED_TEXT(Code)(Java Doc)
public static String LINE_SPACING(Code)(Java Doc)
public static String MARKUP(Code)(Java Doc)
public static String ROTATE(Code)(Java Doc)
public static Rotation ROTATION_LEFT(Code)(Java Doc)
public static Rotation ROTATION_NONE(Code)(Java Doc)
public static Rotation ROTATION_RIGHT(Code)(Java Doc)
public static Rotation ROTATION_UPSIDEDOWN(Code)(Java Doc)
public static String VERTICAL_ALIGN(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.TextReportElement
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)(Java Doc)
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public java.lang.String getAlign()(Code)(Java Doc)
public Box getBox()(Code)(Java Doc)
public java.awt.Font getFont()(Code)(Java Doc)
public java.lang.String getFontName()(Code)(Java Doc)
public int getFontSize()(Code)(Java Doc)
public IReportFont getIReportFont()(Code)(Java Doc)
public int getLineCount()(Code)(Java Doc)
public java.lang.String getLineSpacing()(Code)(Java Doc)
public String getMarkup()(Code)(Java Doc)
public java.lang.String getPDFFontName()(Code)(Java Doc)
public java.lang.String getPdfEncoding()(Code)(Java Doc)
public java.lang.String getReportFont()(Code)(Java Doc)
public java.lang.String getRotate()(Code)(Java Doc)
static List getRotations()(Code)(Java Doc)
public java.lang.String getTTFFont()(Code)(Java Doc)
public java.lang.String getText()(Code)(Java Doc)
public int getTextHeight(java.awt.FontMetrics fm)(Code)(Java Doc)
public java.lang.String getVerticalAlign()(Code)(Java Doc)
public boolean isBold()(Code)(Java Doc)
public boolean isIsStyledText()(Code)(Java Doc)
public boolean isItalic()(Code)(Java Doc)
public boolean isPdfEmbedded()(Code)(Java Doc)
public boolean isStrikeTrought()(Code)(Java Doc)
public boolean isUnderline()(Code)(Java Doc)
public void modifyFontSize(int delta)(Code)(Java Doc)
public void setAlign(java.lang.String align)(Code)(Java Doc)
public void setBold(boolean bold)(Code)(Java Doc)
public void setBox(Box box)(Code)(Java Doc)
public void setFont(java.awt.Font font)(Code)(Java Doc)
public void setFontName(java.lang.String fontName)(Code)(Java Doc)
public void setFontSize(int fontSize)(Code)(Java Doc)
public void setIReportFont(IReportFont newIreportFont)(Code)(Java Doc)
public void setIsStyledText(boolean isStyledText)(Code)(Java Doc)
public void setItalic(boolean italic)(Code)(Java Doc)
public void setLineSpacing(java.lang.String lineSpacing)(Code)(Java Doc)
public void setMarkup(String markup)(Code)(Java Doc)
public void setPDFFontName(java.lang.String PDFFontName)(Code)(Java Doc)
public void setPdfEmbedded(boolean pdfEmbedded)(Code)(Java Doc)
public void setPdfEncoding(java.lang.String pdfEncoding)(Code)(Java Doc)
public void setReportFont(java.lang.String reportFont)(Code)(Java Doc)
public void setRotate(java.lang.String rotate)(Code)(Java Doc)
public void setStrikeTrought(boolean strikeTrought)(Code)(Java Doc)
public void setStyle(Style style)(Code)(Java Doc)
public void setTTFFont(java.lang.String TTFFont)(Code)(Java Doc)
public void setText(java.lang.String text)(Code)(Java Doc)
public void setUnderline(boolean underline)(Code)(Java Doc)
public void setVerticalAlign(java.lang.String verticalAlign)(Code)(Java Doc)

Fields inherited from it.businesslogic.ireport.ReportElement
final public static String BGCOLOR(Code)(Java Doc)
final public static Color DEFAULT_BGCOLOR(Code)(Java Doc)
final public static Color DEFAULT_FGCOLOR(Code)(Java Doc)
final public static String DEFAULT_POSITION_TYPE(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_IN_FIRST_WHOLE_BAND(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_REPEATED_VALUES(Code)(Java Doc)
final public static boolean DEFAULT_PRINT_WHEN_DETAIL_OVERFLOW(Code)(Java Doc)
final public static boolean DEFAULT_REMOVE_LINE_WHEN_BLANK(Code)(Java Doc)
final public static String FGCOLOR(Code)(Java Doc)
final public static String MODE(Code)(Java Doc)
final public static String POSITION_TYPE(Code)(Java Doc)
final public static String PRINT_IN_FIRST_WHOLE_BAND(Code)(Java Doc)
final public static String PRINT_REPEATED_VALUES(Code)(Java Doc)
final public static String PRINT_WHEN_DETAIL_OVERFLOW(Code)(Java Doc)
final public static String REMOVE_LINE_WHEN_BLANK(Code)(Java Doc)
public Band band(Code)(Java Doc)
Rectangle bounds(Code)(Java Doc)
public java.util.List elementProperties(Code)(Java Doc)
public static BufferedImage hached(Code)(Java Doc)
public int height(Code)(Java Doc)
static int id_gen(Code)(Java Doc)
public Vector intersections(Code)(Java Doc)
public static Color lightcolor(Code)(Java Doc)
public String name(Code)(Java Doc)
public Point position(Code)(Java Doc)
public String printWhenExpression(Code)(Java Doc)
public String printWhenGroupChanges(Code)(Java Doc)
protected String stretchType(Code)(Java Doc)
public String transparentDefault(Code)(Java Doc)
public int width(Code)(Java Doc)
double zoom_factor(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.ReportElement
public void addToGroup(String groupname)(Code)(Java Doc)
public void adjustBand()(Code)(Java Doc)
public void adjustCell(Vector cells)(Code)(Java Doc)
public ReportElement cloneMe()(Code)(Java Doc)
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)(Java Doc)
public void copyElementPropertiesTo(ReportElement newReportElement)(Code)(Java Doc)
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, Box box)(Code)(Java Doc)
public void drawCorona(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, boolean selected)(Code)(Java Doc)
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin, int radius)(Code)(Java Doc)
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)(Java Doc)
public boolean enclosesOtherElement()(Code)(Java Doc)
public static Color getAlphaColor(Color c, int alpha)(Code)(Java Doc)
public it.businesslogic.ireport.Band getBand()(Code)(Java Doc)
public java.awt.Color getBgcolor()(Code)(Java Doc)
public java.awt.Rectangle getBounds()(Code)(Java Doc)
public CrosstabCell getCell()(Code)(Java Doc)
public String getElementGroup()(Code)(Java Doc)
public int getElementID()(Code)(Java Doc)
public java.util.List getElementProperties()(Code)(Java Doc)
public java.awt.Color getFgcolor()(Code)(Java Doc)
public int getHeight()(Code)(Java Doc)
public java.lang.String getKey()(Code)(Java Doc)
public int getLogicalDim(int dim)(Code)(Java Doc)
public java.lang.String getName()(Code)(Java Doc)
public ReportElement getParentElement()(Code)(Java Doc)
public Stroke getPenStroke(String penName, double zoom_factor)(Code)(Java Doc)
public static Stroke getPenStroke(String penName, Pen pen, double zoom_factor)(Code)(Java Doc)
public java.awt.Point getPosition()(Code)(Java Doc)
public java.lang.String getPositionType()(Code)(Java Doc)
public java.lang.String getPrintWhenExpression()(Code)(Java Doc)
public java.lang.String getPrintWhenGroupChanges()(Code)(Java Doc)
public Point getRelativePosition()(Code)(Java Doc)
public java.lang.String getStretchType()(Code)(Java Doc)
public Style getStyle()(Code)(Java Doc)
public java.lang.String getTransparent()(Code)(Java Doc)
public int getWidth()(Code)(Java Doc)
public int getZoomedDim(int dim)(Code)(Java Doc)
public double getZoomedDim(double dim)(Code)(Java Doc)
public boolean insideBand()(Code)(Java Doc)
public boolean insideBandReal()(Code)(Java Doc)
public boolean intersects(Point p)(Code)(Java Doc)
public boolean intersects(Rectangle r2)(Code)(Java Doc)
public boolean intersectsElements()(Code)(Java Doc)
public boolean isIsPrintInFirstWholeBand()(Code)(Java Doc)
public boolean isIsPrintRepeatedValues()(Code)(Java Doc)
public boolean isIsPrintWhenDetailOverflows()(Code)(Java Doc)
public boolean isIsRemoveLineWhenBlank()(Code)(Java Doc)
public void removeFromAllGroups()(Code)(Java Doc)
public void removeFromGroup(String groupname)(Code)(Java Doc)
public void setBand(it.businesslogic.ireport.Band band)(Code)(Java Doc)
public void setBgcolor(java.awt.Color bgcolor)(Code)(Java Doc)
public void setBounds(java.awt.Rectangle bounds)(Code)(Java Doc)
public void setCell(CrosstabCell cell)(Code)(Java Doc)
public void setElementGroup(String elementGroup)(Code)(Java Doc)
public void setElementID(int elementID)(Code)(Java Doc)
public void setElementProperties(java.util.List elementProperties)(Code)(Java Doc)
public void setFgcolor(java.awt.Color fgcolor)(Code)(Java Doc)
public void setHeight(int height)(Code)(Java Doc)
public void setIsPrintInFirstWholeBand(boolean isPrintInFirstWholeBand)(Code)(Java Doc)
public void setIsPrintRepeatedValues(boolean isPrintRepeatedValues)(Code)(Java Doc)
public void setIsPrintWhenDetailOverflows(boolean isPrintWhenDetailOverflows)(Code)(Java Doc)
public void setIsRemoveLineWhenBlank(boolean isRemoveLineWhenBlank)(Code)(Java Doc)
public void setKey(java.lang.String key)(Code)(Java Doc)
public void setName(java.lang.String name)(Code)(Java Doc)
public void setParentElement(ReportElement parentElement)(Code)(Java Doc)
public void setPosition(Point p)(Code)(Java Doc)
public void setPositionType(java.lang.String positionType)(Code)(Java Doc)
public void setPrintWhenExpression(java.lang.String printWhenExpression)(Code)(Java Doc)
public void setPrintWhenGroupChanges(java.lang.String printWhenGroupChanges)(Code)(Java Doc)
public void setRelativePosition(Point relativePosition)(Code)(Java Doc)
public void setStretchType(java.lang.String stretchType)(Code)(Java Doc)
public void setStyle(Style style)(Code)(Java Doc)
public void setTransparent(java.lang.String transparent)(Code)(Java Doc)
public void setWidth(int width)(Code)(Java Doc)
public static String string_replace(String s1, String s2, String s3)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public Point trasform(Point delta, int type)(Code)(Java Doc)
public Point trasformTest(Point delta, int type)(Code)(Java Doc)
public void updateBounds()(Code)(Java Doc)
public void updateRelativePosition()(Code)(Java Doc)
public void writeGrip(Graphics2D g, int x, int y)(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.IReportHashMapBean
public Object clone()(Code)(Java Doc)
public Object clone(IReportHashMapBean newBean)(Code)(Java Doc)
public HashMap getBeanProperties()(Code)(Java Doc)
public boolean getBooleanValue(String property, boolean defaultValue)(Code)(Java Doc)
public java.awt.Color getColorValue(String property, java.awt.Color defaultValue)(Code)(Java Doc)
public int getDoubleValue(String property, int defaultValue)(Code)(Java Doc)
public int getIntValue(String property, int defaultValue)(Code)(Java Doc)
public Object getPropertyValue(String property)(Code)(Java Doc)
public String getStringValue(String property, String defaultValue)(Code)(Java Doc)
public void setBeanProperties(HashMap beanProperties)(Code)(Java Doc)
public void setPropertyValue(String property, Object value)(Code)(Java Doc)

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.