| Package | Description |
|---|---|
| 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 |
|---|---|
ViewOptions |
MvComposite.getView()
Get the view options associated with the composite.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MvComposite.isModelReloadRequired(ViewOptions v)
Indicates whether a change in view options would require
reloading the existing model.
|
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.queueLightweightRenderTask(MvComposite oldComposite,
ViewOptions view)
Queues a new rendering task; typically invoked from the UI when the
user makes changes to the view options that do not require reconstructing
the TINs associated with the image.
|
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.
|
void |
BackplaneManager.setViewOptions(ViewOptions view)
Set the current view options to be used when loading any new models.
|
| 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.
|
MvComposite(MvComposite mvComposite,
ViewOptions view,
boolean preserveTins,
int taskIndex)
Construct a new composite transferring data products from the older
composite so that they may be reused without additional processing.
|
ViewOptions(ViewOptions v)
Create a new instance copying the state data from the supplied reference
|
Copyright © 2019. All rights reserved.