net.sf.jasperreports.engine.fill
Class JRTemplatePrintLine
java.lang.Object
net.sf.jasperreports.engine.fill.JRTemplatePrintElement
net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement
net.sf.jasperreports.engine.fill.JRTemplatePrintLine
- All Implemented Interfaces:
- java.io.Serializable, JRCommonElement, JRCommonGraphicElement, JRPenContainer, JRPrintElement, JRPrintGraphicElement, JRPrintLine, JRPropertiesHolder, JRStyleContainer
public class JRTemplatePrintLine
- extends JRTemplatePrintGraphicElement
- implements JRPrintLine
Implementation of JRPrintLine
that uses
a JRTemplateLine
instance to
store common attributes.
- Version:
- $Id: JRTemplatePrintLine.java 3991 2010-10-12 20:10:55Z lucianc $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement |
getDefaultLineColor, getDefaultLineWidth, getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen |
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getTemplate, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setMode, setMode, setMode, setStyle, setTemplate, setWidth, setX, setY, updateElementTemplate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
getBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode |
JRTemplatePrintLine
public JRTemplatePrintLine(JRTemplateLine line)
- Creates a print line element.
- Parameters:
line
- the template line that the element will use
getDirection
public byte getDirection()
- Deprecated. Replaced by
getDirectionValue()
.
- Specified by:
getDirection
in interface JRPrintLine
setDirection
public void setDirection(byte direction)
- Deprecated. Replaced by
setDirection(LineDirectionEnum)
.
- Specified by:
setDirection
in interface JRPrintLine
getDirectionValue
public LineDirectionEnum getDirectionValue()
- Description copied from interface:
JRPrintLine
- Gets the line direction.
- Specified by:
getDirectionValue
in interface JRPrintLine
- Returns:
- a value representing one of the line direction constants in
LineDirectionEnum
setDirection
public void setDirection(LineDirectionEnum direction)
- Description copied from interface:
JRPrintLine
- Sets the line direction.
- Specified by:
setDirection
in interface JRPrintLine
- Parameters:
direction
- a value representing one of the line direction constants in LineDirectionEnum
accept
public <T> void accept(PrintElementVisitor<T> visitor,
T arg)
- Description copied from interface:
JRPrintElement
- Accepts a print element visitor.
The element calls the method that corresponds to the element type on the visitor.
- Specified by:
accept
in interface JRPrintElement
- Overrides:
accept
in class JRTemplatePrintElement
- Type Parameters:
T
- the type of the argument passed to the visit operation- Parameters:
visitor
- the visitor objectsarg
- the argument passed to the visit operation
Copyright © 2011. All Rights Reserved.