Class LineGraph.ZoomCommand

Object
ZoomCommand
All Implemented Interfaces:
Scheduler.ScheduledCommand, Command
Enclosing class:
LineGraph

public class LineGraph.ZoomCommand extends Object implements Command
The command to change the zoom level.
  • Field Details

    • zoom

      double zoom
      The zoom level.
  • Constructor Details

    • ZoomCommand

      public ZoomCommand()
      Create new zoom command.
    • ZoomCommand

      public ZoomCommand(double zoom)
      Create new zoom command with the specified zoom level.
      Parameters:
      zoom - the zoom level
  • Method Details