|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FrameProvider
Provides a mechanism where by a character component can obtain access to its image frames for a particular action in an on demand manner.
| Method Summary | |
|---|---|
String |
getFramePath(CharacterComponent component,
String action,
String type,
Set<String> existentPaths)
Returns the file path of the animation frames (in the eight sprite directions) for the specified action of the specified component. |
ActionFrames |
getFrames(CharacterComponent component,
String action,
String type)
Returns the animation frames (in the eight sprite directions) for the specified action of the specified component. |
| Method Detail |
|---|
ActionFrames getFrames(CharacterComponent component,
String action,
String type)
String getFramePath(CharacterComponent component,
String action,
String type,
Set<String> existentPaths)
existentPaths - the set of all paths for which there are valid frames.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||