Java Doc for ImageReportElement.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.GraphicReportElement
            it.businesslogic.ireport.ImageReportElement

All known Subclasses:   it.businesslogic.ireport.ChartReportElement,  it.businesslogic.ireport.BarcodeReportElement,
ImageReportElement
public class ImageReportElement extends GraphicReportElement implements ImageObserver,HyperLinkableReportElement,BoxElement(Code)


Field Summary
final public static  StringDEFAULT_HORIZONTAL_ALIGN
    
final public static  StringDEFAULT_SCALE
    
final public static  booleanDEFAULT_USING_CACHE
    
final public static  StringDEFAULT_VERTICAL_ALIGN
    
final public static  StringHORIZONTAL_ALIGN
    
final public static  StringSCALE
    
final public static  StringUSING_CACHE
    
final public static  StringVERTICAL_ALIGN
    
protected  StringhyperlinkTarget
    

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

Method Summary
public  ReportElementcloneMe()
    
public  voidcopyBaseReportElement(ReportElement destination, ReportElement source)
    
public  voiddrawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  voiddrawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)
    
public  java.lang.StringgetAnchorNameExpression()
     Getter for property anchorNameExpression.
public  intgetBookmarkLevel()
    
public  BoxgetBox()
    
public  java.lang.StringgetEvaluationGroup()
     Getter for property evaluationGroup.
public  java.lang.StringgetEvaluationTime()
     Getter for property evaluationTime.
public  java.lang.StringgetHorizontalAlignment()
     Getter for property horizontalAlignment.
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.lang.StringgetImageClass()
     Getter for property imageClass.
public  java.lang.StringgetImageExpression()
     Getter for property imageExpression.
public  java.awt.ImagegetImg()
     Getter for property img.
public  java.awt.ImagegetImgDef()
    
public  java.util.ListgetLinkParameters()
    
public  StringgetOnErrorType()
    
public  FilegetReportDirectory()
    
public  java.lang.StringgetScaleImage()
     Getter for property scaleImage.
public  StringgetTooltipExpression()
    
public  java.lang.StringgetVerticalAlignment()
     Getter for property verticalAlignment.
public  booleanimageUpdate(Image img, int infoflags, int x, int y, int width, int height)
     This method is called when information about an image which was previously requested using an asynchronous interface becomes available.
public  booleanisIsLazy()
    
public  booleanisIsUsingCache()
     Getter for property isUsingCache.
public  voidsetAnchorNameExpression(java.lang.String anchorNameExpression)
     Setter for property anchorNameExpression.
public  voidsetBookmarkLevel(int bookmarkLevel)
    
public  voidsetBox(Box box)
    
public  voidsetEvaluationGroup(java.lang.String evaluationGroup)
     Setter for property evaluationGroup.
public  voidsetEvaluationTime(java.lang.String evaluationTime)
     Setter for property evaluationTime.
public  voidsetHorizontalAlignment(java.lang.String horizontalAlignment)
     Setter for property horizontalAlignment.
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  voidsetImageClass(java.lang.String imageClass)
     Setter for property imageClass.
public  voidsetImageExpression(java.lang.String imageExpression)
     Setter for property imageExpression.
public  voidsetImg(java.awt.Image img)
     Setter for property img.
public static  voidsetImgDef(Image defImg)
    
public  voidsetIsLazy(boolean isLazy)
    
public  voidsetIsUsingCache(boolean isUsingCache)
     Setter for property isUsingCache.
public  voidsetLinkParameters(java.util.List linkParameters)
    
public  voidsetOnErrorType(String onErrorType)
    
public  voidsetReportDirectory(File directory)
    
public  voidsetScaleImage(java.lang.String scaleImage)
     Setter for property scaleImage.
public  voidsetStyle(Style style)
    
public  voidsetTooltipExpression(String tooltipExpression)
    
public  voidsetVerticalAlignment(java.lang.String verticalAlignment)
     Setter for property verticalAlignment.

Field Detail
DEFAULT_HORIZONTAL_ALIGN
final public static String DEFAULT_HORIZONTAL_ALIGN(Code)



DEFAULT_SCALE
final public static String DEFAULT_SCALE(Code)



DEFAULT_USING_CACHE
final public static boolean DEFAULT_USING_CACHE(Code)



DEFAULT_VERTICAL_ALIGN
final public static String DEFAULT_VERTICAL_ALIGN(Code)



HORIZONTAL_ALIGN
final public static String HORIZONTAL_ALIGN(Code)



SCALE
final public static String SCALE(Code)



USING_CACHE
final public static String USING_CACHE(Code)



VERTICAL_ALIGN
final public static String VERTICAL_ALIGN(Code)



hyperlinkTarget
protected String hyperlinkTarget(Code)




Constructor Detail
ImageReportElement
public ImageReportElement(int x, int y, int width, int height)(Code)




Method Detail
cloneMe
public ReportElement cloneMe()(Code)



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



drawGraphicsElement
public void drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)



drawObject
public void drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin)(Code)



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



