org.ocap.ui.HSceneBinding.html Maven / Gradle / Ivy
HSceneBinding
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |