
/**
* ShapeListOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Shape.idl
* lunedì 22 ottobre 2018 11.37.55 CEST
*/

public interface ShapeListOperations 
{
  Shape newShape (GraphicalObject g) throws ShapeListPackage.FullException;
  Shape[] allShapes ();
  int getVersion ();
} // interface ShapeListOperations
