|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.b3dgs.lionengine.game.MediaRessource<Type>
Type
- ressource type.public class MediaRessource<Type>
Constainer describing a ressource with its file name.
AbstractRessourcesHandler
Field Summary | |
---|---|
java.lang.String |
file
Ressource filename. |
Type |
ressource
Ressource reference. |
Constructor Summary | |
---|---|
MediaRessource(java.lang.String file,
Type ressource)
Create a new media ressource. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String file
public final Type ressource
Constructor Detail |
---|
public MediaRessource(java.lang.String file, Type ressource)
file
- ressource file name.ressource
- ressource reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |