org.das2.graph.DasRow
DasRow object represents the vertical position on the canvas.
bottom
bottom( ) → int
return the device location of the bottom (non-inclusive) of the row.
Returns:
the device location of the bottom (non-inclusive) of the row.
search for examples
view on GitHub
view source
createAttachedRow
createAttachedRow( double ptop, double pbottom ) → DasRow
create a row that is positioned relative to this row.
Parameters
ptop - the normal position
pbottom - the normal position
Returns:
the new row.
search for examples
view on GitHub
view source
createSubRow
Deprecated: This created a row that was not attached to anything, so
it was simply a convenience method that didn't save much effort.
top
top( ) → int
return the device location of the top of the row.
Returns:
the device location of the top of the row.
search for examples
view on GitHub
view source