public interface ICaptionUIModel
Modifier and Type | Field and Description |
---|---|
static int |
SIDE_CENTER |
static int |
SIDE_EAST |
static int |
SIDE_FREEMOVE |
static int |
SIDE_INSIDEEAST |
static int |
SIDE_INSIDENORTH |
static int |
SIDE_INSIDESOUTH |
static int |
SIDE_INSIDEWEST |
static int |
SIDE_INVISIBLE |
static int |
SIDE_NONE |
static int |
SIDE_NORTH |
static int |
SIDE_SOUTH |
static int |
SIDE_WEST |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(ICaptionUIModel captionUIModel) |
int |
getHeight() |
int |
getSide() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
isVisible() |
void |
setBounds(int x,
int y,
int width,
int height) |
void |
setHeight(int height) |
void |
setSide(int side) |
void |
setVisible(boolean visible) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
static final int SIDE_NONE
static final int SIDE_NORTH
static final int SIDE_EAST
static final int SIDE_SOUTH
static final int SIDE_WEST
static final int SIDE_CENTER
static final int SIDE_INVISIBLE
static final int SIDE_INSIDENORTH
static final int SIDE_INSIDEEAST
static final int SIDE_INSIDESOUTH
static final int SIDE_INSIDEWEST
static final int SIDE_FREEMOVE
int getX()
void setX(int x)
int getY()
void setY(int y)
int getWidth()
void setWidth(int width)
int getHeight()
void setHeight(int height)
int getSide()
void setSide(int side)
boolean isVisible()
void setVisible(boolean visible)
void setBounds(int x, int y, int width, int height)
void copyTo(ICaptionUIModel captionUIModel)