|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.computation.Polygon
org.eclipse.birt.chart.computation.RotatedRectangle
public final class 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.computation.Polygon |
---|
add, add, contains, getBounds, getPoint, getPoints, intersects |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, 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 |