Interface DRIDesignSpiderPlot

All Superinterfaces:
DRIDesignPlot, Serializable
All Known Implementing Classes:
DRDesignSpiderPlot

public interface DRIDesignSpiderPlot extends DRIDesignPlot

DRIDesignSpiderPlot interface.

Author:
Ricardo Mariaca
  • Method Details

    • getMaxValueExpression

      DRIDesignExpression getMaxValueExpression()

      getMaxValueExpression.

      Returns:
      a DRIDesignExpression object.
    • getRotation

      SpiderRotation getRotation()

      getRotation.

      Returns:
      a SpiderRotation object.
    • getTableOrder

      TableOrder getTableOrder()

      getTableOrder.

      Returns:
      a TableOrder object.
    • getWebFilled

      Boolean getWebFilled()

      getWebFilled.

      Returns:
      a Boolean object.
    • getStartAngle

      Double getStartAngle()

      getStartAngle.

      Returns:
      a Double object.
    • getHeadPercent

      Double getHeadPercent()

      getHeadPercent.

      Returns:
      a Double object.
    • getInteriorGap

      Double getInteriorGap()

      getInteriorGap.

      Returns:
      a Double object.
    • getAxisLineColor

      Color getAxisLineColor()

      getAxisLineColor.

      Returns:
      a Color object.
    • getAxisLineWidth

      Float getAxisLineWidth()

      getAxisLineWidth.

      Returns:
      a Float object.
    • getLabelFont

      DRIDesignFont getLabelFont()

      getLabelFont.

      Returns:
      a DRIDesignFont object.
    • getLabelGap

      Double getLabelGap()

      getLabelGap.

      Returns:
      a Double object.
    • getLabelColor

      Color getLabelColor()

      getLabelColor.

      Returns:
      a Color object.