Mallet Engine
2
Entity-Component based game engine, written in Java.
|
drawLine(final Graphics2D _graphics, final Settings _settings, final Vector2 _position) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |
drawLines(final Graphics2D _graphics, final Settings _settings, final Vector2 _position) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |
drawPoints(final Graphics2D _graphics, final Settings _settings, final Vector2 _position) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |
drawPolygon(final Graphics2D _graphics, final Settings _settings, final Vector2 _position) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |
setClip(final Graphics2D _graphics, final Settings _settings, final Vector2 _position) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |
setGraphicsColour(final Graphics2D _graphics, final Settings _settings) | com.linxonline.mallet.renderer.Graphics2DDraw | [static] |