| 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.SampleThinning |
ViewOptions.getWireframeSampleThinning()
Gets the sample thinning setting for wireframe rendering
|
static ViewOptions.SampleThinning |
ViewOptions.SampleThinning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewOptions.SampleThinning[] |
ViewOptions.SampleThinning.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewOptions.setWireframeSampleThinning(ViewOptions.SampleThinning sampleThinning)
Sets the sample thinning setting for wireframe rendering.
|
Copyright © 2019. All rights reserved.