Interface IStiRadarAxisLabels

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

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

    • getCore

    • setCore

      void setCore(StiRadarAxisLabelsCoreXF value)
    • getRotationLabels

      boolean getRotationLabels()
    • setRotationLabels

      void setRotationLabels(boolean value)
    • getAllowApplyStyle

      boolean getAllowApplyStyle()
    • setAllowApplyStyle

      void setAllowApplyStyle(boolean value)
    • getDrawBorder

      boolean getDrawBorder()
    • setDrawBorder

      void setDrawBorder(boolean value)
    • getTextBefore

      String getTextBefore()
    • setTextBefore

      void setTextBefore(String value)
    • getTextAfter

      String getTextAfter()
    • setTextAfter

      void setTextAfter(String value)
    • getFormat

      String getFormat()
    • setFormat

      void setFormat(String value)
    • getFont

      StiFont getFont()
    • setFont

      void setFont(StiFont value)
    • getAntialiasing

      boolean getAntialiasing()
    • setAntialiasing

      void setAntialiasing(boolean value)
    • getColor

      StiColor getColor()
    • setColor

      void setColor(StiColor value)
    • getBorderColor

      StiColor getBorderColor()
    • setBorderColor

      void setBorderColor(StiColor value)
    • getBrush

      StiBrush getBrush()
    • setBrush

      void setBrush(StiBrush value)
    • isWordWrap

      boolean isWordWrap()
    • setWordWrap

      void setWordWrap(boolean value)
    • getWidth

      double getWidth()
    • setWidth

      void setWidth(double value)
    • clone

      Object clone()