|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRTemplatePrintElement
net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement
net.sf.jasperreports.engine.fill.JRTemplatePrintLine
public class JRTemplatePrintLine
Implementation of JRPrintLine
that uses
a JRTemplateLine
instance to
store common attributes.
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
---|
template |
Constructor Summary | |
---|---|
JRTemplatePrintLine(JRTemplateLine line)
Creates a print line element. |
Method Summary | |
---|---|
byte |
getDirection()
Deprecated. Replaced by getDirectionValue() . |
LineDirectionEnum |
getDirectionValue()
Gets the line direction. |
void |
setDirection(byte direction)
Deprecated. Replaced by setDirection(LineDirectionEnum) . |
void |
setDirection(LineDirectionEnum direction)
Sets the line direction. |
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.JRPrintGraphicElement |
---|
getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen |
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.JRPropertiesHolder |
---|
getParentProperties, getPropertiesMap, hasProperties |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonGraphicElement |
---|
getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
---|
getBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode |
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer |
---|
getDefaultLineColor, getDefaultLineWidth |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
Constructor Detail |
---|
public JRTemplatePrintLine(JRTemplateLine line)
line
- the template line that the element will useMethod Detail |
---|
public byte getDirection()
getDirectionValue()
.
getDirection
in interface JRPrintLine
public void setDirection(byte direction)
setDirection(LineDirectionEnum)
.
setDirection
in interface JRPrintLine
public LineDirectionEnum getDirectionValue()
JRPrintLine
getDirectionValue
in interface JRPrintLine
LineDirectionEnum
public void setDirection(LineDirectionEnum direction)
JRPrintLine
setDirection
in interface JRPrintLine
direction
- a value representing one of the line direction constants in LineDirectionEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |