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

public final class GraphicalObject implements org.omg.CORBA.portable.IDLEntity
{
  public String type = null;
  public Rectangle enclosing = null;
  public boolean isFilled = false;

  public GraphicalObject ()
  {
  } // ctor

  public GraphicalObject (String _type, Rectangle _enclosing, boolean _isFilled)
  {
    type = _type;
    enclosing = _enclosing;
    isFilled = _isFilled;
  } // ctor

} // class GraphicalObject
