com.vp.plugin.diagram
Interface ICaptionUIModel

All Superinterfaces:
IElement

public interface ICaptionUIModel
extends IElement


Field Summary
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
           
 
Method Summary
 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)
           
 

Field Detail

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
Method Detail

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)