mirror of
https://github.com/jneug/zeichenmaschine.git
synced 2026-04-14 14:43:33 +02:00
Allgemeiner GraphicsLayer hinzugefügt
Vor allem für Testst hilfreich
This commit is contained in:
11
src/schule/ngb/zm/GraphicsLayer.java
Normal file
11
src/schule/ngb/zm/GraphicsLayer.java
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
package schule.ngb.zm;
|
||||||
|
|
||||||
|
import java.awt.Graphics2D;
|
||||||
|
|
||||||
|
public class GraphicsLayer extends Layer {
|
||||||
|
|
||||||
|
public Graphics2D getGraphics() {
|
||||||
|
return drawing;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user