Class StateChartSVGDisplay
java.lang.Object
repast.simphony.statecharts.runtime.StateChartSVGDisplay
-
Constructor Summary
ConstructorDescriptionStateChartSVGDisplay
(StateChartSVGDisplayController controller, String frameTitle, URI uri) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
void
Renew the document by replacing the root node with the one of the new documentprotected void
setModel
(StateChartSVGModel model)
-
Constructor Details
-
StateChartSVGDisplay
-
-
Method Details
-
setModel
-
initialize
public void initialize() -
closeFrame
protected void closeFrame() -
renewDocument
public void renewDocument()Renew the document by replacing the root node with the one of the new document- Parameters:
doc
- The new document
-