Java Doc for ReportElement.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

All known Subclasses:   it.businesslogic.ireport.TextReportElement,  it.businesslogic.ireport.SubReportElement,  it.businesslogic.ireport.ChartReportElement2,  it.businesslogic.ireport.GraphicReportElement,  it.businesslogic.ireport.CrosstabReportElement,  it.businesslogic.ireport.BreakReportElement,  it.businesslogic.ireport.FrameReportElement,
ReportElement
public class ReportElement extends IReportHashMapBean (Code)


Field Summary
final public static  StringBGCOLOR
    
final public static  ColorDEFAULT_BGCOLOR
     Default values.
final public static  ColorDEFAULT_FGCOLOR
    
final public static  StringDEFAULT_POSITION_TYPE
    
final public static  booleanDEFAULT_PRINT_IN_FIRST_WHOLE_BAND
    
final public static  booleanDEFAULT_PRINT_REPEATED_VALUES
    
final public static  booleanDEFAULT_PRINT_WHEN_DETAIL_OVERFLOW
    
final public static  booleanDEFAULT_REMOVE_LINE_WHEN_BLANK
    
final public static  StringFGCOLOR
    
final public static  StringMODE
    
final public static  StringPOSITION_TYPE
    
final public static  StringPRINT_IN_FIRST_WHOLE_BAND
    
final public static  StringPRINT_REPEATED_VALUES
    
final public static  StringPRINT_WHEN_DETAIL_OVERFLOW
    
final public static  StringREMOVE_LINE_WHEN_BLANK
    
public  Bandband
    
 Rectanglebounds
    
public  java.util.ListelementProperties
    
public static  BufferedImagehached
    
public  intheight
    
static  intid_gen
    
public  Vectorintersections
    
public static  Colorlightcolor
    
public  Stringname
    
public  Pointposition
    
public  StringprintWhenExpression
    
public  StringprintWhenGroupChanges
    
protected  StringstretchType
    
public  StringtransparentDefault
     Values that can be overridden by subclasses....
public  intwidth
    
 doublezoom_factor
    

Constructor Summary
public  ReportElement(int x, int y, int width, int height)
     Creates a new ReportElement object.

Method Summary
public  voidaddToGroup(String groupname)
    
public  voidadjustBand()
     Try to move the element to another band if the element is placed entirely within the band.
public  voidadjustCell(Vector cells)
    
public  ReportElementcloneMe()
    
public  voidcopyBaseReportElement(ReportElement destination, ReportElement source)
    
public  voidcopyElementPropertiesTo(ReportElement newReportElement)
    
public  voiddrawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  voiddrawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, Box box)
    
public  voiddrawCorona(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, boolean selected)
    
public  voiddrawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  voiddrawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin, int radius)
    
public  voiddrawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  booleanenclosesOtherElement()
    
public static  ColorgetAlphaColor(Color c, int alpha)
    
public  it.businesslogic.ireport.BandgetBand()
     Getter for property band.
public  java.awt.ColorgetBgcolor()
     Getter for property bgcolor.
public  java.awt.RectanglegetBounds()
     Getter for property bounds.
public  CrosstabCellgetCell()
    
public  StringgetElementGroup()
    
public  intgetElementID()
    
public  java.util.ListgetElementProperties()
    
public  java.awt.ColorgetFgcolor()
     Getter for property fgcolor.
public  intgetHeight()
     Getter for property height.
public  java.lang.StringgetKey()
     Getter for property key.
public  intgetLogicalDim(int dim)
    
public  java.lang.StringgetName()
     Getter for property name.
public  ReportElementgetParentElement()
    
public  StrokegetPenStroke(String penName, double zoom_factor)
    
public static  StrokegetPenStroke(String penName, Pen pen, double zoom_factor)
    
public  java.awt.PointgetPosition()
     Getter for property position.
public  java.lang.StringgetPositionType()
     Getter for property positionType.
public  java.lang.StringgetPrintWhenExpression()
     Getter for property printWhenExpression.
public  java.lang.StringgetPrintWhenGroupChanges()
     Getter for property printWhenGroupChanges.
public  PointgetRelativePosition()
    
public  java.lang.StringgetStretchType()
     Getter for property stretchType.
