-
-
Constructor Summary
Constructors
Constructor and Description |
XSSFChildAnchor(org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D t2d) |
XSSFChildAnchor(int x,
int y,
int cx,
int cy) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDx1
public int getDx1()
- Returns:
- x coordinate of the left up corner
-
getDy1
public int getDy1()
- Returns:
- y coordinate of the left up corner
-
getDy2
public int getDy2()
- Returns:
- y coordinate of the right down corner
-
getDx2
public int getDx2()
- Returns:
- x coordinate of the right down corner
Copyright 2022 The Apache Software Foundation or
its licensors, as applicable.