Getting started with object design
- From: andreagiorgetta@xxxxxxxxx
- Date: Sun, 26 Aug 2007 07:11:13 -0700
Hi to all, I'm new to object design and I am designing an image
organizer application (similar to Picasa). For image handling
operation I have a class that interacts with the image processing
component, and a Facade for that class. I also have a class that deals
with GUI operations (for example, when you select a certain option,
some data must be gotten from database and the screen must be updated
to showit... GUI class would be doing that screen update operation).
As a part of the GUI, I need to design an image composed of other
images, and that involves to sequentially call methods implemented by
the image processing class. My question is: Which would be the class
which should implement a method (for example, getComposedImage) that
do those sequential calls to the image class?
Thanks in advance!
Andrea Giorgetta
PD: Sorry about my English, I am from Argentina, so it's not my
primary language.
.
- Follow-Ups:
- Re: Getting started with object design
- From: H. S. Lahman
- Re: Getting started with object design
- Prev by Date: Re: A Design Problem
- Next by Date: Re: A Design Problem
- Previous by thread: Help in class diagram building
- Next by thread: Re: Getting started with object design
- Index(es):
Relevant Pages
|