Class DRDesignLine
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.component.DRDesignComponent
ch.unibas.medizin.dynamicreports.design.base.component.DRDesignLine
- All Implemented Interfaces:
DRIDesignComponent, DRIDesignLine, Serializable
DRDesignLine class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDirection.getPen()getPen.voidsetDirection(LineDirection direction) Setter for the fielddirection.voidsetPen(DRDesignPen pen) Setter for the fieldpen.Methods inherited from class DRDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, init, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setHeight, setPositionType, setPrintInFirstWholeBand, setPrintWhenDetailOverflows, setPrintWhenExpression, setPrintWhenGroupChanges, setPropertyExpressions, setRemoveLineWhenBlank, setStretchType, setStyle, setTableOfContentsHeading, setUniqueName, setWidth, setX, setYMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DRIDesignComponent
getHeight, getName, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getPropertyExpressions, getStretchType, getStyle, getTableOfContentsHeading, getUniqueName, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintWhenDetailOverflows, isRemoveLineWhenBlank
-
Constructor Details
-
DRDesignLine
public DRDesignLine()Constructor for DRDesignLine.
-
-
Method Details
-
getDirection
getDirection.
- Specified by:
getDirectionin interfaceDRIDesignLine- Returns:
- a
LineDirectionobject.
-
setDirection
Setter for the field
direction.- Parameters:
direction- aLineDirectionobject.
-
getPen
getPen.
- Specified by:
getPenin interfaceDRIDesignLine- Returns:
- a
DRIDesignPenobject.
-
setPen
Setter for the field
pen.- Parameters:
pen- aDRDesignPenobject.
-