maison
Class Rectangle

java.lang.Object
  |
  +--maison.Figure
        |
        +--maison.MovingFigure
              |
              +--maison.RectangularFigure
                    |
                    +--maison.Rectangle
All Implemented Interfaces:
java.lang.Cloneable

class Rectangle
extends RectangularFigure

La classe Rectangle


Fields inherited from class maison.RectangularFigure
BOTTOM_HANDLE, LEFT_BOTTOM_HANDLE, LEFT_HANDLE, LEFT_TOP_HANDLE, NO_HANDLE, RIGHT_BOTTOM_HANDLE, RIGHT_HANDLE, RIGHT_TOP_HANDLE, selectedHandle, TOP_HANDLE
 
Fields inherited from class maison.MovingFigure
bounds, dx, dy, h, l
 
Fields inherited from class maison.Figure
couleur, environment, HANDLE_SIZE, selected, x, y
 
Constructor Summary
(package private) Rectangle()
           
 
Method Summary
(package private)  void display(java.awt.Graphics g, int x, int y, int l, int h)
           
 
Methods inherited from class maison.RectangularFigure
cloneFig, contains, dessiner, displayHandles, doDrag, doReSelect, drawBuild, getHandleNum, setSelected, setSize, translate
 
Methods inherited from class maison.MovingFigure
activate, collisionDetection, move, parse, saveBody, setSpeed
 
Methods inherited from class maison.Figure
getColor, save, setColor, setPos
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle

Rectangle()
Method Detail

display

void display(java.awt.Graphics g,
             int x,
             int y,
             int l,
             int h)
Overrides:
display in class RectangularFigure