public interface ChildAnchor
An anchor is what specifics the position of a shape within a client object or within another containing shape.
| Modifier and Type | Method and Description | 
|---|---|
| int | getDx1() | 
| int | getDx2() | 
| int | getDy1() | 
| int | getDy2() | 
| void | setDx1(int dx1) | 
| void | setDx2(int dx2) | 
| void | setDy1(int dy1) | 
| void | setDy2(int dy2) | 
int getDx1()
void setDx1(int dx1)
dx1 - x coordinate of the left up cornerint getDy1()
void setDy1(int dy1)
dy1 - y coordinate of the left up cornerint getDy2()
void setDy2(int dy2)
dy2 - y coordinate of the right down cornerint getDx2()
void setDx2(int dx2)
dx2 - x coordinate of the right down cornerCopyright 2020 The Apache Software Foundation or its licensors, as applicable.