Class StockChartProperties

All Implemented Interfaces:
HTMLTestable

public final class StockChartProperties extends AxisChartTypeProperties
  • Field Details

    • DEFAULT_STROKE

      public static final Stroke DEFAULT_STROKE
    • hiLowStroke

      private Stroke hiLowStroke
    • openStroke

      private Stroke openStroke
    • openLength

      private int openLength
    • closeStroke

      private Stroke closeStroke
    • closeLength

      private int closeLength
  • Constructor Details

    • StockChartProperties

      public StockChartProperties()
    • StockChartProperties

      public StockChartProperties(Stroke hiLowStroke, Stroke openStroke, int openPixelLength, Stroke closeStroke, int closePixelLength)
      Parameters:
      hiLowStroke -
      openStroke -
      openPixelLength -
      closeStroke -
      closePixelLength -
  • Method Details

    • getHiLowStroke

      public Stroke getHiLowStroke()
      Returns:
      Stroke
    • setHiLowStroke

      public void setHiLowStroke(Stroke stroke)
      Parameters:
      stroke -
    • getOpenStroke

      public Stroke getOpenStroke()
      Returns:
      Stroke
    • setOpenStroke

      public void setOpenStroke(Stroke stroke)
      Parameters:
      stroke -
    • getOpenPixelLength

      public int getOpenPixelLength()
      Returns:
      int
    • setOpenPixelLength

      public void setOpenPixelLength(int pixelLength)
      Parameters:
      pixelLength -
    • getCloseStroke

      public Stroke getCloseStroke()
      Returns:
      Stroke
    • setCloseStroke

      public void setCloseStroke(Stroke stroke)
      Parameters:
      stroke -
    • getClosePixelLength

      public int getClosePixelLength()
      Returns:
      int
    • setClosePixelLength

      public void setClosePixelLength(int pixelLength)
      Parameters:
      pixelLength -
    • validate

      public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
      Validates the properties.
      Specified by:
      validate in class AxisChartTypeProperties
      Parameters:
      iAxisPlotDataSet -
      Throws:
      PropertyException
    • toHTML

      public void toHTML(HTMLGenerator htmlGenerator)
      Enables the testing routines to display the contents of this Object.
      Parameters:
      htmlGenerator -