Uses of Class
io.vertx.pgclient.data.Point
Packages that use Point
-
Uses of Point in io.vertx.pgclient.data
Methods in io.vertx.pgclient.data that return PointModifier and TypeMethodDescriptionCircle.getCenterPoint()Box.getLowerLeftCorner()LineSegment.getP1()LineSegment.getP2()Box.getUpperRightCorner()Point.setX(double x) Point.setY(double y) Methods in io.vertx.pgclient.data that return types with arguments of type PointMethods in io.vertx.pgclient.data with parameters of type PointModifier and TypeMethodDescriptionvoidCircle.setCenterPoint(Point centerPoint) voidBox.setLowerLeftCorner(Point lowerLeftCorner) voidvoidvoidBox.setUpperRightCorner(Point upperRightCorner) Method parameters in io.vertx.pgclient.data with type arguments of type PointModifier and TypeMethodDescriptionvoidvoidConstructors in io.vertx.pgclient.data with parameters of type PointConstructor parameters in io.vertx.pgclient.data with type arguments of type Point