org.das2.graph.DasColumn

DasColumn object represents the horizontal position on the canvas.


createAttachedColumn

createAttachedColumn( double pleft, double pright ) → DasColumn

create a column that is positioned relative to this column.

Parameters

pleft - the normal position
pright - the normal position

Returns:

the new row.

search for examples view on GitHub view source


left

left( ) → int

return pixel location of the left of the column.

Returns:

pixel location of the left of the column.

search for examples view on GitHub view source


right

right( ) → int

return pixel location the right (non-inclusive) of the column.

Returns:

pixel location the right (non-inclusive) of the column.

search for examples view on GitHub view source