Class ChartZoom

java.lang.Object
java.awt.event.MouseAdapter
org.knowm.xchart.internal.chartpart.ChartZoom
All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, ChartPart

public class ChartZoom extends MouseAdapter implements ChartPart, ActionListener
  • Field Details

    • xChartPanel

      protected final XChartPanel<XYChart> xChartPanel
    • xyChart

      protected final XYChart xyChart
    • bounds

      protected Rectangle bounds
    • resetButton

      protected final ChartButton resetButton
    • x1

      protected int x1
    • x2

      protected int x2
    • filtered

      protected boolean filtered
  • Constructor Details

    • ChartZoom

      public ChartZoom(XYChart xyChart, XChartPanel<XYChart> xChartPanel, String resetString)
      Constructor
      Parameters:
      xChartPanel -
      resetString -
  • Method Details