public  StylegetStyle()
    
public  java.lang.StringgetTransparent()
     Getter for property transparent.
public  intgetWidth()
     Getter for property width.
public  intgetZoomedDim(int dim)
    
public  doublegetZoomedDim(double dim)
    
public  booleaninsideBand()
    
public  booleaninsideBandReal()
    
public  booleanintersects(Point p)
    
public  booleanintersects(Rectangle r2)
    
public  booleanintersectsElements()
    
public  booleanisIsPrintInFirstWholeBand()
     Getter for property isPrintInFirstWholeBand.
public  booleanisIsPrintRepeatedValues()
     Getter for property isPrintRepeatedValues.
public  booleanisIsPrintWhenDetailOverflows()
     Getter for property isPrintWhenDetailOverflows.
public  booleanisIsRemoveLineWhenBlank()
     Getter for property isRemoveLineWhenBlank.
public  voidremoveFromAllGroups()
    
public  voidremoveFromGroup(String groupname)
    
public  voidsetBand(it.businesslogic.ireport.Band band)
     Setter for property band.
public  voidsetBgcolor(java.awt.Color bgcolor)
     Setter for property bgcolor.
public  voidsetBounds(java.awt.Rectangle bounds)
     Setter for property bounds.
public  voidsetCell(CrosstabCell cell)
    
public  voidsetElementGroup(String elementGroup)
    
public  voidsetElementID(int elementID)
    
public  voidsetElementProperties(java.util.List elementProperties)
    
public  voidsetFgcolor(java.awt.Color fgcolor)
     Setter for property fgcolor.
public  voidsetHeight(int height)
     Setter for property height.
public  voidsetIsPrintInFirstWholeBand(boolean isPrintInFirstWholeBand)
     Setter for property isPrintInFirstWholeBand.
public  voidsetIsPrintRepeatedValues(boolean isPrintRepeatedValues)
     Setter for property isPrintRepeatedValues.
public  voidsetIsPrintWhenDetailOverflows(boolean isPrintWhenDetailOverflows)
     Setter for property isPrintWhenDetailOverflows.
public  voidsetIsRemoveLineWhenBlank(boolean isRemoveLineWhenBlank)
     Setter for property isRemoveLineWhenBlank.
public  voidsetKey(java.lang.String key)
     Setter for property key.
public  voidsetName(java.lang.String name)
     Setter for property name.
public  voidsetParentElement(ReportElement parentElement)
    
public  voidsetPosition(Point p)
    
public  voidsetPositionType(java.lang.String positionType)
     Setter for property positionType.
public  voidsetPrintWhenExpression(java.lang.String printWhenExpression)
     Setter for property printWhenExpression.
public  voidsetPrintWhenGroupChanges(java.lang.String printWhenGroupChanges)
     Setter for property printWhenGroupChanges.
public  voidsetRelativePosition(Point relativePosition)
    
public  voidsetStretchType(java.lang.String stretchType)
     Setter for property stretchType.
public  voidsetStyle(Style style)
    
public  voidsetTransparent(java.lang.String transparent)
     Setter for property transparent.
public  voidsetWidth(int width)
     Setter for property width.
public static  Stringstring_replace(String s1, String s2, String s3)
    
public  StringtoString()
    
public  Pointtrasform(Point delta, int type)
    
public  PointtrasformTest(Point delta, int type)
    
public  voidupdateBounds()
    
public  voidupdateRelativePosition()
     this methos adjust the relativo position respect to the parent cell.
public  voidwriteGrip(Graphics2D g, int x, int y)
    

Field Detail
BGCOLOR
final public static String BGCOLOR(Code)
Key for element properties handled using the IReportHashMapBean



DEFAULT_BGCOLOR
final public static Color DEFAULT_BGCOLOR(Code)
Default values. If a value can change for different elements, it is not listed here (i.e. MODE).



DEFAULT_FGCOLOR
final public static Color DEFAULT_FGCOLOR(Code)



DEFAULT_POSITION_TYPE
final public static String DEFAULT_POSITION_TYPE(Code)



DEFAULT_PRINT_IN_FIRST_WHOLE_BAND
final public static boolean DEFAULT_PRINT_IN_FIRST_WHOLE_BAND(Code)



