I was brain storming this afternoon with Scott and Sam about how
to generate images from models rendered in OTrunk.
My immediate need is to generate images of all the MW, NetLogo,
Phet, et al models to be used as placeholders in the RITES authoring
system.
The example named "frieda_protein_page_simple" on this
page:
Is the simplest otml I could come up with to show just the MW
model Freida made today that she'd like to use in RITES.
This embeds the MW page:
Which embeds this model:
The mml model know's it's size:
from page2$0.mml
<void property="viewSize">
<object
class="java.awt.Dimension">
<int>750</int>
<int>500</int>
</object>
</void>
But to represent the model I need a larger image that captures
the whole cml page (which doesn't declaratively specify it's
size:
750x640