| 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 |
|---|---|
IModel |
DataViewingPanel.getModel()
Gets an instance of the current model, if any.
|
| 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.
|
void |
DataViewingPanel.postModelLoadFailed(IModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelAdapter
A model for managing data taken from a text or comma-separated-value file
|
class |
ModelFromLas
A model for managing data taken from a Lidar (LAS) file.
|
class |
ModelFromShapefile
A model for managing data taken from a Shapefile.
|
class |
ModelFromText
A model for managing data taken from a text or comma-separated-value
file
|
class |
UnitSquareModel
Provides a simple model covering a unit square and containing
a relatively small number of points.
|
| Modifier and Type | Method and Description |
|---|---|
IModel |
MvComposite.getModel()
Get the model associated with composite.
|
IModel |
BackplaneManager.loadModel(File file,
String option)
Instantiate a file-based model and queue a loading task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackplaneManager.loadModel(IModel model)
Initiate a load task for an instance of a model and, ultimately,
queue rendering tasks.
|
void |
IModelChangeListener.modelAdded(IModel model)
Invoked whenever a model is added.
|
MvComposite |
BackplaneManager.queueConstraintLoadingTask(IModel model,
File file,
CompositeImageScale ccs) |
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) |
BufferedImage |
MvComposite.renderLegend(ViewOptions vx,
IModel mx,
int width,
int height,
int margin,
Font font,
boolean frame)
Render a legend for the current model and view.
|
| Constructor and Description |
|---|
MvComposite(IModel model,
ViewOptions view,
int width,
int height,
AffineTransform m2c,
AffineTransform c2m,
int taskIndex)
Construct an instance with the specified rendering elements.
|
Copyright © 2019. All rights reserved.