dori.jasper.engine
Interface JRImage

All Superinterfaces:
JRAlignment, JRAnchor, JRElement, JRGraphicElement, JRHyperlink
All Known Implementing Classes:
JRBaseImage, JRDesignImage, JRFillImage

public interface JRImage
extends JRGraphicElement, JRAnchor, JRHyperlink, JRAlignment


Field Summary
static byte SCALE_IMAGE_CLIP
           
static byte SCALE_IMAGE_FILL_FRAME
           
static byte SCALE_IMAGE_RETAIN_SHAPE
           
 
Fields inherited from interface dori.jasper.engine.JRGraphicElement
FILL_SOLID, PEN_1_POINT, PEN_2_POINT, PEN_4_POINT, PEN_DOTTED, PEN_NONE, PEN_THIN
 
Fields inherited from interface dori.jasper.engine.JRElement
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
 
Fields inherited from interface dori.jasper.engine.JRHyperlink
HYPERLINK_TYPE_LOCAL_ANCHOR, HYPERLINK_TYPE_LOCAL_PAGE, HYPERLINK_TYPE_NONE, HYPERLINK_TYPE_REFERENCE, HYPERLINK_TYPE_REMOTE_ANCHOR, HYPERLINK_TYPE_REMOTE_PAGE
 
Fields inherited from interface dori.jasper.engine.JRAlignment
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP
 
Method Summary
 JRGroup getEvaluationGroup()
           
 byte getEvaluationTime()
           
 JRExpression getExpression()
           
 byte getHorizontalAlignment()
           
 byte getScaleImage()
           
 byte getVerticalAlignment()
           
 boolean isUsingCache()
           
 void setHorizontalAlignment(byte horizontalAlignment)
           
 void setScaleImage(byte scaleImage)
           
 void setUsingCache(boolean isUsingCache)
           
 void setVerticalAlignment(byte verticalAlignment)
           
 
Methods inherited from interface dori.jasper.engine.JRGraphicElement
getFill, getPen, setFill, setPen
 
Methods inherited from interface dori.jasper.engine.JRElement
getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX
 
Methods inherited from interface dori.jasper.engine.JRAnchor
getAnchorNameExpression
 
Methods inherited from interface dori.jasper.engine.JRHyperlink
getHyperlinkAnchorExpression, getHyperlinkPageExpression, getHyperlinkReferenceExpression, getHyperlinkType
 

Field Detail

SCALE_IMAGE_CLIP

public static final byte SCALE_IMAGE_CLIP
See Also:
Constant Field Values

SCALE_IMAGE_FILL_FRAME

public static final byte SCALE_IMAGE_FILL_FRAME
See Also:
Constant Field Values

SCALE_IMAGE_RETAIN_SHAPE

public static final byte SCALE_IMAGE_RETAIN_SHAPE
See Also:
Constant Field Values
Method Detail

getScaleImage

public byte getScaleImage()

setScaleImage

public void setScaleImage(byte scaleImage)

getHorizontalAlignment

public byte getHorizontalAlignment()

setHorizontalAlignment

public void setHorizontalAlignment(byte horizontalAlignment)

getVerticalAlignment

public byte getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(byte verticalAlignment)

isUsingCache

public boolean isUsingCache()

setUsingCache

public void setUsingCache(boolean isUsingCache)

getEvaluationTime

public byte getEvaluationTime()

getEvaluationGroup

public JRGroup getEvaluationGroup()

getExpression

public JRExpression getExpression()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.