Package | Description |
---|---|
com.b3dgs.lionengine | |
com.b3dgs.lionengine.file.impl | |
com.b3dgs.lionengine.game | |
com.b3dgs.lionengine.game.map | |
demo.background | |
demo.platform | |
demo.platform.editor | |
demo.strategy |
Modifier and Type | Method and Description |
---|---|
FileReader |
File.createFileReader(java.lang.String path)
Open a file as read only.
|
Modifier and Type | Class and Description |
---|---|
class |
FileReaderImpl |
Modifier and Type | Method and Description |
---|---|
FileReader |
FileFactory.createFileReader(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractWorld.load(FileReader file) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractTileMap.load(FileReader file)
Load a map from a specified file as binary data.
|
Modifier and Type | Method and Description |
---|---|
void |
World.load(FileReader filename) |
Modifier and Type | Method and Description |
---|---|
void |
Entry.load(FileReader file) |
void |
Map.load(FileReader file) |
void |
World.load(FileReader file) |
Modifier and Type | Method and Description |
---|---|
void |
WorldPanel.loadEntrys(FileReader file) |
Modifier and Type | Method and Description |
---|---|
void |
Map.load(FileReader file) |
void |
World.load(FileReader filename) |