Class NodeAnimation.Text

All Implemented Interfaces:
Locatable, OtsShape
Enclosing class:
NodeAnimation

public static class NodeAnimation.Text extends RenderableTextSource<NodeAnimation.NodeData,NodeAnimation.Text>
Text animation for the Node.
  • Constructor Details

    • Text

      public Text(NodeAnimation.NodeData source, Supplier<String> text, nl.tudelft.simulation.naming.context.Contextualized contextualized)
      Constructor.
      Parameters:
      source - the object for which the text is displayed
      text - the text to display
      contextualized - context provider
  • Method Details