DirectAnimation Animated Header --DXMCanvas Class DirectAnimation Animated Header --DXMCanvas Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DXMApplet Class
*Next Topic: DXMEvent Class

DXMCanvas Class


These are the methods for the DXMCanvas Class:

public synchronized void addModel()
public synchronized abstract void addModel()
public synchronized void addNotify()
public double getCurrentTime()
public double getCurrentTickTime()
public Model getModel()
public Preferences getPreferences()
public synchronized boolean handleEvent(Event e)
public synchronized void hide()
public synchronized void hideModel()
public synchronized abstract void hideModel()
public void paint(Graphics g)
public ErrorAndWarningReceiver registerErrorAndWarningReceiver(ErrorAndWarningReceiver w)
public synchronized void removeModel()
public synchronized abstract void removeModel()
public synchronized void removeNotify()
public synchronized void reshape(int x, int y, int width, int height)
public void run()
public void setModel(Model model)
public synchronized void show()
public synchronized void showModel()
public synchronized abstract void showModel()
public void startModel()
public void stopModel()
public void tick()
public synchronized void tick (double timeToUse)
public void update(Graphics g)

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page