Class TMAssociationNode

    • Method Detail

      • getAssociationText

        protected static String getAssociationText​(AssociationIF association,
                                                   boolean displScopedAssocNames,
                                                   TopicIF scopingTopic)
      • setEdgeCount

        public void setEdgeCount​(int visibleEdgeCount)
      • getEdgeCount

        public int getEdgeCount()
      • setRoleCount

        public void setRoleCount​(int count)
      • drawMissingEdgesIndicator

        protected void drawMissingEdgesIndicator​(Graphics g,
                                                 com.touchgraph.graphlayout.TGPanel tgPanel)
      • addTo

        public void addTo​(com.touchgraph.graphlayout.TGPanel tgpanel)
        Specified by:
        addTo in interface VizTMObjectIF
      • deleteFrom

        public void deleteFrom​(com.touchgraph.graphlayout.TGPanel tgpanel)
        Specified by:
        deleteFrom in interface VizTMObjectIF
      • getLineWeight

        public int getLineWeight()
      • getMainText

        public String getMainText()
      • getTargetsFrom

        public List getTargetsFrom​(com.touchgraph.graphlayout.Node find)
      • getWidth

        public int getWidth()
        Overrides:
        getWidth in class com.touchgraph.graphlayout.Node
      • paint

        public void paint​(Graphics g,
                          com.touchgraph.graphlayout.TGPanel tgPanel)
        Overrides:
        paint in class com.touchgraph.graphlayout.Node
      • miniPaint

        public void miniPaint​(Graphics g,
                              com.touchgraph.graphlayout.TGPanel tgPanel)
      • paintAfterEdges

        public void paintAfterEdges​(Graphics g)
        Specified by:
        paintAfterEdges in interface com.touchgraph.graphlayout.TGPaintListener
      • paintFirst

        public void paintFirst​(Graphics g)
        Specified by:
        paintFirst in interface com.touchgraph.graphlayout.TGPaintListener
      • paintLast

        public void paintLast​(Graphics g)
        This is our hover help support. This method is called after all other painting has been completed, hence ensuring that ToolTips (HoverHelp) is always drawn ontop.
        Specified by:
        paintLast in interface com.touchgraph.graphlayout.TGPaintListener