uk.ac.ed.morphml_handler
Interface AffineWarpDataStructure.AffineWarpDataListener

All Superinterfaces:
MorphMLEntity.MorphMLEntityListener
All Known Implementing Classes:
AffineWarpDataStructure.AffineWarpDataAdapter
Enclosing class:
AffineWarpDataStructure

public static interface AffineWarpDataStructure.AffineWarpDataListener
extends MorphMLEntity.MorphMLEntityListener


Method Summary
 void localWarpPointAdded(AffineWarpDataStructure.AffineWarpDataEvent event)
           
 void localWarpPointRemoved(AffineWarpDataStructure.AffineWarpDataEvent event)
           
 void worldWarpPointAdded(AffineWarpDataStructure.AffineWarpDataEvent event)
           
 void worldWarpPointRemoved(AffineWarpDataStructure.AffineWarpDataEvent event)
           
 
Methods inherited from interface uk.ac.ed.morphml_handler.MorphMLEntity.MorphMLEntityListener
entityHidden, entityShown
 

Method Detail

localWarpPointAdded

void localWarpPointAdded(AffineWarpDataStructure.AffineWarpDataEvent event)

localWarpPointRemoved

void localWarpPointRemoved(AffineWarpDataStructure.AffineWarpDataEvent event)

worldWarpPointRemoved

void worldWarpPointRemoved(AffineWarpDataStructure.AffineWarpDataEvent event)

worldWarpPointAdded

void worldWarpPointAdded(AffineWarpDataStructure.AffineWarpDataEvent event)