java.lang.Object
AttributeFigure
jac.ide.diagrams.TextFigure
jac.ide.diagrams.AttachedTextFigure
- public class AttachedTextFigure
- extends TextFigure
| Methods inherited from class jac.ide.diagrams.TextFigure |
acceptsTyping, basicDisplayBox, basicMoveBy, changed, createCurrentFont, disconnect, displayBox, drawBackground, drawFrame, figureChanged, figureInvalidated, figureRemoved, figureRequestRemove, figureRequestUpdate, getAttribute, getFont, getText, getTextColor, handles, moveBy, overlayColumns, readOnly, release, setAttribute, setCurrentFontName, setCurrentFontSize, setCurrentFontStyle, setFont, setReadOnly, textDisplayBox, updateLocation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static int NAME
START_CARDINALITY
public static int START_CARDINALITY
END_CARDINALITY
public static int END_CARDINALITY
START_ROLE
public static int START_ROLE
END_ROLE
public static int END_ROLE
substance
java.lang.Object substance
type
int type
connectedLink
LinkFigure connectedLink
AttachedTextFigure
public AttachedTextFigure()
AttachedTextFigure
public AttachedTextFigure(int type)
createName
public static AttachedTextFigure createName()
createStartCardinality
public static AttachedTextFigure createStartCardinality()
createEndCardinality
public static AttachedTextFigure createEndCardinality()
createStartRole
public static AttachedTextFigure createStartRole()
createEndRole
public static AttachedTextFigure createEndRole()
getSubstance
public java.lang.Object getSubstance()
- Get the value of substance.
setSubstance
public void setSubstance(java.lang.Object v)
- Set the value of substance.
setText
public void setText(java.lang.String s)
- Description copied from class:
TextFigure
- Sets the text shown by the text figure.
- Overrides:
setText in class TextFigure
refresh
public void refresh()
getType
public int getType()
- Get the value of type.
setType
public void setType(int v)
- Set the value of type.
write
public void write(StorableOutput dw)
read
public void read(StorableInput dr)
throws java.io.IOException
getConnectedLink
public LinkFigure getConnectedLink()
- Get the value of connectedLink.
setConnectedLink
public void setConnectedLink(LinkFigure v)
- Set the value of connectedLink.
connect
public void connect(Figure f)
- Overrides:
connect in class TextFigure