getBookmarkLevel
public int getBookmarkLevel()(Code)



getBox
public Box getBox()(Code)



getEvaluationGroup
public java.lang.String getEvaluationGroup()(Code)
Getter for property evaluationGroup. Value of property evaluationGroup.



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



getHorizontalAlignment
public java.lang.String getHorizontalAlignment()(Code)
Getter for property horizontalAlignment. Value of property horizontalAlignment.



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.



getImageClass
public java.lang.String getImageClass()(Code)
Getter for property imageClass. Value of property imageClass.



getImageExpression
public java.lang.String getImageExpression()(Code)
Getter for property imageExpression. Value of property imageExpression.



getImg
public java.awt.Image getImg()(Code)
Getter for property img. Value of property img.



getImgDef
public java.awt.Image getImgDef()(Code)



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



getOnErrorType
public String getOnErrorType()(Code)



getReportDirectory
public File getReportDirectory()(Code)



getScaleImage
public java.lang.String getScaleImage()(Code)
Getter for property scaleImage. Value of property scaleImage.



getTooltipExpression
public String getTooltipExpression()(Code)



getVerticalAlignment
public java.lang.String getVerticalAlignment()(Code)
Getter for property verticalAlignment. Value of property verticalAlignment.



imageUpdate
public boolean imageUpdate(Image img, int infoflags, int x, int y, int width, int height)(Code)
This method is called when information about an image which was previously requested using an asynchronous interface becomes available. Asynchronous interfaces are method calls such as getWidth(ImageObserver) and drawImage(img, x, y, ImageObserver) which take an ImageObserver object as an argument. Those methods register the caller as interested either in information about the overall image itself (in the case of getWidth(ImageObserver)) or about an output version of an image (in the case of the drawImage(img, x, y, [w, h,] ImageObserver) call).

This method should return true if further updates are needed or false if the required information has been acquired. The image which was being tracked is passed in using the img argument. Various constants are combined to form the infoflags argument which indicates what information about the image is now available. The interpretation of the x, y, width, and height arguments depends on the contents of the infoflags argument.

The infoflags argument should be the bitwise inclusive OR of the following flags: WIDTH, HEIGHT, PROPERTIES, SOMEBITS, FRAMEBITS, ALLBITS, ERROR, ABORT.
Parameters:
  img - the image being observed.
Parameters:
  infoflags - the bitwise inclusive OR of the followingflags: WIDTH, HEIGHT,PROPERTIES, SOMEBITS,FRAMEBITS, ALLBITS,ERROR, ABORT.
Parameters:
  x - the x coordinate.
Parameters:
  y - the y coordinate.
Parameters:
  width - the width.
Parameters:
  height - the height. false if the infoflags indicate that theimage is completely loaded; true otherwise.
See Also:   ImageReportElement.WIDTH
See Also:   ImageReportElement.HEIGHT
See Also:   ImageReportElement.PROPERTIES
See Also:   ImageReportElement.SOMEBITS
See Also:   ImageReportElement.FRAMEBITS
See Also:   ImageReportElement.ALLBITS
See Also:   ImageReportElement.ERROR
See Also:   ImageReportElement.ABORT
See Also:   Image.getWidth
See Also:   Image.getHeight
See Also:   java.awt.Graphics.drawImage




isIsLazy
public boolean isIsLazy()(Code)



isIsUsingCache
public boolean isIsUsingCache()(Code)
Getter for property isUsingCache. Value of property isUsingCache.



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



setBookmarkLevel
public void setBookmarkLevel(int bookmarkLevel)(Code)



setBox
public void setBox(Box box)(Code)



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



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



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



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.



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



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



setImg
public void setImg(java.awt.Image img)(Code)
Setter for property img.
Parameters:
  img - New value of property img.



setImgDef
public static void setImgDef(Image defImg)(Code)



setIsLazy
public void setIsLazy(boolean isLazy)(Code)



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



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



setOnErrorType
public void setOnErrorType(String onErrorType)(Code)



setReportDirectory
public void setReportDirectory(File directory)(Code)

Parameters:
  directory -



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



setStyle
public void setStyle(Style style)(Code)



setTooltipExpression
public void setTooltipExpression(String tooltipExpression)(Code)



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



Fields inherited from it.businesslogic.ireport.GraphicReportElement
final public static String DEFAULT_FILL(Code)(Java Doc)
final public static String DEFAULT_PEN(Code)(Java Doc)
final public static String FILL(Code)(Java Doc)
final public static String PEN(Code)(Java Doc)

Methods inherited from it.businesslogic.ireport.GraphicReportElement
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 getFill()(Code)(Java Doc)
public java.lang.String getGraphicElementPen()(Code)(Java Doc)
public Pen getPen()(Code)(Java Doc)
public void setFill(java.lang.String fill)(Code)(Java Doc)
public void setGraphicElementPen(java.lang.String graphicElementPen)(Code)(Java Doc)
public void setPen(Pen pen)(Code)(Java Doc)
public void setStyle(Style style)(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.