Class StiLineInfo

java.lang.Object
com.stimulsoft.base.drawing.StiLineInfo

public class StiLineInfo extends Object
Copyright Stimulsoft
  • Constructor Details

  • Method Details

    • getText

      public String getText()
      Returns:
      the text
    • setText

      public void setText(String text)
      Parameters:
      text - the text to set
    • getWidth

      public Double getWidth()
      Returns:
      the width
    • setWidth

      public void setWidth(Double width)
      Parameters:
      width - the width to set
    • getHeight

      public Double getHeight()
      Returns:
      the height
    • setHeight

      public void setHeight(Double height)
      Parameters:
      height - the height to set
    • isBreakAdded

      public boolean isBreakAdded()
      Returns:
      the breakAdded
    • setBreakAdded

      public void setBreakAdded(boolean breakAdded)
      Parameters:
      breakAdded - the breakAdded to set