diff options
Diffstat (limited to 'src/docs/class.puml')
-rw-r--r-- | src/docs/class.puml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml index 7bfccca..5c00dcf 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml | |||
@@ -11,20 +11,6 @@ package viewer { | |||
11 | void eventLoop(ApplicationContext) | 11 | void eventLoop(ApplicationContext) |
12 | } | 12 | } |
13 | 13 | ||
14 | class InputHandler { | ||
15 | ApplicationContext | ||
16 | |||
17 | InputHandler(ApplicationContext) | ||
18 | List<Event> getEvents() | ||
19 | } | ||
20 | |||
21 | class ScreenManager { | ||
22 | ApplicationContext, Graphics2D | ||
23 | |||
24 | ScreenManager(ApplicationContext,Graphics2D) | ||
25 | GraphicsContext clearScreen() | ||
26 | } | ||
27 | |||
28 | class Main { | 14 | class Main { |
29 | static void main(String[]) | 15 | static void main(String[]) |
30 | } | 16 | } |