Class DRDesignTabStop
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.style.DRDesignTabStop
- All Implemented Interfaces:
DRIDesignTabStop, Serializable
DRDesignTabStop class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlignment.intgetPosition.inthashCode()voidsetAlignment(TabStopAlignment alignment) Setter for the fieldalignment.voidsetPosition(int position) Setter for the fieldposition.
-
Constructor Details
-
DRDesignTabStop
public DRDesignTabStop()
-
-
Method Details
-
getPosition
public int getPosition()getPosition.
- Specified by:
getPositionin interfaceDRIDesignTabStop- Returns:
- an int.
-
setPosition
public void setPosition(int position) Setter for the field
position.- Parameters:
position- an int.
-
getAlignment
getAlignment.
- Specified by:
getAlignmentin interfaceDRIDesignTabStop- Returns:
- a
TabStopAlignmentobject.
-
setAlignment
Setter for the field
alignment.- Parameters:
alignment- aTabStopAlignmentobject.
-
equals
-
hashCode
-