Package loci.poi.hssf.usermodel
Class HSSFAnchor
java.lang.Object
loci.poi.hssf.usermodel.HSSFAnchor
- Direct Known Subclasses:
HSSFChildAnchor,HSSFClientAnchor
An anchor is what specifics the position of a shape within a client object
or within another containing shape.
- Author:
- Glen Stampoultzis (glens at apache.org)
-
Constructor Details
-
HSSFAnchor
public HSSFAnchor() -
HSSFAnchor
public HSSFAnchor(int dx1, int dy1, int dx2, int dy2)
-
-
Method Details
-
getDx1
public int getDx1() -
setDx1
public void setDx1(int dx1) -
getDy1
public int getDy1() -
setDy1
public void setDy1(int dy1) -
getDy2
public int getDy2() -
setDy2
public void setDy2(int dy2) -
getDx2
public int getDx2() -
setDx2
public void setDx2(int dx2) -
isHorizontallyFlipped
public abstract boolean isHorizontallyFlipped() -
isVerticallyFlipped
public abstract boolean isVerticallyFlipped()
-