public Rectangle( int top){
}
   public Rectangle(int left, int top){
}
     public Rectangle(int left, int width, int height){
}
    public Rectangle(int left, int top, int width, int height){
}
    public static void main(String[] args) {

    }
}