|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.render.DefaultRendererXOR
The DefaultRendererMono class is an implementation of the
Renderer interface that renders the primitives in xor style.
| Field Summary |
| Fields inherited from interface com.tensegrity.graphics.render.Renderer |
RENDERERFLAG_PROCESS_PORTS_ONLY |
| Constructor Summary | |
DefaultRendererXOR()
Constructor for DefaultRendererWireFrame. |
|
| Method Summary | |
void |
adjustData(RenderingData renderdata)
This method modifies the RenderingData instance given by
renderdata according to the Renderer instance
and the configuration of it. |
RendererConfiguration |
getConfiguration()
Returns the current configuration of the Renderer. |
void |
render(RenderingData renderdata,
Device device)
This method renders the RenderingData object given by
renderdata onto the Device given by
device. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultRendererXOR()
| Method Detail |
public RendererConfiguration getConfiguration()
RendererRenderer. The
configuration is represented by a RendererConfiguration
object. To get more informations about this kind of object take a look
at the documentation of RendererConfiguration.
getConfiguration in interface RendererRenderer
public void render(RenderingData renderdata,
Device device)
RendererRenderingData object given by
renderdata onto the Device given by
device. The rendering process is done according to the
Renderer instance and the configuration of it.
render in interface Rendererrenderdata - the RenderingData instance to renderdevice - the Device instance to render ontopublic void adjustData(RenderingData renderdata)
RendererRenderingData instance given by
renderdata according to the Renderer instance
and the configuration of it.
adjustData in interface Rendererrenderdata - the RenderingData instance to modify
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||