Skip to content

MixedFractionNode

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/MixedFractionNode.js for the most up-to-date information.

Overview

Capable of displaying a mixed-fraction display with three spots that can be filled with numbers (numerator, denominator, and a whole number on the left).

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class MixedFractionNode

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

Constructor

new MixedFractionNode( options )

Instance Methods

update()

Updates the view of the fraction when something changes. @private

Source Code

See the source for MixedFractionNode.js in the scenery-phet repository.