public interface VizTMObjectIF extends Recoverable
Modifier and Type | Method and Description |
---|---|
void |
addTo(com.touchgraph.graphlayout.TGPanel tgpanel) |
void |
deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel) |
TopicIF |
getTopicMapType() |
boolean |
isAssociation() |
boolean |
isEdge() |
boolean |
represents(Object object) |
void |
setColor(Color color) |
void |
setFont(Font font) |
void |
setIcon(Icon icon) |
void |
setLineWeight(int lineWeight) |
void |
setScopingTopic(TopicIF aTopic) |
void |
setShape(int shape) |
void |
setVisible(boolean b) |
getDesctructor, getRecreator
TopicIF getTopicMapType()
void setColor(Color color)
void setVisible(boolean b)
void addTo(com.touchgraph.graphlayout.TGPanel tgpanel)
void setLineWeight(int lineWeight)
void setFont(Font font)
void setIcon(Icon icon)
void setShape(int shape)
void deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel)
boolean represents(Object object)
boolean isEdge()
boolean isAssociation()
void setScopingTopic(TopicIF aTopic)