Package | Description |
---|---|
ptolemy.vergil.basic |
Basic GUI classes.
|
ptolemy.vergil.basic.export.html |
The ptolemy.vergil.basic.export.html package.
|
ptolemy.vergil.basic.export.web |
The ptolemy.vergil.basic.export.web package.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicGraphFrame.writeHTML(ExportParameters parameters,
java.io.Writer writer)
Write an HTML page based on the current view of the model
to the specified destination directory.
|
void |
HTMLExportable.writeHTML(ExportParameters parameters,
java.io.Writer writer)
Export to HTML as given by the parameters.
|
Constructor and Description |
---|
ExportParameters(java.io.File directoryToExportTo,
ExportParameters template)
Construct an instance of this data structure that is
identical to the one given except for directoryToExportTo,
which is as specified.
|
Modifier and Type | Method and Description |
---|---|
ExportParameters |
ExportHTMLAction.getExportParameters()
During invocation of
ExportHTMLAction.writeHTML(ExportParameters, Writer) ,
return the parameters being used. |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExportHTMLAction.copyJavaScriptFilesIfNeeded(BasicGraphFrame graphFrame,
ExportParameters parameters)
If parameters.copyJavaScriptFiles is true and the Java
property ptolemy.ptII.exportHTML.usePtWebsite is false,
then copy the required JavaScript files into the target directory
given in the parameters argument.
|
static void |
ExportHTMLAction.exportToWeb(BasicGraphFrame graphFrame,
ExportParameters parameters)
Export an HTML page and associated subpages for the specified
graph frame as given by the parameters.
|
static void |
ExportHTMLAction.openRunAndWriteHTML(BasicGraphFrame graphFrame,
ExportParameters parameters,
java.io.File indexFile,
java.io.Writer writer,
boolean waitForCompletion)
Depending on the export parameters (see
ExportParameters ),
open submodels, run the model, and export HTML. |
void |
ExportHTMLAction.writeHTML(ExportParameters parameters,
java.io.Writer writer)
Write an HTML page based on the current view of the model
to the specified destination directory.
|
Modifier and Type | Method and Description |
---|---|
ExportParameters |
WebExporter.getExportParameters()
During invocation an export, return
the parameters of the export.
|
ExportParameters |
WebExportParameters.getExportParameters()
Return the current parameter values in a data structure.
|