jgame.impl
Class EngineLogic.BGImage

java.lang.Object
  extended by jgame.impl.EngineLogic.BGImage
Enclosing class:
EngineLogic

public class EngineLogic.BGImage
extends java.lang.Object


Field Summary
 java.lang.String imgname
          Image name (not tile name) of image to use behind transparent tiles.
 JGPoint tiles
           
 boolean wrapx
           
 boolean wrapy
           
 double xofs
           
 double yofs
           
 
Constructor Summary
EngineLogic.BGImage(java.lang.String imgname, boolean wrapx, boolean wrapy)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imgname

public java.lang.String imgname
Image name (not tile name) of image to use behind transparent tiles.


wrapx

public boolean wrapx

wrapy

public boolean wrapy

tiles

public JGPoint tiles

xofs

public double xofs

yofs

public double yofs
Constructor Detail

EngineLogic.BGImage

public EngineLogic.BGImage(java.lang.String imgname,
                           boolean wrapx,
                           boolean wrapy)