All Implemented Interfaces:
IStiJsonReportObject

public class StiLabelAnimationGeom extends StiAnimationGeom
Copyright Stimulsoft
  • Constructor Details

  • Method Details

    • SaveToJsonObject

      public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
      Specified by:
      SaveToJsonObject in interface IStiJsonReportObject
      Overrides:
      SaveToJsonObject in class StiAnimationGeom
      Throws:
      JSONException
    • LoadFromJsonObject

      public void LoadFromJsonObject(JSONObject jObject)
      Specified by:
      LoadFromJsonObject in interface IStiJsonReportObject
      Overrides:
      LoadFromJsonObject in class StiAnimationGeom
    • getType

      public StiGeomType getType()
      Specified by:
      getType in class StiGeom
    • getText

      public String getText()
      Returns:
      the text
    • setText

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

      public StiFontGeom getFont()
      Returns:
      the font
    • setFont

      public void setFont(StiFontGeom font)
      Parameters:
      font - the font to set
    • getTextBrush

      public Object getTextBrush()
      Returns:
      the textBrush
    • setTextBrush

      public void setTextBrush(Object textBrush)
      Parameters:
      textBrush - the textBrush to set
    • getLabelBrush

      public Object getLabelBrush()
      Returns:
      the labelBrush
    • setLabelBrush

      public void setLabelBrush(Object labelBrush)
      Parameters:
      labelBrush - the labelBrush to set
    • getPenBorder

      public StiPenGeom getPenBorder()
      Returns:
      the penBorder
    • setPenBorder

      public void setPenBorder(StiPenGeom penBorder)
      Parameters:
      penBorder - the penBorder to set
    • getRectangle

      public StiRectangle getRectangle()
      Returns:
      the rectangle
    • setRectangle

      public void setRectangle(StiRectangle rectangle)
      Parameters:
      rectangle - the rectangle to set
    • getStringFormat

      public StiStringFormatGeom getStringFormat()
      Returns:
      the stringFormat
    • setStringFormat

      public void setStringFormat(StiStringFormatGeom stringFormat)
      Parameters:
      stringFormat - the stringFormat to set
    • getAngle

      public Float getAngle()
      Returns:
      the angle
    • setAngle

      public void setAngle(Float angle)
      Parameters:
      angle - the angle to set
    • getRotationMode

      public StiRotationMode getRotationMode()
      Returns:
      the rotationMode
    • setRotationMode

      public void setRotationMode(StiRotationMode rotationMode)
      Parameters:
      rotationMode - the rotationMode to set
    • isDrawBorder

      public boolean isDrawBorder()
      Returns:
      the drawBorder
    • setDrawBorder

      public void setDrawBorder(boolean drawBorder)
      Parameters:
      drawBorder - the drawBorder to set