|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.Shape
jet.api.Arc
public class Arc
Class Arc wraps an Arc object's information.
| Constructor Summary | |
|---|---|
Arc()
Defines a JReport Arc object. |
|
| Method Summary | |
|---|---|
int |
getArcAngle()
Gets angle of an arc object. |
int |
getStartAngle()
Gets shape start angle. |
void |
setArcAngle(int arcAngle)
Sets angle of an arc object. |
void |
setStartAngle(int startAngle)
Sets the start angle of the Arc in degrees. |
| Methods inherited from class jet.api.Shape |
|---|
getBottomAttach, getBottomAttachX, getBottomAttachY, getShapeType, getTopAttach, getTopAttachX, getTopAttachY, setBottomAttach, setBottomAttachX, setBottomAttachY, setTopAttach, setTopAttachX, setTopAttachY |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Arc()
Arc object.
| Method Detail |
|---|
public void setStartAngle(int startAngle)
startAngle - Value of the angle.public int getStartAngle()
public void setArcAngle(int arcAngle)
arcAngle - Value of angle.public int getArcAngle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||