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 | Method and Description |
---|---|
boolean |
ExportHTMLAction.defineAttribute(WebAttribute webAttribute,
boolean overwrite)
Define an attribute to be included in the HTML area element
corresponding to the region of the image map covered by
the specified object.
|
Modifier and Type | Method and Description |
---|---|
static WebAttribute |
WebAttribute.appendToWebAttribute(NamedObj container,
java.lang.String id,
java.lang.String webName,
java.lang.String content)
Factory method for creating WebAttributes that appends to the
attribute if it already exists and does not have the specified
content.
|
static WebAttribute |
WebAttribute.createWebAttribute(NamedObj container,
java.lang.String id,
java.lang.String webName)
Factory method for creating WebAttributes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebExporter.defineAttribute(WebAttribute webAttribute,
boolean overwrite)
Add the given web content as a new attribute.
|