Package net.ontopia.topicmaps.viz
Interface VizTMObjectIF
- All Superinterfaces:
Recoverable
- All Known Subinterfaces:
VizTMAssociationIF
- All Known Implementing Classes:
TMAbstractEdge,TMAssociationEdge,TMAssociationNode,TMClassInstanceAssociation,TMRoleEdge
PRIVATE.
INTERNAL.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddTo(com.touchgraph.graphlayout.TGPanel tgpanel) voiddeleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel) booleanbooleanisEdge()booleanrepresents(Object object) voidvoidvoidvoidsetLineWeight(int lineWeight) voidsetScopingTopic(TopicIF aTopic) voidsetShape(int shape) voidsetVisible(boolean b) Methods inherited from interface net.ontopia.topicmaps.viz.Recoverable
getDesctructor, getRecreator
-
Method Details
-
getTopicMapType
TopicIF getTopicMapType() -
setColor
-
setVisible
void setVisible(boolean b) -
addTo
void addTo(com.touchgraph.graphlayout.TGPanel tgpanel) -
setLineWeight
void setLineWeight(int lineWeight) -
setFont
-
setIcon
-
setShape
void setShape(int shape) -
deleteFrom
void deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel) -
represents
-
isEdge
boolean isEdge() -
isAssociation
boolean isAssociation() -
setScopingTopic
-