Interface IStiChartTable

All Superinterfaces:
Cloneable, IStiJsonReportObject, IStiSerializable, IStiSerializableRef
All Known Implementing Classes:
StiChartTable

public interface IStiChartTable extends Cloneable, IStiSerializableRef, IStiJsonReportObject
  • Method Details

    • getCore

      Returns:
      the core
    • setCore

      void setCore(StiChartTableCore core)
      Parameters:
      core - the core to set
    • getChart

      IStiChart getChart()
      Returns:
      the chart
    • setChart

      void setChart(IStiChart chart)
      Parameters:
      chart - the chart to set
    • isAllowApplyStyle

      boolean isAllowApplyStyle()
      Returns:
      the allowApplyStyle
    • setAllowApplyStyle

      void setAllowApplyStyle(boolean allowApplyStyle)
      Parameters:
      allowApplyStyle - the allowApplyStyle to set
    • getFont

      StiFont getFont()
      Returns:
      the font
    • setFont

      void setFont(StiFont font)
      Parameters:
      font - the font to set
    • isMarkerVisible

      boolean isMarkerVisible()
      Returns:
      the markerVisible
    • setMarkerVisible

      void setMarkerVisible(boolean markerVisible)
      Parameters:
      markerVisible - the markerVisible to set
    • getGridLineColor

      StiColor getGridLineColor()
      Returns:
      the gridLineColor
    • setGridLineColor

      void setGridLineColor(StiColor gridLineColor)
      Parameters:
      gridLineColor - the gridLineColor to set
    • getTextColor

      StiColor getTextColor()
      Returns:
      the textColor
    • setTextColor

      void setTextColor(StiColor textColor)
      Parameters:
      textColor - the textColor to set
    • isGridLinesHor

      boolean isGridLinesHor()
      Returns:
      the gridLinesHor
    • setGridLinesHor

      void setGridLinesHor(boolean gridLinesHor)
      Parameters:
      gridLinesHor - the gridLinesHor to set
    • isGridLinesVert

      boolean isGridLinesVert()
      Returns:
      the gridLinesVert
    • setGridLinesVert

      void setGridLinesVert(boolean gridLinesVert)
      Parameters:
      gridLinesVert - the gridLinesVert to set
    • isGridOutline

      boolean isGridOutline()
      Returns:
      the gridOutline
    • setGridOutline

      void setGridOutline(boolean gridOutline)
      Parameters:
      gridOutline - the gridOutline to set
    • isVisible

      boolean isVisible()
      Returns:
      the visible
    • setVisible

      void setVisible(boolean visible)
      Parameters:
      visible - the visible to set
    • clone

      Object clone()