edu.umd.cs.piccolo
Interface PComponent

All Known Implementing Classes:
PCanvas, PSWTCanvas

public interface PComponent

Interface that a component needs to implement if it wants to act as a Piccolo canvas.

Version:
1.0
Author:
Lance Good

Method Summary
 void paintImmediately()
           
 void popCursor()
           
 void pushCursor(java.awt.Cursor cursor)
           
 void repaint(PBounds bounds)
           
 void setInteracting(boolean interacting)
           
 

Method Detail

repaint

public void repaint(PBounds bounds)

paintImmediately

public void paintImmediately()

pushCursor

public void pushCursor(java.awt.Cursor cursor)

popCursor

public void popCursor()

setInteracting

public void setInteracting(boolean interacting)


Copyright © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.