net.sf.jasperreports.engine
Interface JRCommonImage

All Superinterfaces:
JRBoxContainer, JRCommonElement, JRCommonGraphicElement, JRIdentifiable, JRPenContainer, JRStyleContainer
All Known Subinterfaces:
JRImage, JRPrintImage
All Known Implementing Classes:
JRBaseImage, JRBasePrintImage, JRDesignImage, JRFillImage, JRRecordedValuesPrintImage, JRTemplateImage, JRTemplatePrintImage

public interface JRCommonImage
extends JRCommonGraphicElement, JRBoxContainer

Version:
$Id: JRCommonImage.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 ScaleImageEnum getOwnScaleImageValue()
          Gets the image own scale type.
 ScaleImageEnum getScaleImageValue()
          Gets the image scale type.
 void setScaleImage(ScaleImageEnum scaleImageEnum)
          Sets the image scale type.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonGraphicElement
getFillValue, getLinePen, getOwnFillValue, setFill
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement
getBackcolor, getForecolor, getHeight, getKey, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode
 
Methods inherited from interface net.sf.jasperreports.engine.JRIdentifiable
getUUID
 
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer
getDefaultLineColor, getDefaultLineWidth
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 
Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer
getDefaultLineColor, getLineBox
 

Method Detail

getScaleImageValue

ScaleImageEnum getScaleImageValue()
Gets the image scale type.

Returns:
a value representing one of the scale type constants in ScaleImageEnum

getOwnScaleImageValue

ScaleImageEnum getOwnScaleImageValue()
Gets the image own scale type.

Returns:
a value representing one of the scale type constants in ScaleImageEnum

setScaleImage

void setScaleImage(ScaleImageEnum scaleImageEnum)
Sets the image scale type.

Parameters:
scaleImageEnum - a value representing one of the scale type constants in ScaleImageEnum


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com