Class mheg5.OBJ.Scene
All Packages Class Hierarchy This Package Previous Next Index
Class mheg5.OBJ.Scene
java.lang.Object
|
+----mheg5.UTL.ListNode
|
+----mheg5.REF.ObjectRef
|
+----mheg5.OBJ.Root
|
+----mheg5.OBJ.Group
|
+----mheg5.OBJ.Scene
- public class Scene
- extends Group
- implements AIScene, TimerInterface
-
AspectRatio
- Own exchanged attribute AspectRatio
-
InputEventRegister
- Own exchanged attribute InputEventRegister
-
MovingCursor
- Own exchanged attribute MovingCursor
-
XScene
- Own exchanged attribute SceneCoordinateSystem
-
YScene
-
-
Scene()
- Constructor for a Scene Object
-
Activation()
-
-
CheckEvent(MhegEvent)
-
-
GetCursorPosition(IntegerVariable, IntegerVariable)
- GetCursorPosition (XOut, YOut)
-
RegisterLink(Link)
-
-
SendEvent(MhegEvent)
- SendEvent (EmulatedEventSource, EmulatedEventType, EmulatedEventData)
-
SetCursorPosition(int, int)
- SetCursorPosition (XCursor, YCursor)
-
SetCursorShape(CursorShape)
- SetCursorShape (NewCursorShape)
-
SetInternalAttributes()
- Setup of internal attributes of this class
-
SetTimer(int, int, boolean)
- SetTimer (TimerId, TimerValue, AbsoluteTime)
-
TimerAction(int)
- It is needed for the timercallback.
-
TransitionTo()
- TransitionTo (ConnectionTag, TransitionEffect)
InputEventRegister
public int InputEventRegister
- Own exchanged attribute InputEventRegister
XScene
public int XScene
- Own exchanged attribute SceneCoordinateSystem
YScene
public int YScene
AspectRatio
public double AspectRatio
- Own exchanged attribute AspectRatio
MovingCursor
public boolean MovingCursor
- Own exchanged attribute MovingCursor
Scene
public Scene()
- Constructor for a Scene Object
RegisterLink
public void RegisterLink(Link link)
- Overrides:
- RegisterLink in class Root
CheckEvent
public void CheckEvent(MhegEvent event)
- Overrides:
- CheckEvent in class Root
Activation
public void Activation()
- Overrides:
- Activation in class Group
SetInternalAttributes
public void SetInternalAttributes()
- Setup of internal attributes of this class
- Overrides:
- SetInternalAttributes in class Group
TransitionTo
public void TransitionTo()
- TransitionTo (ConnectionTag, TransitionEffect)
SetTimer
public void SetTimer(int timer_id,
int timer_value,
boolean absolute_time)
- SetTimer (TimerId, TimerValue, AbsoluteTime)
SendEvent
public void SendEvent(MhegEvent my_event)
- SendEvent (EmulatedEventSource, EmulatedEventType, EmulatedEventData)
SetCursorShape
public void SetCursorShape(CursorShape cs)
- SetCursorShape (NewCursorShape)
SetCursorPosition
public void SetCursorPosition(int cursor_x,
int cursor_y)
- SetCursorPosition (XCursor, YCursor)
GetCursorPosition
public void GetCursorPosition(IntegerVariable iv_x,
IntegerVariable iv_y)
- GetCursorPosition (XOut, YOut)
TimerAction
public void TimerAction(int kicker)
- It is needed for the timercallback.
All Packages Class Hierarchy This Package Previous Next Index