Class BasicShape

java.lang.Object
  |
  +--BasicShape

class BasicShape
extends Object


Field Summary
(package private)  Color colour
           
(package private)  int h
           
(package private)  int shape
           
(package private)  int w
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
BasicShape()
           
BasicShape(int sh, int x1, int y1, int w1, int h1, Color col)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colour

Color colour

h

int h

shape

int shape

w

int w

x

int x

y

int y
Constructor Detail

BasicShape

public BasicShape()

BasicShape

public BasicShape(int sh,
                  int x1,
                  int y1,
                  int w1,
                  int h1,
                  Color col)


Generated by BlueJ