Class and Description |
---|
com.physpics.tools.ui.HTMLDocPlus
Use instead HTMLPage HTMLPane HTMLKit and Embed
The relationships of the objects of HTMLDocPlus is diagrammed as
<img src="doc-files/HTMLDocPlusObjects.png" width="561" height="436"
slt="Relations among the HTMLDocPlus objects">
JComponents are embedded in documents using the syntax described
with the Embed class. Frozen images of the components can be
created as described with the ImageSaver class.
Footnotes are written as described with method postProcess.
There is no good way in HTMLDEocument to just change an attribute.
This class's method setElementAttribute() does just that.
|
Method and Description |
---|
com.physpics.tools.ui.blox.Blox.createGlue()
use Blox.glue()
|
com.physpics.tools.ui.blox.Blox.createHorizontalGlue()
use Blox.glue()
|
com.physpics.tools.ui.blox.Blox.createRigidArea(Dimension)
Use Blox.strut(length).
|
com.physpics.tools.ui.blox.Blox.createVerticalGlue()
use Blox.glue()
|
com.physpics.tools.StringScanner.find(char)
Adjust bounds and use findM().
|
com.physpics.tools.StringScanner.find(String)
Adjust bounds and use findM().
|
com.physpics.tools.StringScanner.findInside(String)
Adjust bounds and use findM().
|
com.physpics.tools.ui.HTMLDocPlus.ChoiceDiv.hideTab()
use setChoiceVisibility
|
com.physpics.tools.ui.HTMLDocPlus.ChoiceDiv.showTab()
use setChoiceVisibility
|
Constructor and Description |
---|
com.physpics.tools.ui.blox.Blox.BaseAlignNote(boolean)
Use Blox.baseAlign(true))
|
com.physpics.tools.ui.blox.Blox.BkgdColorNote(Color)
Use Blox.color(colorValue)
|
com.physpics.tools.ui.blox.Blox.CrossSizeFull(boolean)
Use Blox.crossSizeFull(length)
|
com.physpics.tools.ui.blox.Blox.DebugNote(boolean)
Use Blox.debug(true)
|
com.physpics.tools.ui.blox.Blox.NameNote(String)
Use Blox.name(name)
|