Package com.chrt.api.types
Interface Point.CoordinatesStage
-
- All Known Implementing Classes:
Point.Builder
- Enclosing class:
- Point
public static interface Point.CoordinatesStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Point._FinalStagecoordinates(Coordinates coordinates)Point.Builderfrom(Point other)
-
-
-
Method Detail
-
coordinates
Point._FinalStage coordinates(@NotNull Coordinates coordinates)
-
from
Point.Builder from(Point other)
-
-