All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.ui.HSceneBinding.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






HSceneBinding














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.







© 2015 - 2024 Weber Informatics LLC | Privacy Policy