render
public Figure render(java.lang.Object n)
Render a port. If the argument implements Locatable,
then render the port that is the container of that locatable.
If the argument is an instance of _GENERIC_INPUT,
_GENERIC_OUTPUT, or _GENERIC_INOUT, then render an input,
output, or inout port with no name. If the argument is null,
then render a port that is neither an input nor an output.
- Specified by:
render
in interface NodeRenderer
- Overrides:
render
in class IconController.IconRenderer
- Parameters:
n
- An instance of Locatable or one of the objects
_GENERIC_INPUT, _GENERIC_OUTPUT, or _GENERIC_INOUT.
- Returns:
- The figure that is rendered.
- See Also:
NodeRenderer.render(java.lang.Object)