Documentation of 'CH.ifa.draw.framework.FigureChangeEvent' Java class
FigureChangeEvent
CH.ifa.draw.framework

Class FigureChangeEvent

  • All Implemented Interfaces:
    java.io.Serializable


    public class FigureChangeEvent
    extends java.util.EventObject
    FigureChange event passed to FigureChangeListeners.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Figure getFigure()
      Gets the changed figure
      java.awt.Rectangle getInvalidatedRectangle()
      Gets the changed rectangle
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FigureChangeEvent

        public FigureChangeEvent(Figure source,
                                 java.awt.Rectangle r)
        Constructs an event for the given source Figure. The rectangle is the area to be invalvidated.
      • FigureChangeEvent

        public FigureChangeEvent(Figure source)
    • Method Detail

      • getFigure

        public Figure getFigure()
        Gets the changed figure
      • getInvalidatedRectangle

        public java.awt.Rectangle getInvalidatedRectangle()
        Gets the changed rectangle

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.