|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
public interface ipictures
method summary | |
---|---|
ipictureshape |
add(java.awt.image.bufferedimage image,
java.lang.string picturename)
adds picture to the collection. |
ipictureshape |
add(java.awt.image.bufferedimage image,
java.lang.string picturename,
imageformattype imageformat)
adds picture to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.awt.image.bufferedimage image,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.io.inputstream stream,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.awt.image.bufferedimage image)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.awt.image.bufferedimage image,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream stream)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.io.inputstream stream,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
int bottomrow,
int rightcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight)
adds image to the collection. |
ipictureshape |
add(int toprow,
int leftcolumn,
java.lang.string filename,
int scalewidth,
int scaleheight,
imageformattype imageformat)
adds image to the collection. |
ipictureshape |
add(java.lang.string strfilename)
adds picture from the specified file. |
ipictureshape |
add(java.lang.string strfilename,
imageformattype imageformat)
adds picture from the specified file. |
ipictureshape |
get(int index)
returns a single object from a collection. |
int |
getcount()
returns the number of objects in the collection. |
method detail |
---|
int getcount()
ipictureshape get(int index)
ipictureshape add(java.awt.image.bufferedimage image, java.lang.string picturename)
image
- picture to add.picturename
- picture name.
ipictureshape add(java.awt.image.bufferedimage image, java.lang.string picturename, imageformattype imageformat)
image
- picture to add.picturename
- picture name.imageformat
- image format to use for picture storing.
ipictureshape add(java.lang.string strfilename)
strfilename
- picture file name.
ipictureshape add(java.lang.string strfilename, imageformattype imageformat)
strfilename
- picture file name.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image)
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.
ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.image
- image to add.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream)
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.
ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.lang.string filename)
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.
ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.awt.image.bufferedimage image)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.awt.image.bufferedimage image, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.image
- image to add.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream stream)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.stream
- stream with the picture.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.io.inputstream stream, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.stream
- stream with the picture.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- name of the shape.
ipictureshape add(int toprow, int leftcolumn, int bottomrow, int rightcolumn, java.lang.string filename, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.bottomrow
- bottom row.rightcolumn
- right column.filename
- name of the shape.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight)
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
ipictureshape add(int toprow, int leftcolumn, java.awt.image.bufferedimage image, int scalewidth, int scaleheight, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.image
- image.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream, int scalewidth, int scaleheight)
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
ipictureshape add(int toprow, int leftcolumn, java.io.inputstream stream, int scalewidth, int scaleheight, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.stream
- stream with the picture.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format to use for picture storing.
ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight)
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.scalewidth
- width scale in percents.scaleheight
- height scale in percents.
ipictureshape add(int toprow, int leftcolumn, java.lang.string filename, int scalewidth, int scaleheight, imageformattype imageformat)
toprow
- top row of a new picture.leftcolumn
- left column.filename
- name of the shape.scalewidth
- width scale in percents.scaleheight
- height scale in percents.imageformat
- image format to use for picture storing.
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |