org.autoplot.dom.Row

Represents a vertical position on the page. Rows are specified relative to a parent, which can be the canvas or another row.

Row( )


PROP_PARENT

the parent Row, or the canvas id.


PROP_TOP


PROP_BOTTOM

copy( ) → org.autoplot.dom.DomNode [view source]
diffs( org.autoplot.dom.DomNode node ) → java.util.List [view source]
getBottom( ) → String [view source]
getController( ) → org.autoplot.dom.RowController [view source]
getParent( ) → String [view source]
getTop( ) → String [view source]
setBottom( String bottom ) → void [view source]
setParent( String parent ) → void [view source]
setTop( String top ) → void [view source]
syncTo( org.autoplot.dom.DomNode n ) → void [view source]
syncTo( org.autoplot.dom.DomNode n, java.util.List exclude ) → void [view source]
toString( ) → String [view source]