org.limn.render
Interface LimnRenderable
- All Known Implementing Classes:
- ParsingThread, PPHolesFactory, TourEngine
- public interface LimnRenderable
LimnRenderable is intended to use to allow additional objects to
provide graphics to the main render object. The main object will collect
these renderable objects and should allow them to update the graphics object
each time the image is updated.
|
Method Summary |
void |
augment(java.awt.Graphics g,
int h,
int w,
int i)
This method is to be called from within the rendering stage. |
augment
public void augment(java.awt.Graphics g,
int h,
int w,
int i)
- This method is to be called from within the rendering stage.
allowing an object that implements this interface to add
some graphics to the main graphic.
this graphics may include information about the duration of
the animation, axis information or brushing/linking information