uk.ac.ic.doc.automed.editor
Interface Positionable
- All Known Implementing Classes:
- Network, Schema, SchemaObject
- public interface Positionable
getXPos
public int getXPos()
getYPos
public int getYPos()
setXPos
public void setXPos(int x)
throws IntegrityException
IntegrityException
setYPos
public void setYPos(int y)
throws IntegrityException
IntegrityException
setPosition
public void setPosition(int x,
int y)
throws IntegrityException
IntegrityException
getPosition
public java.awt.Point getPosition()
getLabelXPos
public int getLabelXPos()
getLabelYPos
public int getLabelYPos()
setLabelXPos
public void setLabelXPos(int x)
throws IntegrityException
IntegrityException
setLabelYPos
public void setLabelYPos(int y)
throws IntegrityException
IntegrityException
getLabelPosition
public java.awt.Point getLabelPosition()
setLabelPosition
public void setLabelPosition(int x,
int y)
throws IntegrityException
IntegrityException
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getForegroundColor
public java.awt.Color getForegroundColor()
setForegroundColor
public void setForegroundColor(java.awt.Color c)
getBackgroundColor
public java.awt.Color getBackgroundColor()
setBackgroundColor
public void setBackgroundColor(java.awt.Color c)
getTextColor
public java.awt.Color getTextColor()
setTextColor
public void setTextColor(java.awt.Color c)
getRepObject
public java.lang.Object getRepObject()