Class MapElement.PixelCoordinate
java.lang.Object
com.vaadin.flow.component.map.testbench.MapElement.PixelCoordinate
- Enclosing class:
- MapElement
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PixelCoordinate
public PixelCoordinate(int x, int y)
-
-
Method Details
-
getX
public int getX() -
getY
public int getY()
-