DEFAULT_PRINT_REPEATED_VALUES
final public static boolean DEFAULT_PRINT_REPEATED_VALUES(Code)



DEFAULT_PRINT_WHEN_DETAIL_OVERFLOW
final public static boolean DEFAULT_PRINT_WHEN_DETAIL_OVERFLOW(Code)



DEFAULT_REMOVE_LINE_WHEN_BLANK
final public static boolean DEFAULT_REMOVE_LINE_WHEN_BLANK(Code)



FGCOLOR
final public static String FGCOLOR(Code)



MODE
final public static String MODE(Code)



POSITION_TYPE
final public static String POSITION_TYPE(Code)



PRINT_IN_FIRST_WHOLE_BAND
final public static String PRINT_IN_FIRST_WHOLE_BAND(Code)



PRINT_REPEATED_VALUES
final public static String PRINT_REPEATED_VALUES(Code)



PRINT_WHEN_DETAIL_OVERFLOW
final public static String PRINT_WHEN_DETAIL_OVERFLOW(Code)



REMOVE_LINE_WHEN_BLANK
final public static String REMOVE_LINE_WHEN_BLANK(Code)



band
public Band band(Code)



bounds
Rectangle bounds(Code)



elementProperties
public java.util.List elementProperties(Code)



hached
public static BufferedImage hached(Code)



height
public int height(Code)



id_gen
static int id_gen(Code)



intersections
public Vector intersections(Code)



lightcolor
public static Color lightcolor(Code)



name
public String name(Code)



position
public Point position(Code)



printWhenExpression
public String printWhenExpression(Code)



printWhenGroupChanges
public String printWhenGroupChanges(Code)



stretchType
protected String stretchType(Code)



transparentDefault
public String transparentDefault(Code)
Values that can be overridden by subclasses....



width
public int width(Code)



zoom_factor
double zoom_factor(Code)




Constructor Detail
ReportElement
public ReportElement(int x, int y, int width, int height)(Code)
Creates a new ReportElement object.
Parameters:
  x - DOCUMENT ME!
Parameters:
  y - DOCUMENT ME!
Parameters:
  width - DOCUMENT ME!
Parameters:
  height - DOCUMENT ME!




Method Detail
addToGroup
public void addToGroup(String groupname)(Code)
DOCUMENT ME!
Parameters:
  groupname - DOCUMENT ME!



adjustBand
public void adjustBand()(Code)
Try to move the element to another band if the element is placed entirely within the band.



adjustCell
public void adjustCell(Vector cells)(Code)



cloneMe
public ReportElement cloneMe()(Code)
DOCUMENT ME! DOCUMENT ME!



copyBaseReportElement
public void copyBaseReportElement(ReportElement destination, ReportElement source)(Code)
DOCUMENT ME!
Parameters:
  destination - DOCUMENT ME!
Parameters:
  source - DOCUMENT ME!



copyElementPropertiesTo
public void copyElementPropertiesTo(ReportElement newReportElement)(Code)
DOCUMENT ME!
Parameters:
  newReportElement - DOCUMENT ME!



drawBorder
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!



drawBorder
public void drawBorder(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, Box box)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!
Parameters:
  box - DOCUMENT ME!



drawCorona
public void drawCorona(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin, boolean selected)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!
Parameters:
  selected - DOCUMENT ME!



drawGraphicsElement
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  pen - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!



drawGraphicsElement
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin, int radius)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  pen - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!
Parameters:
  radius - DOCUMENT ME!



drawObject
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)
DOCUMENT ME!
Parameters:
  g - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME!
Parameters:
  x_shift_origin - DOCUMENT ME!
Parameters:
  y_shift_origin - DOCUMENT ME!



enclosesOtherElement
public boolean enclosesOtherElement()(Code)
DOCUMENT ME! DOCUMENT ME!



getAlphaColor
public static Color getAlphaColor(Color c, int alpha)(Code)



getBand
public it.businesslogic.ireport.Band getBand()(Code)
Getter for property band. Value of property band.



getBgcolor
public java.awt.Color getBgcolor()(Code)
Getter for property bgcolor. Value of property bgcolor.



