|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
org.eclipse.birt.chart.computation | This is a placeholder file for the org.eclipse.birt.chart.computation package. |
org.eclipse.birt.chart.internal.computations |
Uses of Point in org.eclipse.birt.chart.computation |
Methods in org.eclipse.birt.chart.computation that return Point | |
Point[] |
RotatedRectangle.asPoints()
Returns points as Point objects. |
Point |
IPolygon.getPoint(int i)
|
Methods in org.eclipse.birt.chart.computation with parameters of type Point | |
boolean |
Rectangle.contains(Point lo)
|
void |
IPolygon.add(Point p)
Add a point to the first inner polygon. |
boolean |
IPolygon.contains(Point loc)
|
Uses of Point in org.eclipse.birt.chart.internal.computations |
Methods in org.eclipse.birt.chart.internal.computations that return Point | |
Point |
PolySimple.getPoint(int index)
Return the point at the index |
Point |
Polygon.getPoint(int i)
|
Methods in org.eclipse.birt.chart.internal.computations with parameters of type Point | |
void |
PolySimple.add(Point p)
Add a point to the first inner PolySimple. |
boolean |
PolySimple.contains(Point loc)
|
void |
Polygon.add(Point p)
Add a point to the first inner polygon. |
boolean |
Polygon.contains(Point loc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |