|
|||||||||
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 |