Uses of Class
graphics.GraphicsEngine

Packages that use GraphicsEngine
graphics Provides classes for showing the graphics. 
 

Uses of GraphicsEngine in graphics
 

Fields in graphics declared as GraphicsEngine
private  GraphicsEngine OutputPane.engine
          Current instance of GraphicsEngine- class.
private  GraphicsEngine Graphics.graphicsEngine
          Current instance of GraphicsEngine class.
private  GraphicsEngine GraphicsWindow.graphicsEngine
          graphicsEngine instance of GraphicsEngine- class.
 

Constructors in graphics with parameters of type GraphicsEngine
GraphicsWindow(DataCollection dataCollection, GraphicsEngine graphicsEngine)
          Construct new graphics-object.
InfoPane(GraphicsEngine engine, DataCollection dataCollection, int panelWidth, int panelHeight)
          Construct new instance.
OutputPane(GraphicsEngine engine, int panelWidth, int panelHeight)
          Constructor.