ContourDialogComponent
Hierarchy
- Component
- ContourDialogComponent
Index
Constructors
constructor
Parameters
Returns ContourDialogComponent
Properties
currentTab
levels
shouldShowCubeHistogramAlert
smoothingFactor
smoothingMode
Accessors
currentContourConfig
Returns { color: string; colormap: string; colormapEnabled: boolean; dashMode: string; levels: number[]; smoothingFactor: number; smoothingMode: SmoothingMode; thickness: number; visible: boolean } | { color: RGBColor; colormap: string; colormapEnabled: boolean; dashMode: ContourDashMode; levels: number[]; smoothingFactor: number; smoothingMode: SmoothingMode; thickness: number; visible: boolean }
hasContourConfigChanged
Returns boolean
plotData
Returns { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null
Methods
componentDidUpdate
Returns void
componentWillUnmount
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in
componentDidMount.Returns void
publicrender
Returns Element
setDefaultContourParameters
Returns void
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.