com.vp.plugin.diagram
Interface ICaptionUIModel
- All Superinterfaces:
- IElement
- public interface ICaptionUIModel
- extends IElement
SIDE_NONE
public static final int SIDE_NONE
- See Also:
- Constant Field Values
SIDE_NORTH
public static final int SIDE_NORTH
- See Also:
- Constant Field Values
SIDE_EAST
public static final int SIDE_EAST
- See Also:
- Constant Field Values
SIDE_SOUTH
public static final int SIDE_SOUTH
- See Also:
- Constant Field Values
SIDE_WEST
public static final int SIDE_WEST
- See Also:
- Constant Field Values
SIDE_CENTER
public static final int SIDE_CENTER
- See Also:
- Constant Field Values
SIDE_INVISIBLE
public static final int SIDE_INVISIBLE
- See Also:
- Constant Field Values
SIDE_INSIDENORTH
public static final int SIDE_INSIDENORTH
- See Also:
- Constant Field Values
SIDE_INSIDEEAST
public static final int SIDE_INSIDEEAST
- See Also:
- Constant Field Values
SIDE_INSIDESOUTH
public static final int SIDE_INSIDESOUTH
- See Also:
- Constant Field Values
SIDE_INSIDEWEST
public static final int SIDE_INSIDEWEST
- See Also:
- Constant Field Values
SIDE_FREEMOVE
public static final int SIDE_FREEMOVE
- See Also:
- Constant Field Values
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getSide
public int getSide()
setSide
public void setSide(int side)
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean visible)
setBounds
public void setBounds(int x,
int y,
int width,
int height)