|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ base overview ] | PREV NEXT | ||||||||
Uses of Interface
com.arranger.jarl.base.IContext
| Uses of IContext in com.arranger.jarl.base |
| Classes in com.arranger.jarl.base that implement IContext | |
class |
Context
Context is the concrete implementation of IContext |
| Methods in com.arranger.jarl.base with parameters of type IContext | |
java.awt.Image |
RenderManager.render(IContext context)
Render an image for this specific time |
java.awt.Image |
RenderManager.renderOneFrame(IContext context,
int frame)
A special function that will only render one frame. |
void |
RenderManager.onRender(IJarlObject jarlObject,
IContext context)
|
void |
RenderManager.onRenderFrameStart(IContext context)
Frame start rendering |
void |
RenderManager.onRenderFrameStop(IContext context,
java.awt.Image image)
Frame stop rendering |
java.awt.Image |
IRenderManager.render(IContext context)
Render an image for this specific time |
java.awt.Image |
IRenderManager.renderOneFrame(IContext context,
int frame)
A special function that will only render one frame. |
void |
IRenderListener.onRender(IJarlObject jarlObject,
IContext context)
Rendering the jarl object at this context |
void |
IRenderListener.onRenderFrameStart(IContext context)
Frame start rendering |
void |
IRenderListener.onRenderFrameStop(IContext context,
java.awt.Image image)
Frame stop rendering |
void |
IJarlObject.init(IContext context,
org.w3c.dom.Element element)
Initialize this widget |
void |
IJarlObject.preCheckTime(IContext context)
Some object need the absolute times, not the relative times |
void |
IJarlObject.postCheckTime(IContext context)
|
void |
IContext.copy(IContext context)
Copy the params from the other context |
void |
Context.copy(IContext context)
Copy the params from the other context |
protected void |
BaseTimedJarlObject.initAttributes(IContext context)
|
void |
BaseJarlObject.init(IContext context,
org.w3c.dom.Element element)
Initialize this object |
void |
BaseJarlObject.initDef(IContext context,
org.w3c.dom.Element element)
Initialize this object |
void |
BaseJarlObject.preCheckTime(IContext context)
|
void |
BaseJarlObject.postCheckTime(IContext context)
|
protected void |
BaseJarlObject.initAttributes(IContext context)
Always remember some attrs might not be there |
|
|||||||||
| Home >> All >> com >> arranger >> jarl >> [ base overview ] | PREV NEXT | ||||||||