|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.Shape
public abstract class Shape
class ShapeInfo wraps all shape Object infos
| Constructor Summary | |
|---|---|
Shape()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBottomAttach()
Gets bottom attached object handle |
double |
getBottomAttachX()
Gets X position of bottom attached object |
double |
getBottomAttachY()
Gets Y position of bottom attached object |
int |
getShapeType()
Gets shape type of object |
java.lang.String |
getTopAttach()
Gets top attached object handle |
double |
getTopAttachX()
Gets X position of top attached object |
double |
getTopAttachY()
Gets Y position of top attached object |
void |
setBottomAttach(java.lang.String bottomAttach)
Sets bottom attached object handle |
void |
setBottomAttachX(double bottomAttachX)
Sets X position of bottom attached object |
void |
setBottomAttachY(double bottomAttachY)
Sets Y position of bottom attached object |
void |
setTopAttach(java.lang.String topAttach)
Sets top attached object handle |
void |
setTopAttachX(double topAttachX)
Sets X position of top attached object |
void |
setTopAttachY(double topAttachY)
Sets Y position of top attached object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Shape()
| Method Detail |
|---|
public void setTopAttach(java.lang.String topAttach)
topAttach - the hanlde of top attached objectpublic java.lang.String getTopAttach()
public void setBottomAttach(java.lang.String bottomAttach)
bottomAttach - the hanlde of bottom attached objectpublic java.lang.String getBottomAttach()
public void setTopAttachX(double topAttachX)
topAttachX - value of X positionpublic double getTopAttachX()
public void setBottomAttachX(double bottomAttachX)
bottomAttachX - value of X positionpublic double getBottomAttachX()
public void setTopAttachY(double topAttachY)
topAttachY - value of Y positionpublic double getTopAttachY()
public void setBottomAttachY(double bottomAttachY)
bottomAttachY - value of Y positionpublic double getBottomAttachY()
public int getShapeType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||