org.autoplot.dom.Column

Represents a horizontal position on the page. Columns are specified relative to a parent, which can be the canvas or another column.

Column( )


PROP_PARENT

the parent Column, or the canvas id.


PROP_LEFT


PROP_RIGHT

copy( ) → org.autoplot.dom.DomNode [view source]
diffs( org.autoplot.dom.DomNode node ) → java.util.List [view source]
getController( ) → org.autoplot.dom.ColumnController [view source]
getLeft( ) → String [view source]
getParent( ) → String [view source]
getRight( ) → String [view source]
setLeft( String left ) → void [view source]
setParent( String parent ) → void [view source]
setRight( String right ) → 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]