net.sf.jasperreports.engine
Interface JRPrintLine

All Superinterfaces:
JRCommonElement, JRCommonGraphicElement, JRPenContainer, JRPrintElement, JRPrintGraphicElement, JRPropertiesHolder, JRStyleContainer
All Known Implementing Classes:
JRBasePrintLine, JRTemplatePrintLine

public interface JRPrintLine
extends JRPrintGraphicElement

Version:
$Id: JRPrintLine.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu ([email protected])

Method Summary
 LineDirectionEnum getDirectionValue()
          Gets the line direction.
 void setDirection(LineDirectionEnum lineDirectionEnum)
          Sets the line direction.
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintGraphicElement
setFill
 
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement
accept, 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
getFillValue, getLinePen, getOwnFillValue
 
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement
getBackcolor, getForecolor, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnModeValue, setBackcolor, setForecolor, setMode
 
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer
getDefaultLineColor, getDefaultLineWidth
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 

Method Detail

getDirectionValue

LineDirectionEnum getDirectionValue()
Gets the line direction.

Returns:
a value representing one of the line direction constants in LineDirectionEnum

setDirection

void setDirection(LineDirectionEnum lineDirectionEnum)
Sets the line direction.

Parameters:
lineDirectionEnum - a value representing one of the line direction constants in LineDirectionEnum


Copyright © 2011. All Rights Reserved.