diff options
-rw-r--r-- | src/docs/class.puml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/docs/class.puml b/src/docs/class.puml index 6232023..6257ae8 100644 --- a/src/docs/class.puml +++ b/src/docs/class.puml | |||
@@ -40,8 +40,9 @@ package context { | |||
40 | } | 40 | } |
41 | 41 | ||
42 | class ScreenManager { | 42 | class ScreenManager { |
43 | private ApplicationContext | 43 | private final ApplicationContext |
44 | ScreenManager(ApplicationContext) | 44 | private final Graphics2D |
45 | ScreenManager(ApplicationContext,Graphics2D) | ||
45 | GraphicsContext clearScreen() | 46 | GraphicsContext clearScreen() |
46 | } | 47 | } |
47 | 48 | ||