public interface ProductNodeView
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Releases all of the resources used by this view and all of its owned children.
|
Rectangle |
getBounds()
Gets the bounds of this view in the form of a
Rectangle object. |
ProductNode |
getVisibleProductNode() |
ProductNode getVisibleProductNode()
void dispose()
This method should be called only if it is for sure that this object instance will never be used again. The
results of referencing an instance of this class after a call to dispose()
are undefined.
Rectangle getBounds()
Rectangle
object. The bounds specify this
view's width, height, and location relative to
its parent GUI widget.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.