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.


PROP_PARENT

the parent Row, or the canvas id.


PROP_TOP


PROP_BOTTOM


getBottom

getBottom( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


getTop

getTop( ) → String

Returns:

java.lang.String

search for examples view on GitHub view source


setBottom

setBottom( String bottom ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setTop

setTop( String top ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source