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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | |
Remove shapes at the specific index |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : Picture | |
function get(index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
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.add | |
function add(upperLeftRow, upperLeftColumn, fileName) |
upperLeftRow: Number
- Upper left row index.upperLeftColumn: Number
- Upper left column index.fileName: String
- Image filename.add | |
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.clear | |
function clear() |
removeAt | |
function removeAt(index) |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
indexOf | |
function indexOf(value) |