Interface IStyled

All Known Implementing Classes:
Styled

public interface IStyled
  • Method Details Link icon

    • getFillColor Link icon

      Color getFillColor()
      Get the color used for fill the interior area.
      Returns:
      the fill color.
    • setFillColor Link icon

      void setFillColor(Color fillColor)
      Set the color used for fill the interior area.
      Parameters:
      fillColor - the fill color.
    • getBorderColor Link icon

      Color getBorderColor()
      Get the color used for symbol borders.
      Returns:
      the symbol border color.
    • setBorderColor Link icon

      void setBorderColor(Color borderColor)
      Set the color used for symbol borders.
      Parameters:
      borderColor - the border color.
    • getFitLineColor Link icon

      Color getFitLineColor()
      Get the color used for fits.
      Returns:
      the fit line color.
    • getAuxLineColor Link icon

      Color getAuxLineColor()
      Get the color used for auxiliary lines.
      Returns:
      the auxiliary line color.
    • setFitLineColor Link icon

      void setFitLineColor(Color fitColor)
      Set the color used for the fit drawing.
      Parameters:
      fitColor - the fit color.
    • setAuxLineColor Link icon

      void setAuxLineColor(Color auxColor)
      Set the color used for auxiliary lines.
      Parameters:
      auxColor - the auxiliary line color.
    • getFitLineStyle Link icon

      LineStyle getFitLineStyle()
      Get the style used for drawing fits.
      Returns:
      the line style for fits.
    • getAuxLineStyle Link icon

      LineStyle getAuxLineStyle()
      Get the style used for drawing fits.
      Returns:
      the line style for fits.
    • setFitLineStyle Link icon

      void setFitLineStyle(LineStyle lineStyle)
      Set the style used for drawing fits.
      Parameters:
      lineStyle - the fit line style.
    • setAuxLineStyle Link icon

      void setAuxLineStyle(LineStyle lineStyle)
      Set the style used for drawing auxiliary lines.
      Parameters:
      lineStyle - the auxiliary line style.
    • getSymbolType Link icon

      SymbolType getSymbolType()
      Get the symbol used for drawing points.
      Returns:
      the symbol used for drawing points.
    • setSymbolType Link icon

      void setSymbolType(SymbolType symbolType)
      Set the symbol used for drawing points.
      Parameters:
      symbolType - the symbol used for drawing points.
    • getFitLineWidth Link icon

      float getFitLineWidth()
      Get the line width for drawing fits.
      Returns:
      the fit line width in pixels.
    • getAuxLineWidth Link icon

      float getAuxLineWidth()
      Get the line width for drawing auxiliary lines.
      Returns:
      the auxiliary line width in pixels.
    • setFitLineWidth Link icon

      void setFitLineWidth(float lineWidth)
      Set the line width for drawing fit lines.
      Parameters:
      lineWidth - the line width in pixels.
    • setAuxLineWidth Link icon

      void setAuxLineWidth(float lineWidth)
      Set the line width for drawing auxiliary lines.
      Parameters:
      lineWidth - the auxiliary line width in pixels.
    • getSymbolSize Link icon

      int getSymbolSize()
      Get the symbol size (full width) in pixels.
      Returns:
      the symbol size (full width) in pixels.
    • setSymbolSize Link icon

      void setSymbolSize(int symbolSize)
      Set symbol size (full width) in pixels.
      Parameters:
      symbolSize - symbol size (full width) in pixels.