|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.example.imagine.step1.ImageRequest
public class ImageRequest
represents a client's request for an image
| Constructor Summary | |
|---|---|
ImageRequest(int width,
int height,
int numberOfCharacters)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
|
int |
getNumberOfCharacters()
|
int |
getWidth()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageRequest(int width,
int height,
int numberOfCharacters)
| Method Detail |
|---|
public int getWidth()
public int getHeight()
public int getNumberOfCharacters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||