br.usp.iterador.gui.util
Class PulgaRectangle

java.lang.Object
  extended by br.usp.iterador.gui.util.PulgaRectangle

public class PulgaRectangle
extends java.lang.Object

Pulga rectangle with color.

Author:
Guilherme Silveira

Constructor Summary
PulgaRectangle(int x, int y, int w, int h, java.awt.Color color)
           
 
Method Summary
 java.awt.Color getColor()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PulgaRectangle

public PulgaRectangle(int x,
                      int y,
                      int w,
                      int h,
                      java.awt.Color color)
Method Detail

getColor

public java.awt.Color getColor()
Returns:
Returns the color.

getHeight

public int getHeight()
See Also:
Rectangle.getHeight()

getWidth

public int getWidth()
See Also:
Rectangle.getWidth()

getX

public int getX()
See Also:
Rectangle.getX()

getY

public int getY()
See Also:
Rectangle.getY()


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.