Interface IStiStrips

All Superinterfaces:
Cloneable, IStiJsonReportObject
All Known Implementing Classes:
StiStrips

public interface IStiStrips extends Cloneable, IStiJsonReportObject
  • Method Details

    • getCore

      StiStripsCoreXF getCore()
    • setCore

      void setCore(StiStripsCoreXF value)
    • getAllowApplyStyle

      boolean getAllowApplyStyle()
    • setAllowApplyStyle

      void setAllowApplyStyle(boolean value)
    • getShowBehind

      boolean getShowBehind()
    • setShowBehind

      void setShowBehind(boolean value)
    • getStripBrush

      StiBrush getStripBrush()
    • setStripBrush

      void setStripBrush(StiBrush value)
    • getAntialiasing

      boolean getAntialiasing()
    • setAntialiasing

      void setAntialiasing(boolean value)
    • getFont

      StiFont getFont()
    • setFont

      void setFont(StiFont value)
    • getText

      String getText()
    • setText

      void setText(String value)
    • getTitleVisible

      boolean getTitleVisible()
    • setTitleVisible

      void setTitleVisible(boolean value)
    • getTitleColor

      StiColor getTitleColor()
    • setTitleColor

      void setTitleColor(StiColor value)
    • getOrientation

      StiStrips.StiOrientation getOrientation()
    • setOrientation

      void setOrientation(StiStrips.StiOrientation value)
    • getShowInLegend

      boolean getShowInLegend()
    • setShowInLegend

      void setShowInLegend(boolean value)
    • getMaxValue

      String getMaxValue()
    • setMaxValue

      void setMaxValue(String value)
    • getMinValue

      String getMinValue()
    • setMinValue

      void setMinValue(String value)
    • getVisible

      boolean getVisible()
    • setVisible

      void setVisible(boolean value)
    • getChart

      IStiChart getChart()
    • setChart

      void setChart(IStiChart value)
    • clone

      IStiStrips clone()