All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.rubberband.RubberbandPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----gjt.rubberband.RubberbandPanel

public abstract class RubberbandPanel
extends Panel
An extension of Panel which is fitted with a Rubberband. Handling of mouse events is automatically handled for rubberbanding.

Clients may set or get the Rubberband at any time.

See Also:
Rubberband, RubberbandTest

Constructor Index

 o RubberbandPanel()

Method Index

 o getRubberband()
 o processMouseEvent(MouseEvent)
 o rubberbandEnded(Rubberband)
 o setRubberband(Rubberband)

Constructors

 o RubberbandPanel
 public RubberbandPanel()

Methods

 o rubberbandEnded
 public abstract void rubberbandEnded(Rubberband rb)
 o setRubberband
 public void setRubberband(Rubberband rb)
 o getRubberband
 public Rubberband getRubberband()
 o processMouseEvent
 public void processMouseEvent(MouseEvent event)
Overrides:
processMouseEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index