Uses of Class
jadex.application.space.envsupport.observer.graphics.drawable.Primitive

Packages that use Primitive
jadex.application.space.envsupport.observer.graphics   
jadex.application.space.envsupport.observer.graphics.drawable   
jadex.application.space.envsupport.observer.graphics.java2d   
 

Uses of Primitive in jadex.application.space.envsupport.observer.graphics
 

Methods in jadex.application.space.envsupport.observer.graphics with parameters of type Primitive
 void IViewport.drawPrimitive(DrawableCombiner dc, Primitive primitive, Object obj)
          Draws a primitive
 

Uses of Primitive in jadex.application.space.envsupport.observer.graphics.drawable
 

Subclasses of Primitive in jadex.application.space.envsupport.observer.graphics.drawable
 class RegularPolygon
           
 class Text
          Drawable component for displaying text.
 class TexturedRectangle
           
 

Methods in jadex.application.space.envsupport.observer.graphics.drawable with parameters of type Primitive
 void DrawableCombiner.addPrimitive(Primitive p)
          Adds a primitive to the combiner.
 void DrawableCombiner.addPrimitive(Primitive p, int layer)
          Adds a primitive to the combiner in a specific layer.
 void DrawableCombiner.removePrimitive(Primitive p)
          Removes a primitive from all layers in the combiner.
 

Uses of Primitive in jadex.application.space.envsupport.observer.graphics.java2d
 

Methods in jadex.application.space.envsupport.observer.graphics.java2d with parameters of type Primitive
 void TriangleJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void TexturedRectangleJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void TextJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void RegularPolygonJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void RectangleJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void IJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void EllipseJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
abstract  void AbstractJ2DRenderer.draw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Draws the primitive.
 void ViewportJ2D.drawPrimitive(DrawableCombiner dc, Primitive primitive, Object obj)
          Draws a primitive
 void TextJ2DRenderer.prepareAndExecuteDraw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Prepares the object for rendering to a Java2D viewport
 void IJ2DRenderer.prepareAndExecuteDraw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Prepares the object for rendering to a Java2D viewport
 void AbstractJ2DRenderer.prepareAndExecuteDraw(DrawableCombiner dc, Primitive primitive, Object obj, ViewportJ2D vp)
          Prepares the object for rendering to a Java2D viewport
protected  boolean AbstractJ2DRenderer.setupMatrix(DrawableCombiner dc, Primitive primitive, Object obj, Graphics2D g, IViewport vp)
          Sets up the transformation matrix before drawing.
 



Copyright © 2010. All Rights Reserved.