Package zombie
Class ZombiePopulationManager.ZombiePopulationRenderer
java.lang.Object
zombie.ZombiePopulationManager.ZombiePopulationRenderer
- Enclosing class:
- ZombiePopulationManager
public class ZombiePopulationManager.ZombiePopulationRenderer
extends java.lang.Object
- 
Field Summary
- 
Constructor SummaryConstructors Constructor Description ZombiePopulationRenderer()
- 
Method SummaryModifier and Type Method Description voidrender(UIElement ui, float zoom, float xPos, float yPos)voidrenderLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a)voidrenderRect(float x, float y, float w, float h, float r, float g, float b, float a)floatuiToWorldX(float x)floatuiToWorldY(float y)floatworldToScreenX(float x)floatworldToScreenY(float y)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
drawwpublic float draww
- 
drawhpublic float drawh
 
- 
- 
Constructor Details- 
ZombiePopulationRendererpublic ZombiePopulationRenderer()
 
- 
- 
Method Details- 
worldToScreenXpublic float worldToScreenX(float x)
- 
worldToScreenYpublic float worldToScreenY(float y)
- 
uiToWorldXpublic float uiToWorldX(float x)
- 
uiToWorldYpublic float uiToWorldY(float y)
- 
renderRectpublic void renderRect(float x, float y, float w, float h, float r, float g, float b, float a)
- 
renderLinepublic void renderLine(float x1, float y1, float x2, float y2, float r, float g, float b, float a)
- 
render
 
-