Class DRTabStop

java.lang.Object
net.sf.dynamicreports.report.base.style.DRTabStop
All Implemented Interfaces:
Serializable, DRITabStop

public class DRTabStop extends Object implements DRITabStop

DRTabStop class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRTabStop

      public DRTabStop()
  • Method Details

    • getPosition

      public int getPosition()

      getPosition.

      Specified by:
      getPosition in interface DRITabStop
      Returns:
      a int.
    • setPosition

      public void setPosition(int position)

      Setter for the field position.

      Parameters:
      position - a int.
    • getAlignment

      public TabStopAlignment getAlignment()

      getAlignment.

      Specified by:
      getAlignment in interface DRITabStop
      Returns:
      a TabStopAlignment object.
    • setAlignment

      public void setAlignment(TabStopAlignment alignment)

      Setter for the field alignment.

      Parameters:
      alignment - a TabStopAlignment object.