| Property Getters/Setters Summary | ||
|---|---|---|
| function | getCount() | |
| function | get(index) | |
| 
             Gets the  | ||
| Method Summary | ||
|---|---|---|
| function | add(upperLeftRow, upperLeftColumn, lowerRightRow, lowerRightColumn, fileName) | |
| 
            Adds a picture to the collection.
             | ||
| function | add(upperLeftRow, upperLeftColumn, fileName) | |
| 
            Adds a picture to the collection.
             | ||
| function | add(upperLeftRow, upperLeftColumn, fileName, widthScale, heightScale) | |
| 
            Adds a picture to the collection.
             | ||
| function | clear() | |
| 
            Clear all pictures.
             | ||
| function | contains(value) | |
| Reserved for internal use. | ||
| function | get(index) | |
| Reserved for internal use. | ||
| function | indexOf(value) | |
| Reserved for internal use. | ||
| function | iterator() | |
| function | removeAt(index) | |
| 
            Remove shapes at the specific index
             | ||
function getCount()
function get(index)
index - The zero based index of the element.function add(upperLeftRow, upperLeftColumn, lowerRightRow, lowerRightColumn, fileName)
upperLeftRow: Number - Upper left row index.upperLeftColumn: Number - Upper left column index.lowerRightRow: Number - Lower right row indexlowerRightColumn: Number - Lower right column indexfileName: String - Image filename.function add(upperLeftRow, upperLeftColumn, fileName)
upperLeftRow: Number - Upper left row index.upperLeftColumn: Number - Upper left column index.fileName: String - Image filename.function add(upperLeftRow, upperLeftColumn, fileName, widthScale, heightScale)
upperLeftRow: Number - Upper left row index.upperLeftColumn: Number - Upper left column index.fileName: String - Image filename.widthScale: Number - Scale of image width, a percentage.heightScale: Number - Scale of image height, a percentage.function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function indexOf(value)