Package net.sf.jasperreports.engine.base
Class JRBasePrintGraphicElement
java.lang.Object
net.sf.jasperreports.engine.base.JRBasePrintElement
net.sf.jasperreports.engine.base.JRBasePrintGraphicElement
- All Implemented Interfaces:
- Serializable,- JRCommonElement,- JRCommonGraphicElement,- JRIdentifiable,- JRPenContainer,- JRPrintElement,- JRPrintGraphicElement,- JRPropertiesHolder,- JRStyleContainer
- Direct Known Subclasses:
- JRBasePrintEllipse,- JRBasePrintImage,- JRBasePrintLine,- JRBasePrintRectangle
public abstract class JRBasePrintGraphicElement
extends JRBasePrintElement
implements JRPrintGraphicElement
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- 
Field SummaryFieldsFields inherited from class net.sf.jasperreports.engine.base.JRBasePrintElementbackcolor, defaultStyleProvider, forecolor, height, key, mode, origin, style, uuid, width, x, yFields inherited from interface net.sf.jasperreports.engine.JRPrintElementUNSET_PRINT_ELEMENT_ID, UNSET_SOURCE_ELEMENT_ID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidgetFill()Indicates the fill type used for this element.Indicates the own fill type used for this element.voidSets the fill type used for this element.Methods inherited from class net.sf.jasperreports.engine.base.JRBasePrintElementaccept, getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getParentProperties, getPrintElementId, getPropertiesMap, getSourceElementId, getStyle, getStyleNameReference, getStyleResolver, getUUID, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setKey, setMode, setOrigin, setPrintElementId, setSourceElementId, setStyle, setUUID, setWidth, setX, setYMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.JRCommonElementgetBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, setBackcolor, setForecolor, setModeMethods inherited from interface net.sf.jasperreports.engine.JRIdentifiablegetUUIDMethods inherited from interface net.sf.jasperreports.engine.JRPrintElementaccept, getHeight, getKey, getOrigin, getPrintElementId, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setUUID, setWidth, setX, setYMethods inherited from interface net.sf.jasperreports.engine.JRPropertiesHoldergetParentProperties, getPropertiesMap, hasPropertiesMethods inherited from interface net.sf.jasperreports.engine.JRStyleContainergetDefaultStyleProvider, getStyle, getStyleName, getStyleNameReference
- 
Field Details- 
linePen
- 
fill
 
- 
- 
Constructor Details- 
JRBasePrintGraphicElement
 
- 
- 
Method Details- 
getLinePen- Specified by:
- getLinePenin interface- JRCommonGraphicElement
 
- 
copyPen
- 
getFillDescription copied from interface:JRCommonGraphicElementIndicates the fill type used for this element.- Specified by:
- getFillin interface- JRCommonGraphicElement
- Returns:
- a value representing one of the fill type constants in FillEnum
 
- 
getOwnFillDescription copied from interface:JRCommonGraphicElementIndicates the own fill type used for this element.- Specified by:
- getOwnFillin interface- JRCommonGraphicElement
- Returns:
- a value representing one of the fill type constants in FillEnum
 
- 
setFillDescription copied from interface:JRPrintGraphicElementSets the fill type used for this element.- Specified by:
- setFillin interface- JRCommonGraphicElement
- Specified by:
- setFillin interface- JRPrintGraphicElement
- Parameters:
- fill- one of the pen constants in- FillEnum.
 
- 
getDefaultLineWidth- Specified by:
- getDefaultLineWidthin interface- JRPenContainer
 
- 
getDefaultLineColor- Specified by:
- getDefaultLineColorin interface- JRPenContainer
 
 
-