|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PGpoint | |
|---|---|
| org.postgresql.geometric | |
| Uses of PGpoint in org.postgresql.geometric |
|---|
| Fields in org.postgresql.geometric declared as PGpoint | |
|---|---|
PGpoint |
PGcircle.center
This is the center point |
PGpoint[] |
PGlseg.point
These are the two points. |
PGpoint[] |
PGline.point
These are the two points. |
PGpoint[] |
PGbox.point
These are the two points. |
PGpoint[] |
PGpolygon.points
The points defining the polygon |
PGpoint[] |
PGpath.points
The points defining this path |
| Constructors in org.postgresql.geometric with parameters of type PGpoint | |
|---|---|
PGbox(PGpoint p1,
PGpoint p2)
|
|
PGcircle(PGpoint c,
double r)
|
|
PGline(PGpoint p1,
PGpoint p2)
|
|
PGlseg(PGpoint p1,
PGpoint p2)
|
|
PGpath(PGpoint[] points,
boolean open)
|
|
PGpolygon(PGpoint[] points)
Creates a polygon using an array of PGpoints |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||