| 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,
Method Summary | |
public ReportElement | cloneMe() | public void | copyBaseReportElement(ReportElement destination, ReportElement source) | public void | drawGraphicsElement(Graphics2D g, String pen, double zoom_factor, int x_shift_origin, int y_shift_origin) | public void | drawObject(Graphics2D g, double zoom_factor, int x_shift_origin, int y_shift_origin) | public java.lang.String | getAnchorNameExpression() Getter for property anchorNameExpression. | public int | getBookmarkLevel() | public Box | getBox() | public java.lang.String | getEvaluationGroup() Getter for property evaluationGroup. | public java.lang.String | getEvaluationTime() Getter for property evaluationTime. | public java.lang.String | getHorizontalAlignment() Getter for property horizontalAlignment. | public java.lang.String | getHyperlinkAnchorExpression() Getter for property hyperlinkAnchorExpression. | public java.lang.String | getHyperlinkPageExpression() Getter for property hyperlinkPageExpression. | public java.lang.String | getHyperlinkReferenceExpression() Getter for property hyperlinkReferenceExpression. | public java.lang.String | getHyperlinkTarget() Getter for property hyperlinkTarget. | public java.lang.String | getHyperlinkType() Getter for property hyperlinkType. | public java.lang.String | getImageClass() Getter for property imageClass. | public java.lang.String | getImageExpression() Getter for property imageExpression. | public java.awt.Image | getImg() Getter for property img. | public java.awt.Image | getImgDef() | public java.util.List | getLinkParameters() | public String | getOnErrorType() | public File | getReportDirectory() | public java.lang.String | getScaleImage() Getter for property scaleImage. | public String | getTooltipExpression() | public java.lang.String | getVerticalAlignment() Getter for property verticalAlignment. | public boolean | imageUpdate(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 boolean | isIsLazy() | public boolean | isIsUsingCache() Getter for property isUsingCache. | public void | setAnchorNameExpression(java.lang.String anchorNameExpression) Setter for property anchorNameExpression. | public void | setBookmarkLevel(int bookmarkLevel) | public void | setBox(Box box) | public void | setEvaluationGroup(java.lang.String evaluationGroup) Setter for property evaluationGroup. | public void | setEvaluationTime(java.lang.String evaluationTime) Setter for property evaluationTime. | public void | setHorizontalAlignment(java.lang.String horizontalAlignment) Setter for property horizontalAlignment. | public void | setHyperlinkAnchorExpression(java.lang.String hyperlinkAnchorExpression) Setter for property hyperlinkAnchorExpression. | public void | setHyperlinkPageExpression(java.lang.String hyperlinkPageExpression) Setter for property hyperlinkPageExpression. | public void | setHyperlinkReferenceExpression(java.lang.String hyperlinkReferenceExpression) Setter for property hyperlinkReferenceExpression. | public void | setHyperlinkTarget(java.lang.String hyperlinkTarget) Setter for property hyperlinkTarget. | public void | setHyperlinkType(java.lang.String hyperlinkType) Setter for property hyperlinkType. | public void | setImageClass(java.lang.String imageClass) Setter for property imageClass. | public void | setImageExpression(java.lang.String imageExpression) Setter for property imageExpression. | public void | setImg(java.awt.Image img) Setter for property img. | public static void | setImgDef(Image defImg) | public void | setIsLazy(boolean isLazy) | public void | setIsUsingCache(boolean isUsingCache) Setter for property isUsingCache. | public void | setLinkParameters(java.util.List linkParameters) | public void | setOnErrorType(String onErrorType) | public void | setReportDirectory(File directory) | public void | setScaleImage(java.lang.String scaleImage) Setter for property scaleImage. | public void | setStyle(Style style) | public void | setTooltipExpression(String tooltipExpression) | public void | setVerticalAlignment(java.lang.String verticalAlignment) Setter for property verticalAlignment. |
DEFAULT_HORIZONTAL_ALIGN | final public static String DEFAULT_HORIZONTAL_ALIGN(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) | | |
VERTICAL_ALIGN | final public static String VERTICAL_ALIGN(Code) | | |
ImageReportElement | public ImageReportElement(int x, int y, int width, int height)(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) | | |
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. |
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) | | |
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. |
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. |
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. |
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)
|
|
|