net.sf.jasperreports.engine
Interface JRCommonGraphicElement

All Superinterfaces:
JRCommonElement, JRPenContainer, JRStyleContainer
All Known Subinterfaces:
JRCommonImage, JREllipse, JRGraphicElement, JRImage, JRLine, JRPrintEllipse, JRPrintGraphicElement, JRPrintImage, JRPrintLine, JRPrintRectangle, JRRectangle
All Known Implementing Classes:
JRBaseEllipse, JRBaseGraphicElement, JRBaseImage, JRBaseLine, JRBasePrintEllipse, JRBasePrintGraphicElement, JRBasePrintImage, JRBasePrintLine, JRBasePrintRectangle, JRBaseRectangle, JRDesignEllipse, JRDesignGraphicElement, JRDesignImage, JRDesignLine, JRDesignRectangle, JRFillEllipse, JRFillGraphicElement, JRFillImage, JRFillLine, JRFillRectangle, JRRecordedValuesPrintImage, JRTemplateEllipse, JRTemplateGraphicElement, JRTemplateImage, JRTemplateLine, JRTemplatePrintEllipse, JRTemplatePrintGraphicElement, JRTemplatePrintImage, JRTemplatePrintLine, JRTemplatePrintRectangle, JRTemplateRectangle

public interface JRCommonGraphicElement
extends JRCommonElement, JRPenContainer

An abstract representation of a report graphic element. It provides basic functionality for images, lines, rectangles and ellipses.

Version:
$Id: JRCommonGraphicElement.java 3033 2009-08-27 11:46:22Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 byte getFill()
          Indicates the fill type used for this element.
 JRPen getLinePen()
           
 java.lang.Byte getOwnFill()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement
getBackcolor, getForecolor, getKey, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode
 
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer
getDefaultLineColor, getDefaultLineWidth
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 

Method Detail

getLinePen

JRPen getLinePen()

getFill

byte getFill()
Indicates the fill type used for this element.

Returns:
one of the pen constants in this class

getOwnFill

java.lang.Byte getOwnFill()


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com