Class LocationRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      LocationRequest()
      Constructs a LocationRequest with no type.
      LocationRequest​(java.lang.Object type)
      Constructs a LocationRequest with the given type.
    • Constructor Detail

      • LocationRequest

        public LocationRequest()
        Constructs a LocationRequest with no type.
      • LocationRequest

        public LocationRequest​(java.lang.Object type)
        Constructs a LocationRequest with the given type.
        Parameters:
        type - the type
    • Method Detail

      • getLocation

        public org.eclipse.draw2d.geometry.Point getLocation()
        Returns the current location.
        Returns:
        The current location
      • setLocation

        public void setLocation​(org.eclipse.draw2d.geometry.Point p)
        Sets the current location.
        Parameters:
        p - The current location.