rle.core.ui
Class TileCamera

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.core.ui.CameraBase
          extended by rle.core.ui.TextCamera
              extended by rle.core.ui.TileCamera
All Implemented Interfaces:
Camera, CameraModelListener, PlugIn

public class TileCamera
extends TextCamera

Draws the board view using a textual representation.


Nested Class Summary
 
Nested classes/interfaces inherited from class rle.core.ui.CameraBase
CameraBase.CameraImpl
 
Field Summary
protected  java.awt.image.BufferedImage tiles
           
 
Fields inherited from class rle.core.ui.TextCamera
mappings
 
Fields inherited from class rle.core.ui.CameraBase
component, img, model, updateFlags, updateNeeded, visible
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
TileCamera()
           
 
Method Summary
protected  java.awt.image.BufferedImage createImage(Thing t)
          Create and return an image representation of this Thing.
protected  void loadResources()
           
 
Methods inherited from class rle.core.ui.TextCamera
boardChange, createFontHelpers, flush, regionChange, render, renderBackBuffer, renderSprite, restoreBackBuffer, setModel, update, visibleThing, visualChange
 
Methods inherited from class rle.core.ui.CameraBase
createComponent, getComponent, getModel, initializeImage, paintHighlight, update, update
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setConfig, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rle.core.vm.PlugIn
config, getContext, paramMap, setConfig, setParameters
 

Field Detail

tiles

protected java.awt.image.BufferedImage tiles
Constructor Detail

TileCamera

public TileCamera()
Method Detail

loadResources

protected void loadResources()
Overrides:
loadResources in class TextCamera

createImage

protected java.awt.image.BufferedImage createImage(Thing t)
Create and return an image representation of this Thing. This need not represent the final appearance; for instance, the image returned by this implementation does not include creature health bars or the highlighter.

Overrides:
createImage in class TextCamera