Class BusContentionApplet.ThreadRenderer

  • All Implemented Interfaces:
    NodeRenderer
    Enclosing class:
    BusContentionApplet

    public static class BusContentionApplet.ThreadRenderer
    extends java.lang.Object
    implements NodeRenderer
    ThreadRenderer draws the nodes to represent running threads.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Figure render​(java.lang.Object n)
      Return the rendered visual representation of this node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • render

        public Figure render​(java.lang.Object n)
        Return the rendered visual representation of this node.
        Specified by:
        render in interface NodeRenderer
        Parameters:
        n - The node to render.
        Returns:
        The persistent object that is drawn on the screen.