|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.internal.computations.Polygon
org.eclipse.birt.chart.computation.RotatedRectangle
RotatedRectangle
Method Summary | |
Point[] |
asPoints()
Returns points as Point objects. |
int[] |
getSwtPoints()
Returns points as a single array, [x1,y1,x2,y2,...] |
void |
shiftVertices(double dOffset)
Shifts both X,Y values by given offset. |
void |
shiftXVertices(double dOffset)
Shifts all X-value by given offset. |
void |
shiftYVertices(double dOffset)
Shifts all Y-value by given offset. |
Methods inherited from class org.eclipse.birt.chart.internal.computations.Polygon |
add, add, add, clear, contains, equals, getArea, getBounds, getInnerPoly, getNumInnerPoly, getNumPoints, getPoint, getPoints, getX, getY, hashCode, intersection, isContributing, isEmpty, isHole, setContributing, setIsHole, toString, union, xor |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
public final int[] getSwtPoints()
public final void shiftXVertices(double dOffset)
dOffset
- public final void shiftYVertices(double dOffset)
dOffset
- public final void shiftVertices(double dOffset)
dOffset
- public final Point[] asPoints()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |