Interface PositionFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void reset​(com.google.gwt.dom.client.Element e)
      Resets any previously applied positioning, clearing the used style attributes.
      void set​(com.google.gwt.dom.client.Element e, double x, double y)
      Position an element in an (x,y) coordinate system in the DOM.
    • Method Detail

      • set

        void set​(com.google.gwt.dom.client.Element e,
                 double x,
                 double y)
        Position an element in an (x,y) coordinate system in the DOM.
        Parameters:
        e - the element to position. Never null.
        x - the x coordinate, in pixels
        y - the y coordinate, in pixels
      • reset

        void reset​(com.google.gwt.dom.client.Element e)
        Resets any previously applied positioning, clearing the used style attributes.
        Parameters:
        e - the element for which to reset the positioning