Skip to content

OffScaleIndicatorNode

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/scenery-phet/blob/main/js/OffScaleIndicatorNode.ts for the most up-to-date information.

Overview

An indicator that shows when something is off scale - usually in the context of a plot.

@author Jesse Greenberg (PhET Interactive Simulations)

Class OffScaleIndicatorNode

import { OffScaleIndicatorNode } from 'scenerystack/scenery-phet';

Constructor

new OffScaleIndicatorNode( direction : 'left' | 'right' | 'up' | 'down', providedOptions? : OffScaleIndicatorNodeOptions )

Instance Methods

dispose()

Type OffScaleIndicatorNodeOptions

import type { OffScaleIndicatorNodeOptions } from 'scenerystack/scenery-phet';

Source Code

See the source for OffScaleIndicatorNode.ts in the scenery-phet repository.