org.tm4j.panckoucke.render.graph.GraphRenderer .visualizeNode(org.tm4j.panckoucke.model.AMNode node,org.tm4j.panckoucke.render.graph.Besteck position)

Description

callback methods for IGraphAlgorithm implementations returns an object that represents the created point

Parameters
org.tm4j.panckoucke.model.AMNode node the AMNode object to visualise
org.tm4j.panckoucke.render.graph.Besteck position a IBesteck Object containing the computed positon of the Node in an coordinate system

Returns

a Reference to the created Node

Other Resources

Related Topics