Class Selection

java.lang.Object
org.graphstream.ui.view.Selection

public class Selection
extends Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    double x1  
    double x2  
    double y1  
    double y2  
  • Constructor Summary

    Constructors
    Constructor Description
    Selection()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(Object o)  
    int hashCode()  

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x1

      public double x1
    • y1

      public double y1
    • x2

      public double x2
    • y2

      public double y2
  • Constructor Details

    • Selection

      public Selection()
  • Method Details