25 lines
593 B
Java
25 lines
593 B
Java
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
|