|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.jinx.action.Actor net.jinx.action.ActorView
public class ActorView
Actor wrapper class for one of Vertex Modeler's View implementations, so
they can be used with the action package.
API Stability: Beta.
Constructor Summary | |
---|---|
ActorView(java.lang.String name,
View view)
Constructs a new ActorView. |
Method Summary | |
---|---|
void |
deinit(Context opt)
Deinitializes the wrapped view object. |
Visible |
getVisible()
Redirects to the wrapped view object. |
void |
init(Context opt)
Initializes the wrapped View object. |
protected void |
processEvent(ActorEvent event)
Does nothing. |
void |
view(Context options,
java.awt.Rectangle viewport)
Redirects to the wrapped view object. |
Methods inherited from class net.jinx.action.Actor |
---|
checkAllowAdd, getName, getOwner, hashCode, ownerChanged, sendEvent, sendEvent, sendEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActorView(java.lang.String name, View view)
name
- the name of this ActorView.view
- the View object to wrap.Method Detail |
---|
public void init(Context opt)
init
in interface View
opt
- the Contect object containing rendering options.public void view(Context options, java.awt.Rectangle viewport)
view
in interface View
options
- the Contect object containing rendering options.viewport
- the screen viewport that is being used for this View.public Visible getVisible()
getVisible
in interface View
public void deinit(Context opt)
deinit
in interface View
opt
- the Contect object containing rendering options.protected void processEvent(ActorEvent event)
processEvent
in class Actor
event
- the ActorEvent to process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |