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
 void addTo(com.touchgraph.graphlayout.TGPanel tgpanel)
           
 void deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel)
           
 TopicIF getTopicMapType()
           
 boolean isAssociation()
           
 boolean isEdge()
           
 boolean represents(java.lang.Object object)
           
 void setColor(java.awt.Color color)
           
 void setFont(java.awt.Font font)
           
 void setIcon(javax.swing.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(java.awt.Color color)

setVisible

void setVisible(boolean b)

addTo

void addTo(com.touchgraph.graphlayout.TGPanel tgpanel)

setLineWeight

void setLineWeight(int lineWeight)

setFont

void setFont(java.awt.Font font)

setIcon

void setIcon(javax.swing.Icon icon)

setShape

void setShape(int shape)

deleteFrom

void deleteFrom(com.touchgraph.graphlayout.TGPanel tgpanel)

represents

boolean represents(java.lang.Object object)

isEdge

boolean isEdge()

isAssociation

boolean isAssociation()

setScopingTopic

void setScopingTopic(TopicIF aTopic)


Copyright © 2000-2012 Ontopia.