Package org.jzy3d.events
Class DrawableChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- org.jzy3d.events.DrawableChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class DrawableChangedEvent extends EventObject
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intFIELD_COLORstatic intFIELD_DATAstatic intFIELD_DISPLAYEDstatic intFIELD_METADATAstatic intFIELD_TRANSFORM- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DrawableChangedEvent(Object source, int what) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intwhat()- 
Methods inherited from class java.util.EventObject
getSource, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
FIELD_DATA
public static final int FIELD_DATA
- See Also:
 - Constant Field Values
 
 
- 
FIELD_TRANSFORM
public static final int FIELD_TRANSFORM
- See Also:
 - Constant Field Values
 
 
- 
FIELD_COLOR
public static final int FIELD_COLOR
- See Also:
 - Constant Field Values
 
 
- 
FIELD_METADATA
public static final int FIELD_METADATA
- See Also:
 - Constant Field Values
 
 
- 
FIELD_DISPLAYED
public static final int FIELD_DISPLAYED
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
DrawableChangedEvent
public DrawableChangedEvent(Object source, int what)
 
 - 
 
 -