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.
|
Class and Description |
---|
WebAttribute
Class containing information and methods for properties for web content,
for example, an HTML attribute that is part of an HTML element, as in the
"href" attribute of <a href="http://www.w3schools.com">This is a link</a>
The _elementName is used as the name of the attribute, e.g.
|
WebElement
Attribute containing information and methods for web elements,
for example, HTML tags and content, as in
<div> This is some HTML content </div>
The full name including the _elementName is used as WebElement's web id.
|
WebExporter
Interface for an object that provides a web exporting service
for a Ptolemy II model.
|
Class and Description |
---|
AreaEventType
A parameter used to specify the event type actions associated
with an area in an HTML image map.
|
DefaultIconLink
A parameter specifying default hyperlink to associate
with icons in model.
|
DefaultIconScript
A parameter specifying default JavaScript actions to associate
with icons in model.
|
HTMLTextPosition
Parameter specifying the position into which to export HTML text.
|
IconLink
Attribute specifying a URI to link to from an icon when a model
is exported to a web page.
|
IconScript
A parameter associating a JavaScript with an icon in model.
|
JSPlotterAttribute
Base class for attributes generating the HTML file with JavaScript to plot
simulation results for "Export to Web".
|
LinkTarget
Parameter specifying the target for an HTML link.
|
Script
A parameter for associating a script (such as Javascript) with an object in
a model.
|
WebAttribute
Class containing information and methods for properties for web content,
for example, an HTML attribute that is part of an HTML element, as in the
"href" attribute of <a href="http://www.w3schools.com">This is a link</a>
The _elementName is used as the name of the attribute, e.g.
|
WebContent
Base class for attributes defining content for export to web.
|
WebElement
Attribute containing information and methods for web elements,
for example, HTML tags and content, as in
<div> This is some HTML content </div>
The full name including the _elementName is used as WebElement's web id.
|
WebExportable
Interface for parameters that provide web export content.
|
WebExporter
Interface for an object that provides a web exporting service
for a Ptolemy II model.
|