|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Polygon | |
|---|---|
| com.sencha.gxt.chart.client.draw | |
| Uses of Polygon in com.sencha.gxt.chart.client.draw |
|---|
| Methods in com.sencha.gxt.chart.client.draw that return Polygon | |
|---|---|
Polygon |
Polygon.intersect(Polygon clipPolygon)
Intersection of polygons calculated using the Sutherland-Hodgman algorithm. |
| Methods in com.sencha.gxt.chart.client.draw with parameters of type Polygon | |
|---|---|
boolean |
Polygon.equals(Polygon polygon)
Returns true if the vertices of the given polygon are exactly equal to this polygon. |
boolean |
Polygon.equalsNoPrecision(Polygon polygon)
Returns true if the vertices of the given polygon are nearly equal to this polygon. |
Polygon |
Polygon.intersect(Polygon clipPolygon)
Intersection of polygons calculated using the Sutherland-Hodgman algorithm. |
| Constructors in com.sencha.gxt.chart.client.draw with parameters of type Polygon | |
|---|---|
Polygon(Polygon polygon)
Creates a clone of the given polygon. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||