|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.b3dgs.lionengine.game.purviews.impl.PurviewFactory
public final class PurviewFactory
Field Summary |
---|
Fields inherited from interface com.b3dgs.lionengine.Purview |
---|
PURVIEW |
Method Summary | |
---|---|
Collisionable |
createCollisionable(Entity entity)
Create a collisionable purview. |
Configurable |
createConfigurable()
Create a configurable purview. |
Mirrorable |
createMirrorable()
Create a mirrorable purview. |
Pathfindable |
createPathfindable(PathBasedMap<? extends AbstractPathTile> map,
int id)
Create a pathfindable purview. |
static Purview |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Purview getInstance()
public Configurable createConfigurable()
Purview
createConfigurable
in interface Purview
public Collisionable createCollisionable(Entity entity)
Purview
createCollisionable
in interface Purview
entity
- entity concerned.
public Mirrorable createMirrorable()
Purview
createMirrorable
in interface Purview
public Pathfindable createPathfindable(PathBasedMap<? extends AbstractPathTile> map, int id)
Purview
createPathfindable
in interface Purview
map
- map reference.id
- entry id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |