Uses of Class
legacy.VideoAdapter

Packages that use VideoAdapter
games Common location for all rebirthed games no original works or data will be supplied you must own the original titles 
legacy This package contains all classes required by the kernel to operate 
 

Uses of VideoAdapter in games
 

Methods in games with parameters of type VideoAdapter
 void DesignGuide.render(VideoAdapter v)
          render(Video v) handles all rendering
 void ExtendedDesignGame.render(VideoAdapter v)
          render(Video v) handles all rendering
 

Uses of VideoAdapter in legacy
 

Methods in legacy that return VideoAdapter
protected static VideoAdapter VideoAdapter.getAdapter(int width, int height)
          getAdapter(int width, int height) caution when using this method.
protected  VideoAdapter VideoAdapter.getRenderer()
          getRenderer() called exclusivly from within the legacy kernal to flip the page and return this Video Interface
static VideoAdapter VideoAdapter.getStandardFor(int width, int height)
          getStandardFor() returns a DisplayAdapters or video mode compatible with this machine provided it matched width and height parameters
static VideoAdapter[] VideoAdapter.getStandards()
          getStandards() returns a list of DisplayAdapters or video modes compatible with this machine
abstract  VideoAdapter Configuration.getVideoAdaptor()
          getVideoAdaptor() should return the required video adaptor.
 

Methods in legacy with parameters of type VideoAdapter
abstract  void Legacy.render(VideoAdapter v)
          render(Video v) is called when needed as defined by the Conifiguration suppled by the abstract method Configuration getConfiguration().