Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
ExportHTMLAction
An Action that works with BasicGraphFrame to export HTML.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JSPlotterAttribute._provideAttributes(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
protected void |
WebContent._provideAttributes(WebExporter exporter)
Generate attribute web content.
|
protected void |
Title._provideAttributes(WebExporter exporter)
Provide a title for this object to the specified web exporter.
|
protected void |
IconLink._provideAttributes(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
protected void |
DefaultIconLink._provideAttributes(WebExporter exporter)
Override the base class to define an href attribute to associate with
the area of the image map corresponding to its container.
|
protected void |
IconScript._provideAttributes(WebExporter exporter)
Provide method call to invoke script that can be included as an
attribute of an HTML tag, e.g. onclick="runFunction()" in
<button onclick="runFunction()"/>
|
protected void |
DefaultIconScript._provideAttributes(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
protected void |
DygraphsJSPlotterAttribute._provideAttributes(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
protected void |
DefaultTitle._provideAttributes(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page.
|
protected void |
ParameterDisplayIconScript._provideDefaultAttributes(NamedObj object,
WebExporter exporter)
Override the base class to provide the parameter table
for the specified object.
|
protected void |
DefaultIconScript._provideDefaultAttributes(NamedObj object,
WebExporter exporter)
Return attributes for default events, e.g. onmouseover().
|
protected void |
DefaultIconLink._provideEachAttribute(WebExporter exporter,
NamedObj object)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
protected void |
LinkToOpenTableaux._provideEachAttribute(WebExporter exporter,
NamedObj object)
Override the base class to generate a web page or an image
file for the specified object, if appropriate, and to provide
the href, target, and class attributes to the area attribute
associated with the object.
|
protected void |
ParameterDisplayIconScript._provideElements(WebExporter exporter)
Provide default content to the specified web exporter to be
included in a web page for the container of this object for
objects that do not override onmouseover.
|
protected void |
WebContent._provideElements(WebExporter exporter)
Generate element web content.
|
protected void |
IconScript._provideElements(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page.
|
void |
HTMLImage._provideElements(WebExporter exporter)
Generate the image file and a <table> element holding an
<img/> element and a caption for the image..
|
protected void |
HTMLText._provideElements(WebExporter exporter)
Generate a <div> element holding the text content.
|
void |
WebContent.provideContent(WebExporter exporter)
Provide content to the specified web exporter.
|
void |
Title.provideContent(WebExporter exporter)
Return a title for the model.
|
void |
LinkToOpenTableaux.provideContent(WebExporter exporter)
Provide content to the specified web exporter to be
included in a web page for the container of this object.
|
void |
WebExportable.provideContent(WebExporter exporter)
Provide content to the specified web exporter.
|