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 Details

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