Uses of Interface
jadex.application.space.envsupport.observer.perspective.IPerspective

Packages that use IPerspective
jadex.application.space.envsupport.observer.graphics   
jadex.application.space.envsupport.observer.graphics.java2d   
jadex.application.space.envsupport.observer.gui   
jadex.application.space.envsupport.observer.perspective   
 

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

Fields in jadex.application.space.envsupport.observer.graphics declared as IPerspective
protected  IPerspective AbstractViewport.perspective
          IPropertyObject holding properties for layers.
 

Methods in jadex.application.space.envsupport.observer.graphics that return IPerspective
 IPerspective IViewport.getPerspective()
          Get the perspective.
 IPerspective AbstractViewport.getPerspective()
          Get the perspective.
 

Constructors in jadex.application.space.envsupport.observer.graphics with parameters of type IPerspective
AbstractViewport(IPerspective perspective)
           
 

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

Methods in jadex.application.space.envsupport.observer.graphics.java2d with parameters of type IPerspective
 void TiledLayerJ2DRenderer.draw(IPerspective persp, Layer layer, IVector2 areaSize, ViewportJ2D vp)
          Draws the layer.
 void ILayerJ2DRenderer.draw(IPerspective persp, Layer layer, IVector2 areaSize, ViewportJ2D vp)
          Draws the layer.
 void GridLayerJ2DRenderer.draw(IPerspective persp, Layer layer, IVector2 areaSize, ViewportJ2D vp)
          Draws the layer.
 void ColorLayerJ2DRenderer.draw(IPerspective persp, Layer layer, IVector2 areaSize, ViewportJ2D vp)
          Draws the layer.
 

Constructors in jadex.application.space.envsupport.observer.graphics.java2d with parameters of type IPerspective
ViewportJ2D(IPerspective persp, ILibraryService libService)
          Creates a new Viewport.
 

Uses of IPerspective in jadex.application.space.envsupport.observer.gui
 

Methods in jadex.application.space.envsupport.observer.gui that return IPerspective
 IPerspective ObserverCenter.getSelectedPerspective()
          Returns the selected perspective.
 

Methods in jadex.application.space.envsupport.observer.gui with parameters of type IPerspective
 void ObserverCenter.addPerspective(String name, IPerspective perspective)
          Adds a perspective.
 

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

Classes in jadex.application.space.envsupport.observer.perspective that implement IPerspective
 class Perspective2D
          Perspective for viewing in 2D.
 



Copyright © 2010. All Rights Reserved.