|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.Shape
jet.api.RoundBox
public class RoundBox
Class RoundBox wraps a RoundBox object's information.
| Constructor Summary | |
|---|---|
RoundBox()
Constructor. |
|
| Method Summary | |
|---|---|
double |
getCornerFactor()
Gets the round box CornerFactor. |
void |
setCornerFactor(double cornerFactor)
Sets round box CornerFactor. |
| 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 RoundBox()
RoundBox object.
| Method Detail |
|---|
public void setCornerFactor(double cornerFactor)
cornerFactor - Value of cornerFactor. The unit of value can be set by #API.setUnit(int),
and the default unit is inch.public double getCornerFactor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||