org.ocap.ui
Interface HSceneBinding


public interface HSceneBinding

Defines a binding between the area on a display that an HScene is (or will) occupy and the associated application.


Method Summary
 OcapAppAttributes getAppAttributes()
          Gets the attributes of the application associated with the HScene.
 HScreenRectangle getRectangle()
          Gets the rectangle in normalised co-ordinates that the HScene is using or has requested to use.
 

Method Detail

getRectangle

HScreenRectangle getRectangle()
Gets the rectangle in normalised co-ordinates that the HScene is using or has requested to use.

Returns:
Rectangle of the HScene corresponding to the application attributes.

getAppAttributes

OcapAppAttributes getAppAttributes()
Gets the attributes of the application associated with the HScene.