Uses of Class
eu.webtoolkit.jwt.WPoint
-
Packages that use WPoint Package Description eu.webtoolkit.jwt -
-
Uses of WPoint in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return types with arguments of type WPoint Modifier and Type Method Description java.util.List<WPoint>WPolygonArea. getPoints()Returns the polygon vertices.Methods in eu.webtoolkit.jwt with parameters of type WPoint Modifier and Type Method Description voidWPolygonArea. addPoint(WPoint point)Adds a point.booleanWPoint. equals(WPoint other)Indicates whether some other object is "equal to" this one.WMenuItemWPopupMenu. exec(WPoint p)Executes the the popup at a position.voidWPopupMenu. popup(WPoint p)Shows the the popup at a position.voidWCircleArea. setCenter(WPoint point)Sets the center.Method parameters in eu.webtoolkit.jwt with type arguments of type WPoint Modifier and Type Method Description voidWPolygonArea. setPoints(java.util.List<WPoint> points)Sets the polygon vertices.Constructor parameters in eu.webtoolkit.jwt with type arguments of type WPoint Constructor Description WPolygonArea(java.util.List<WPoint> points)Creates a polygon area with given vertices.
-