jadex.application.space.envsupport.observer.graphics.java2d
Class TextJ2DRenderer
java.lang.Object
jadex.application.space.envsupport.observer.graphics.java2d.TextJ2DRenderer
- All Implemented Interfaces:
- IJ2DRenderer
public class TextJ2DRenderer
- extends Object
- implements IJ2DRenderer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextJ2DRenderer
public TextJ2DRenderer()
prepareAndExecuteDraw
public void prepareAndExecuteDraw(DrawableCombiner dc,
Primitive primitive,
Object obj,
ViewportJ2D vp)
- Prepares the object for rendering to a Java2D viewport
- Specified by:
prepareAndExecuteDraw in interface IJ2DRenderer
- Parameters:
dc - the DrawableCombiner drawing the objectprimitive - the primitive being drawnobj - the object being drawnvp - the viewport
draw
public void draw(DrawableCombiner dc,
Primitive primitive,
Object obj,
ViewportJ2D vp)
- Draws the primitive.
- Specified by:
draw in interface IJ2DRenderer
- Parameters:
dc - the DrawableCombiner drawing the objectprimitive - the primitive being drawnobj - the object being drawnvp - the viewport
Copyright © 2010. All Rights Reserved.