Class PlotShapeMove

java.lang.Object
llnl.gnem.core.gui.plotting.events.PlotShapeMove

public class PlotShapeMove extends Object
  • Constructor Details

    • PlotShapeMove

      public PlotShapeMove(String name, double x0, double x1, double y0, double y1)
  • Method Details

    • getSerialversionuid

      public static long getSerialversionuid()
    • getName

      public String getName()
    • getX0

      public double getX0()
    • getX1

      public double getX1()
    • getY0

      public double getY0()
    • getY1

      public double getY1()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object