excercise 2 done
This commit is contained in:
19
week1_TinsaeGhilay/Task2/GraphicsApp/ShapeOperations.java
Normal file
19
week1_TinsaeGhilay/Task2/GraphicsApp/ShapeOperations.java
Normal file
@@ -0,0 +1,19 @@
|
||||
package GraphicsApp;
|
||||
|
||||
|
||||
/**
|
||||
* GraphicsApp/ShapeOperations.java .
|
||||
* Generated by the IDL-to-Java compiler (portable), version "3.2"
|
||||
* from Graphics.idl
|
||||
* Tuesday, November 11, 2025 6:46:29 PM CET
|
||||
*/
|
||||
|
||||
public interface ShapeOperations
|
||||
{
|
||||
|
||||
// draw to be overriden in java
|
||||
void draw ();
|
||||
|
||||
// and info
|
||||
void showInfo ();
|
||||
} // interface ShapeOperations
|
||||
Reference in New Issue
Block a user