net.sf.jasperreports.engine.base
public class JRBasePrintLine extends JRBasePrintGraphicElement implements JRPrintLine
Modifier and Type | Field and Description |
---|---|
protected LineDirectionEnum |
directionValue |
fillValue, linePen
Constructor and Description |
---|
JRBasePrintLine(JRDefaultStyleProvider defaultStyleProvider) |
Modifier and Type | Method and Description |
---|---|
byte |
getDirection()
Deprecated.
Replaced by
getDirectionValue() . |
LineDirectionEnum |
getDirectionValue()
Gets the line direction.
|
void |
setDirection(byte direction)
Deprecated.
Replaced by
setDirection(LineDirectionEnum) . |
void |
setDirection(LineDirectionEnum directionValue)
Sets the line direction.
|
void |
setHeight(int height) |
void |
setWidth(int width) |
copyPen, getDefaultLineColor, getDefaultLineWidth, getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setKey, setMode, setMode, setMode, setOrigin, setStyle, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen
getHeight, getKey, getOrigin, getWidth, getX, getY, setStyle, setX, setY
getParentProperties, getPropertiesMap, hasProperties
getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue
getBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode
getDefaultLineColor, getDefaultLineWidth
getDefaultStyleProvider, getStyle, getStyleNameReference
protected LineDirectionEnum directionValue
public JRBasePrintLine(JRDefaultStyleProvider defaultStyleProvider)
public void setWidth(int width)
setWidth
in interface JRPrintElement
setWidth
in class JRBasePrintElement
public void setHeight(int height)
setHeight
in interface JRPrintElement
setHeight
in class JRBasePrintElement
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 directionValue)
JRPrintLine
setDirection
in interface JRPrintLine
directionValue
- a value representing one of the line direction constants in LineDirectionEnum
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com