org.diamondspin
Class DSViewAdapter

java.lang.Object
  extended by org.diamondspin.DSViewAdapter
All Implemented Interfaces:
EventListener, DSViewListener

public class DSViewAdapter
extends Object
implements DSViewListener

Author:
vernier

Constructor Summary
DSViewAdapter()
          Creates a new instance of DSViewAdapter
 
Method Summary
 void backgroundRotated(DSViewEvent evt)
           
 void backgroundTranslated(DSViewEvent evt)
           
 void backgroundUpdated(DSViewEvent evt)
           
 void backgroundZoomed(DSViewEvent evt)
           
 void viewGestured(DSViewEvent evt)
           
 void viewGrabbed(DSViewEvent evt)
           
 void viewReleased(DSViewEvent evt)
           
 void viewRotated(DSViewEvent evt)
           
 void viewTranslated(DSViewEvent evt)
           
 void viewZoomed(DSViewEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSViewAdapter

public DSViewAdapter()
Creates a new instance of DSViewAdapter

Method Detail

viewRotated

public void viewRotated(DSViewEvent evt)
Specified by:
viewRotated in interface DSViewListener

viewZoomed

public void viewZoomed(DSViewEvent evt)
Specified by:
viewZoomed in interface DSViewListener

viewTranslated

public void viewTranslated(DSViewEvent evt)
Specified by:
viewTranslated in interface DSViewListener

viewGestured

public void viewGestured(DSViewEvent evt)
Specified by:
viewGestured in interface DSViewListener

viewGrabbed

public void viewGrabbed(DSViewEvent evt)
Specified by:
viewGrabbed in interface DSViewListener

viewReleased

public void viewReleased(DSViewEvent evt)
Specified by:
viewReleased in interface DSViewListener

backgroundTranslated

public void backgroundTranslated(DSViewEvent evt)
Specified by:
backgroundTranslated in interface DSViewListener

backgroundRotated

public void backgroundRotated(DSViewEvent evt)
Specified by:
backgroundRotated in interface DSViewListener

backgroundZoomed

public void backgroundZoomed(DSViewEvent evt)
Specified by:
backgroundZoomed in interface DSViewListener

backgroundUpdated

public void backgroundUpdated(DSViewEvent evt)
Specified by:
backgroundUpdated in interface DSViewListener


Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.