Skip to content

LayoutLine

Under Construction

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

Overview

An internal representation of a row/column for grid/flow handling in constraints (set up for pooling)

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

Class LayoutLine

import { LayoutLine } from 'scenerystack/scenery';

Instance Methods

initializeLayoutLine()

(protected)

Instance Properties

max : number

maxOrigin : number

Source Code

See the source for LayoutLine.ts in the scenery repository.