getBounds
public java.awt.Rectangle getBounds()(Code)
Getter for property bounds. Value of property bounds.



getCell
public CrosstabCell getCell()(Code)



getElementGroup
public String getElementGroup()(Code)



getElementID
public int getElementID()(Code)



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



getFgcolor
public java.awt.Color getFgcolor()(Code)
Getter for property fgcolor. Value of property fgcolor.



getHeight
public int getHeight()(Code)
Getter for property height. Value of property height.



getKey
public java.lang.String getKey()(Code)
Getter for property key. Value of property key.



getLogicalDim
public int getLogicalDim(int dim)(Code)
DOCUMENT ME!
Parameters:
  dim - DOCUMENT ME! DOCUMENT ME!



getName
public java.lang.String getName()(Code)
Getter for property name. Value of property name.



getParentElement
public ReportElement getParentElement()(Code)



getPenStroke
public Stroke getPenStroke(String penName, double zoom_factor)(Code)



getPenStroke
public static Stroke getPenStroke(String penName, Pen pen, double zoom_factor)(Code)
DOCUMENT ME!
Parameters:
  pen - DOCUMENT ME!
Parameters:
  zoom_factor - DOCUMENT ME! DOCUMENT ME!



getPosition
public java.awt.Point getPosition()(Code)
Getter for property position. Value of property position.



getPositionType
public java.lang.String getPositionType()(Code)
Getter for property positionType. Value of property positionType.



getPrintWhenExpression
public java.lang.String getPrintWhenExpression()(Code)
Getter for property printWhenExpression. Value of property printWhenExpression.



getPrintWhenGroupChanges
public java.lang.String getPrintWhenGroupChanges()(Code)
Getter for property printWhenGroupChanges. Value of property printWhenGroupChanges.



getRelativePosition
public Point getRelativePosition()(Code)



getStretchType
public java.lang.String getStretchType()(Code)
Getter for property stretchType. Value of property stretchType.



getStyle
public Style getStyle()(Code)



getTransparent
public java.lang.String getTransparent()(Code)
Getter for property transparent. Value of property transparent.



getWidth
public int getWidth()(Code)
Getter for property width. Value of property width.



getZoomedDim
public int getZoomedDim(int dim)(Code)
DOCUMENT ME!
Parameters:
  dim - DOCUMENT ME! DOCUMENT ME!



getZoomedDim
public double getZoomedDim(double dim)(Code)
DOCUMENT ME!
Parameters:
  dim - DOCUMENT ME! DOCUMENT ME!



insideBand
public boolean insideBand()(Code)
DOCUMENT ME! DOCUMENT ME!



insideBandReal
public boolean insideBandReal()(Code)
DOCUMENT ME! DOCUMENT ME!



intersects
public boolean intersects(Point p)(Code)
DOCUMENT ME!
Parameters:
  p - DOCUMENT ME! DOCUMENT ME!



intersects
public boolean intersects(Rectangle r2)(Code)
DOCUMENT ME!
Parameters:
  r2 - DOCUMENT ME! DOCUMENT ME!



intersectsElements
public boolean intersectsElements()(Code)
DOCUMENT ME! DOCUMENT ME!



isIsPrintInFirstWholeBand
public boolean isIsPrintInFirstWholeBand()(Code)
Getter for property isPrintInFirstWholeBand. Value of property isPrintInFirstWholeBand.



isIsPrintRepeatedValues
public boolean isIsPrintRepeatedValues()(Code)
Getter for property isPrintRepeatedValues. Value of property isPrintRepeatedValues.



isIsPrintWhenDetailOverflows
public boolean isIsPrintWhenDetailOverflows()(Code)
Getter for property isPrintWhenDetailOverflows. Value of property isPrintWhenDetailOverflows.



isIsRemoveLineWhenBlank
public boolean isIsRemoveLineWhenBlank()(Code)
Getter for property isRemoveLineWhenBlank. Value of property isRemoveLineWhenBlank.



removeFromAllGroups
public void removeFromAllGroups()(Code)
DOCUMENT ME!



removeFromGroup
public void removeFromGroup(String groupname)(Code)
DOCUMENT ME!
Parameters:
  groupname - DOCUMENT ME!



