public abstract class HSSFAnchor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
_isHorizontallyFlipped |
protected boolean |
_isVerticallyFlipped |
Constructor and Description |
---|
HSSFAnchor() |
HSSFAnchor(int dx1,
int dy1,
int dx2,
int dy2) |
Modifier and Type | Method and Description |
---|---|
static HSSFAnchor |
createAnchorFromEscher(EscherContainerRecord container) |
protected abstract void |
createEscherAnchor() |
abstract int |
getDx1() |
abstract int |
getDx2() |
abstract int |
getDy1() |
abstract int |
getDy2() |
protected abstract EscherRecord |
getEscherAnchor() |
abstract boolean |
isHorizontallyFlipped() |
abstract boolean |
isVerticallyFlipped() |
abstract void |
setDx1(int dx1) |
abstract void |
setDx2(int dx2) |
abstract void |
setDy1(int dy1) |
abstract void |
setDy2(int dy2) |
protected boolean _isHorizontallyFlipped
protected boolean _isVerticallyFlipped
public HSSFAnchor()
public HSSFAnchor(int dx1, int dy1, int dx2, int dy2)
public static HSSFAnchor createAnchorFromEscher(EscherContainerRecord container)
public abstract int getDx1()
public abstract void setDx1(int dx1)
dx1
- x coordinate of the left up cornerpublic abstract int getDy1()
public abstract void setDy1(int dy1)
dy1
- y coordinate of the left up cornerpublic abstract int getDy2()
public abstract void setDy2(int dy2)
dy2
- y coordinate of the right down cornerpublic abstract int getDx2()
public abstract void setDx2(int dx2)
dx2
- x coordinate of the right down cornerpublic abstract boolean isHorizontallyFlipped()
public abstract boolean isVerticallyFlipped()
protected abstract EscherRecord getEscherAnchor()
protected abstract void createEscherAnchor()
Copyright 2013 The Apache Software Foundation or its licensors, as applicable.