SpatialProfilerComponent
Hierarchy
- Component<WidgetProps>
- SpatialProfilerComponent
Index
Constructors
constructor
Parameters
props: WidgetProps
Returns SpatialProfilerComponent
Properties
autoScaleHorizontalMax
autoScaleHorizontalMin
height
onGraphCursorMoved
width
Accessors
exportHeader
Returns string[]
frame
Returns FrameStore
lineAxis
Returns { label: string; max: number; min: number; unit: string }
label: string
max: number
min: number
unit: string
nearestCursorPoint
Returns Point2D
plotData
Returns { fullResolutionValues: Point2D[]; smoothingValues: Point2D[]; values: Point2D[]; xMax: number; xMin: number; yMax: number; yMean: number; yMin: number; yRms: number; ySmoothedMean: number; ySmoothedRms: number }
fullResolutionValues: Point2D[]
smoothingValues: Point2D[]
values: Point2D[]
xMax: number
xMin: number
yMax: number
yMean: number
yMin: number
yRms: number
ySmoothedMean: number
ySmoothedRms: number
pointInfo
Returns { infoWCS: any; posImageSpace: Point2D; posWCS: any; precision: Point2D }
infoWCS: any
posImageSpace: Point2D
posWCS: any
precision: Point2D
profileStore
Returns SpatialProfileStore
widgetStore
Returns SpatialProfileWidgetStore
publicstaticWIDGET_CONFIG
Returns DefaultWidgetConfig
Methods
render
Returns Element