| Package | Description |
|---|---|
| com.github.thealchemist.pg_hibernate.types |
| Modifier and Type | Method and Description |
|---|---|
Point |
Circle.getCenter() |
Point |
LineSegment.getP1() |
Point |
Box.getP1() |
Point |
LineSegment.getP2() |
Point |
Box.getP2() |
Point[] |
Polygon.getPoints() |
| Constructor and Description |
|---|
Box(Point p1,
Point p2) |
Circle(Point center,
double radius) |
LineSegment(Point p1,
Point p2) |
Polygon(Point[] points) |
Copyright © 2014–2016. All rights reserved.