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 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)
-
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)
-
-