Package samer.tools
Interface Renderer
-
- All Known Implementing Classes:
- Renderer.Fill, Renderer.Fill3D, Renderer.Line, Renderer.Steps
public interface Renderer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static class
Renderer.Fill
static class
Renderer.Fill3D
static class
Renderer.Line
static class
Renderer.Steps
-
Field Summary
Fields Modifier and Type Field and Description static Renderer
FILL
static Renderer
FILL3D
static Renderer
LINE
static Renderer
STEPS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
draw(java.awt.Graphics g, int x1, int x2, int j1, int j2, int j0)
-