com.mebigfatguy.patchanim.gui
Interface PatchDecorator

All Known Implementing Classes:
JColorControlPatchPanel

public interface PatchDecorator


Method Summary
 boolean drag(java.awt.Point p, java.awt.Rectangle bounds)
           
 void drawDecoration(java.awt.Graphics2D g, java.awt.Rectangle bounds)
           
 boolean press(java.awt.Point p, java.awt.Rectangle bounds)
           
 

Method Detail

drawDecoration

void drawDecoration(java.awt.Graphics2D g,
                    java.awt.Rectangle bounds)

press

boolean press(java.awt.Point p,
              java.awt.Rectangle bounds)

drag

boolean drag(java.awt.Point p,
             java.awt.Rectangle bounds)


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.