public abstract class HSSFAnchor extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
dx1 |
(package private) int |
dx2 |
(package private) int |
dy1 |
(package private) int |
dy2 |
Constructor and Description |
---|
HSSFAnchor() |
HSSFAnchor(int dx1,
int dy1,
int dx2,
int dy2) |
Modifier and Type | Method and Description |
---|---|
int |
getDx1() |
int |
getDx2() |
int |
getDy1() |
int |
getDy2() |
abstract boolean |
isHorizontallyFlipped() |
abstract boolean |
isVerticallyFlipped() |
void |
setDx1(int dx1) |
void |
setDx2(int dx2) |
void |
setDy1(int dy1) |
void |
setDy2(int dy2) |
public HSSFAnchor()
public HSSFAnchor(int dx1, int dy1, int dx2, int dy2)
public int getDx1()
public void setDx1(int dx1)
public int getDy1()
public void setDy1(int dy1)
public int getDy2()
public void setDy2(int dy2)
public int getDx2()
public void setDx2(int dx2)
public abstract boolean isHorizontallyFlipped()
public abstract boolean isVerticallyFlipped()
Copyright © 2016 Open Microscopy Environment