anyline_tire_tread_plugin library
Classes
- AdditionalContext
- Provides additional context to a scan. This makes sense in a workflow, where a scan is connected to other TireTread scans or other information in a larger context.
- CountdownConfig
- Configuration for the countdown UI element.
- DistanceIndicatorConfig
- Configuration for the distance indicator UI element.
- ExperimentalFlags
- FocusPointTooltipConfig
- Configuration for the focus point tooltip UI element.
- MeasurementInfo
- MissingPermissionConfig
- Configuration for the missing permission UI element.
- OrientationWarningConfig
- Configuration for the orientation warning UI element.
- ScanAborted
- ScanConfig
- Configuration for the scanning process.
- ScanDirectionConfig
- Configuration for the scan direction UI element.
- ScanEvent
- ScanFailed
- ScanProcessCompleted
- ScanStarted
- TapToStartScanningTooltipConfig
- Configuration for the tap to start scanning tooltip UI element.
- TireOverlayConfig
- Configuration for the tire overlay UI element.
- TirePosition
-
Position where the tire is mounted on the vehicle, considering the primary direction of travel.
E.g. the front left tire of a passenger car would be specified as
axle=1
,side=TireSide.Left
,positionOnAxle=1
and the rear right tire of a passenger car asaxle=2
,side=TireSide.Right
,positionOnAxle=1
. - TireTreadConfig
- Configuration for tire tread scanning, including UI configuration. This class wraps the TireTreadConfig from the native SDK.
- TireTreadPlugin
- This library provides functionality to scan and analyze tire tread depth.
- TireWidthInputConfig
- Configuration for the tire width input UI element.
- TireWidthRange
- Configuration for the tire width range.
- TreadDepthResult
- TreadResultRegion
- UiConfig
- Main UI configuration class that contains all UI-related settings.
- UploadViewConfig
- Configuration for the upload view UI element.
Enums
- HeatmapStyle
- The style of the heatmap image.
- MeasurementSystem
- The measurement system to be displayed.
- ScanSpeed
- The speed at which the tire tread scan should be performed.
- TireSide