Uses of Class
net.thucydides.core.geometry.Point
| Package | Description |
|---|---|
| net.thucydides.core.geometry |
-
Uses of Point in net.thucydides.core.geometry
Methods in net.thucydides.core.geometry that return Point Modifier and Type Method Description static PointPoint. at(int x, int y)static PointPoint. at(long x, long y)static PointPoint. at(java.math.BigDecimal x, java.math.BigDecimal y)PointLine. getDestination()PointLine. getOrigin()Methods in net.thucydides.core.geometry that return types with arguments of type Point Modifier and Type Method Description java.util.Optional<Point>Line. intersectionWith(Line line)Methods in net.thucydides.core.geometry with parameters of type Point Modifier and Type Method Description static Line.LineBuilderLine. from(Point origin)LineLine.LineBuilder. to(Point destination)Constructors in net.thucydides.core.geometry with parameters of type Point Constructor Description Line(Point origin, Point destination)LineBuilder(Point origin)