Uses of Interface
jadex.application.space.envsupport.observer.graphics.IViewport

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

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

Classes in jadex.application.space.envsupport.observer.graphics that implement IViewport
 class AbstractViewport
           
 

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

Methods in jadex.application.space.envsupport.observer.graphics.drawable with parameters of type IViewport
 void DrawableCombiner.draw(Object obj, Integer layer, IViewport vp)
          Draws the objects to a viewport
 Object DrawableCombiner.getBoundValue(Object obj, Object prop, IViewport viewport)
          Gets the bound value for a property.
static String Text.getReplacedText(DrawableCombiner dc, Object obj, String text, IViewport vp)
           
 

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

Classes in jadex.application.space.envsupport.observer.graphics.java2d that implement IViewport
 class ViewportJ2D
          This class manages the GUI and all user interaction.
 

Methods in jadex.application.space.envsupport.observer.graphics.java2d with parameters of type IViewport
protected  boolean AbstractJ2DRenderer.setupMatrix(DrawableCombiner dc, Primitive primitive, Object obj, Graphics2D g, IViewport vp)
          Sets up the transformation matrix before drawing.
 

Uses of IViewport in jadex.application.space.envsupport.observer.perspective
 

Fields in jadex.application.space.envsupport.observer.perspective declared as IViewport
protected  IViewport Perspective2D.viewport
          The viewport
 

Methods in jadex.application.space.envsupport.observer.perspective that return IViewport
 IViewport Perspective2D.getViewport()
          Gets the viewport
 



Copyright © 2010. All Rights Reserved.