|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ChatOverlay.InfoProvider
An interface for providing information about what is under the overlay.
| Method Summary | |
|---|---|
void |
getAvoidables(Name speaker,
List<Shape> high,
List<Shape> low)
Get a list of Shape objects that we should attempt to avoid when laying out the chat. |
Point |
getSpeaker(Name speaker)
Get a point which is approximately the origin of the speaker, or null if unknown. |
| Method Detail |
|---|
void getAvoidables(Name speaker,
List<Shape> high,
List<Shape> low)
speaker - The username of the speaking player, or null.high - Add to this list shapes that should never be drawn on.low - If non-null, add to this list shapes that can be drawn on if needed.Point getSpeaker(Name speaker)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||