Package net.ontopia.topicmaps.viz
Interface VizTMObjectIF
-
- All Superinterfaces:
Recoverable
- All Known Subinterfaces:
VizTMAssociationIF
- All Known Implementing Classes:
TMAbstractEdge,TMAssociationEdge,TMAssociationNode,TMClassInstanceAssociation,TMRoleEdge
public interface VizTMObjectIF extends Recoverable
PRIVATE. INTERNAL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTo(com.touchgraph.graphlayout.TGPanel tgpanel)voiddeleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel)TopicIFgetTopicMapType()booleanisAssociation()booleanisEdge()booleanrepresents(Object object)voidsetColor(Color color)voidsetFont(Font font)voidsetIcon(Icon icon)voidsetLineWeight(int lineWeight)voidsetScopingTopic(TopicIF aTopic)voidsetShape(int shape)voidsetVisible(boolean b)-
Methods inherited from interface net.ontopia.topicmaps.viz.Recoverable
getDesctructor, getRecreator
-
-
-
-
Method Detail
-
getTopicMapType
TopicIF getTopicMapType()
-
setColor
void setColor(Color color)
-
setVisible
void setVisible(boolean b)
-
addTo
void addTo(com.touchgraph.graphlayout.TGPanel tgpanel)
-
setLineWeight
void setLineWeight(int lineWeight)
-
setFont
void setFont(Font font)
-
setIcon
void setIcon(Icon icon)
-
setShape
void setShape(int shape)
-
deleteFrom
void deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel)
-
represents
boolean represents(Object object)
-
isEdge
boolean isEdge()
-
isAssociation
boolean isAssociation()
-
setScopingTopic
void setScopingTopic(TopicIF aTopic)
-
-