excercise 2 done

This commit is contained in:
2025-12-12 22:48:54 +01:00
parent a60e3de86a
commit 27259a12e0
123 changed files with 2946 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
package GraphicsApp;
/**
* GraphicsApp/GraphicalObjectOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Graphics.idl
* Tuesday, November 11, 2025 6:46:29 PM CET
*/
// GraphicalShape object extends Shape
public interface GraphicalObjectOperations extends GraphicsApp.ShapeOperations
{
// unqualified member
boolean is_filled ();
// unqualified member
void is_filled (boolean newIs_filled);
// only time a shape can change is if it's in the matrix or if Dr.Strange is in town.
String name ();
} // interface GraphicalObjectOperations