setBand
public void setBand(it.businesslogic.ireport.Band band)(Code)
Setter for property band.
Parameters:
  band - New value of property band.



setBgcolor
public void setBgcolor(java.awt.Color bgcolor)(Code)
Setter for property bgcolor.
Parameters:
  bgcolor - New value of property bgcolor.



setBounds
public void setBounds(java.awt.Rectangle bounds)(Code)
Setter for property bounds.
Parameters:
  bounds - New value of property bounds.



setCell
public void setCell(CrosstabCell cell)(Code)



setElementGroup
public void setElementGroup(String elementGroup)(Code)



setElementID
public void setElementID(int elementID)(Code)



setElementProperties
public void setElementProperties(java.util.List elementProperties)(Code)



setFgcolor
public void setFgcolor(java.awt.Color fgcolor)(Code)
Setter for property fgcolor.
Parameters:
  fgcolor - New value of property fgcolor.



setHeight
public void setHeight(int height)(Code)
Setter for property height.
Parameters:
  height - New value of property height.



setIsPrintInFirstWholeBand
public void setIsPrintInFirstWholeBand(boolean isPrintInFirstWholeBand)(Code)
Setter for property isPrintInFirstWholeBand.
Parameters:
  isPrintInFirstWholeBand - New value of propertyisPrintInFirstWholeBand.



setIsPrintRepeatedValues
public void setIsPrintRepeatedValues(boolean isPrintRepeatedValues)(Code)
Setter for property isPrintRepeatedValues.
Parameters:
  isPrintRepeatedValues - New value of propertyisPrintRepeatedValues.



setIsPrintWhenDetailOverflows
public void setIsPrintWhenDetailOverflows(boolean isPrintWhenDetailOverflows)(Code)
Setter for property isPrintWhenDetailOverflows.
Parameters:
  isPrintWhenDetailOverflows - New value of propertyisPrintWhenDetailOverflows.



setIsRemoveLineWhenBlank
public void setIsRemoveLineWhenBlank(boolean isRemoveLineWhenBlank)(Code)
Setter for property isRemoveLineWhenBlank.
Parameters:
  isRemoveLineWhenBlank - New value of propertyisRemoveLineWhenBlank.



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



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



setParentElement
public void setParentElement(ReportElement parentElement)(Code)



setPosition
public void setPosition(Point p)(Code)
DOCUMENT ME!
Parameters:
  p - DOCUMENT ME!



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



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



setPrintWhenGroupChanges
public void setPrintWhenGroupChanges(java.lang.String printWhenGroupChanges)(Code)
Setter for property printWhenGroupChanges.
Parameters:
  printWhenGroupChanges - New value of propertyprintWhenGroupChanges.



setRelativePosition
public void setRelativePosition(Point relativePosition)(Code)



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



setStyle
public void setStyle(Style style)(Code)



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



setWidth
public void setWidth(int width)(Code)
Setter for property width.
Parameters:
  width - New value of property width.



string_replace
public static String string_replace(String s1, String s2, String s3)(Code)
DOCUMENT ME!
Parameters:
  s1 - DOCUMENT ME!
Parameters:
  s2 - DOCUMENT ME!
Parameters:
  s3 - DOCUMENT ME! DOCUMENT ME!



toString
public String toString()(Code)
DOCUMENT ME! DOCUMENT ME!



trasform
public Point trasform(Point delta, int type)(Code)
DOCUMENT ME!
Parameters:
  delta - DOCUMENT ME!
Parameters:
  type - DOCUMENT ME! DOCUMENT ME!



trasformTest
public Point trasformTest(Point delta, int type)(Code)
DOCUMENT ME!
Parameters:
  delta - DOCUMENT ME!
Parameters:
  type - DOCUMENT ME! DOCUMENT ME!



updateBounds
public void updateBounds()(Code)
DOCUMENT ME!



updateRelativePosition
public void updateRelativePosition()(Code)
this methos adjust the relativo position respect to the parent cell. If parent cell is null, nothing is done. You should call this method after a brute setPosition



writeGrip
public void writeGrip(Graphics2D g, int x, int y)(Code)



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.