| Package | Description |
|---|---|
| org.tinfour.demo.viewer |
Provides an interactive test program to demonstrate the Tinfour package
by rendering TINs.
|
| org.tinfour.demo.viewer.backplane |
Provides interfaces and classes for performing operations
in background threads, accessing a set of vertices
intended for modeling a surface, and creating a view of the data.
|
| Modifier and Type | Method and Description |
|---|---|
CompositeImageScale |
DataViewingPanel.getImageScaleToCenterModelInPanel(IModel model)
Gets a composite image scale to center the model in the panel with the
amount of padding specified by the current view.
|
| Modifier and Type | Method and Description |
|---|---|
MvComposite |
BackplaneManager.queueConstraintLoadingTask(IModel model,
File file,
CompositeImageScale ccs,
String optionString) |
MvComposite |
BackplaneManager.queueHeavyweightRenderTask(IModel model,
ViewOptions view,
CompositeImageScale ccs)
Queues a render task; typically invoked from the UI when the user changes
view options that require that a new model-view composite be created.
|
MvComposite |
BackplaneManager.queueReloadTask(IModel model,
ViewOptions vOpt,
CompositeImageScale ccs) |
Copyright © 2019. All rights reserved.