com.b3dgs.lionengine.game.platform
Class PlatformEntrySetup

java.lang.Object
  extended by com.b3dgs.lionengine.game.platform.PlatformEntrySetup
Direct Known Subclasses:
RasteredPlatformEntrySetup

public class PlatformEntrySetup
extends java.lang.Object

Define a structure used to create multiple platform entry, sharing the same data.


Field Summary
 Configurable configurable
           
 java.awt.image.BufferedImage surface
           
 
Constructor Summary
PlatformEntrySetup(java.lang.String config, java.lang.String surface)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurable

public final Configurable configurable

surface

public final java.awt.image.BufferedImage surface
Constructor Detail

PlatformEntrySetup

public PlatformEntrySetup(java.lang.String config,
                          java.lang.String surface)