Package CH.ifa.draw.framework

Examples of CH.ifa.draw.framework.FigureChangeListener


    return new Rectangle(xPos - 1, yPos - 1, 3, 3);
  }

  public void invalidate()
  {
    FigureChangeListener l = listener();
    if (l != null)
    {
      Rectangle r = infiniteDisplayBox();
      l.figureInvalidated(new FigureChangeEvent(this, r));
    }
  }
View Full Code Here

TOP

Related Classes of CH.ifa.draw.framework.FigureChangeListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.