public interface JRLine extends JRGraphicElement
Modifier and Type | Field and Description |
---|---|
static byte |
DIRECTION_BOTTOM_UP
Deprecated.
Replaced by
LineDirectionEnum.BOTTOM_UP . |
static byte |
DIRECTION_TOP_DOWN
Deprecated.
Replaced by
LineDirectionEnum.TOP_DOWN . |
FILL_SOLID, PEN_1_POINT, PEN_2_POINT, PEN_4_POINT, PEN_DOTTED, PEN_NONE, PEN_THIN
MODE_OPAQUE, MODE_TRANSPARENT, POSITION_TYPE_FIX_RELATIVE_TO_BOTTOM, POSITION_TYPE_FIX_RELATIVE_TO_TOP, POSITION_TYPE_FLOAT, STRETCH_TYPE_NO_STRETCH, STRETCH_TYPE_RELATIVE_TO_BAND_HEIGHT, STRETCH_TYPE_RELATIVE_TO_TALLEST_OBJECT
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 lineDirectionEnum)
Sets the line direction.
|
getOwnPen, getPen, setPen, setPen
collectExpressions, getElementGroup, getKey, getPositionType, getPositionTypeValue, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStretchTypeValue, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setPositionType, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setStretchType, setWidth, setX
visit
clone
getParentProperties, getPropertiesMap, hasProperties
getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, setFill, setFill, setFill
getBackcolor, getForecolor, getHeight, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getWidth, setBackcolor, setForecolor, setMode, setMode, setMode
getDefaultLineColor, getDefaultLineWidth
getDefaultStyleProvider, getStyle, getStyleNameReference
static final byte DIRECTION_TOP_DOWN
LineDirectionEnum.TOP_DOWN
.static final byte DIRECTION_BOTTOM_UP
LineDirectionEnum.BOTTOM_UP
.byte getDirection()
getDirectionValue()
.void setDirection(byte direction)
setDirection(LineDirectionEnum)
.LineDirectionEnum getDirectionValue()
LineDirectionEnum
void setDirection(LineDirectionEnum lineDirectionEnum)
lineDirectionEnum
- a value representing one of the line direction constants in LineDirectionEnum
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com