Class SerialChartImpl

All Implemented Interfaces:
Chart<SerialChart>, CoordinateChart<SerialChart>, RectangularChart<SerialChart>, SerialChart, SeriesBasedChart<SerialChart>, HasStartEffect<SerialChart>, ChartModel<SerialChart>, CoordinateChartModel<SerialChart>, RectangularChartModel<SerialChart>, SeriesBasedChartModel<SerialChart>, HasColors<SerialChart>, HasMargins<SerialChart>, AttachNotifier, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasContextHelp, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, org.springframework.beans.factory.InitializingBean

public class SerialChartImpl extends SeriesBasedChartImpl<SerialChart,SerialChartModelImpl> implements SerialChart
  • Constructor Details

    • SerialChartImpl

      public SerialChartImpl()
  • Method Details

    • createChartConfiguration

      protected SerialChartModelImpl createChartConfiguration()
      Specified by:
      createChartConfiguration in class ChartImpl<SerialChart,SerialChartModelImpl>
    • getBezierX

      public Integer getBezierX()
      Specified by:
      getBezierX in interface SerialChart
      Returns:
      horizontal tension of bezier
    • setBezierX

      public void setBezierX(Integer bezierX)
      Description copied from interface: SerialChart
      Sets horizontal tension of bezier (used by smoothed line). If not defined, chart adjust tension by itself, taking in to account if chart is rotated or not. Allowed values 1 - infinity.
      Specified by:
      setBezierX in interface SerialChart
      Parameters:
      bezierX - horizontal tension of bezier
    • getBezierY

      public Integer getBezierY()
      Specified by:
      getBezierY in interface SerialChart
      Returns:
      vertical tension of bezier
    • setBezierY

      public void setBezierY(Integer bezierY)
      Description copied from interface: SerialChart
      Sets vertical tension of bezier (used by smoothed line). If not defined, chart adjust tension by itself, taking in to account if chart is rotated or not. Allowed values 1 - infinity.
      Specified by:
      setBezierY in interface SerialChart
      Parameters:
      bezierY - vertical tension of bezier