public static class PositionFunction.Translate3DPosition extends Object implements PositionFunction
PositionFunction.Translate3DPosition, PositionFunction.TranslatePosition, PositionFunction.WebkitTranslate3DPosition| Constructor and Description |
|---|
Translate3DPosition() |
| Modifier and Type | Method and 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.
|
public void set(com.google.gwt.dom.client.Element e,
double x,
double y)
PositionFunctionset in interface PositionFunctione - the element to position. Never null.x - the x coordinate, in pixelsy - the y coordinate, in pixelspublic void reset(com.google.gwt.dom.client.Element e)
PositionFunctionreset in interface PositionFunctione - the element for which to reset the positioningCopyright © 2021 Vaadin Ltd. All rights reserved.