|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Image | |
|---|---|
| edu.rit.draw.item | Package edu.rit.draw.item contains classes for the different kinds of drawing items that can appear in a Drawing. |
| Uses of Image in edu.rit.draw.item |
|---|
| Methods in edu.rit.draw.item that return Image | |
|---|---|
Image |
Image.add()
Add this image item to the end of the default drawing's sequence of drawing items. |
Image |
Image.add(Drawing theDrawing)
Add this image item to the end of the given drawing's sequence of drawing items. |
Image |
Image.addFirst()
Add this image item to the beginning of the default drawing's sequence of drawing items. |
Image |
Image.addFirst(Drawing theDrawing)
Add this image item to the beginning of the given drawing's sequence of drawing items. |
Image |
Image.c(double x,
double y)
Set the center point of this image item's bounding box. |
Image |
Image.c(Point thePoint)
Set the center point of this image item's bounding box. |
Image |
Image.e(double x,
double y)
Set the east middle point of this image item's bounding box. |
Image |
Image.e(Point thePoint)
Set the east middle point of this image item's bounding box. |
Image |
Image.image(File theFile)
Read this image item's image from the given file. |
Image |
Image.image(InputStream in)
Read this image item's image from the given input stream. |
Image |
Image.image(String theFileName)
Read this image item's image from the file with the given name. |
Image |
Image.n(double x,
double y)
Set the north middle point of this image item's bounding box. |
Image |
Image.n(Point thePoint)
Set the north middle point of this image item's bounding box. |
Image |
Image.ne(double x,
double y)
Set the northeast corner point of this image item's bounding box. |
Image |
Image.ne(Point thePoint)
Set the northeast corner point of this image item's bounding box. |
Image |
Image.nw(double x,
double y)
Set the northwest corner point of this image item's bounding box. |
Image |
Image.nw(Point thePoint)
Set the northwest corner point of this image item's bounding box. |
Image |
Image.s(double x,
double y)
Set the south middle point of this image item's bounding box. |
Image |
Image.s(Point thePoint)
Set the south middle point of this image item's bounding box. |
Image |
Image.scale(double theScale)
Set this image item's scale factor. |
Image |
Image.se(double x,
double y)
Set the southeast corner point of this image item's bounding box. |
Image |
Image.se(Point thePoint)
Set the southeast corner point of this image item's bounding box. |
Image |
Image.sw(double x,
double y)
Set the southwest corner point of this image item's bounding box. |
Image |
Image.sw(Point thePoint)
Set the southwest corner point of this image item's bounding box. |
Image |
Image.w(double x,
double y)
Set the west middle point of this image item's bounding box. |
Image |
Image.w(Point thePoint)
Set the west middle point of this image item's bounding box. |
| Constructors in edu.rit.draw.item with parameters of type Image | |
|---|---|
Image(Image theItem)
Construct a new image item with the same image and attributes as the given image item. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||