|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--GLOBALS
| Method Summary | |
<static> void
|
addDocument()
Create a new document within Adobe Photoshop. |
<static> void
|
changeGaussianFilter(<String> params)
The function first converts the parameter into a floating values and apply the Gaussian Blur filter to the smart object. |
<static> void
|
changeUnsharpFilter(<String> params)
The function first splits the parameters into separate values and apply the unsharp mask filter to the smart object. |
<static> void
|
changeZigZagFilter(<String> params)
The function first splits the parameters into separate values and apply the zig zag filter to the smart object. |
<static> void
|
checkForSmartObject()
Checks if the active layer is a smart object. |
<static> void
|
closeDocument()
Close the active document within Adobe Photoshop. |
<static> String
|
convertToXML(<String> property, <String> identifier)
In order to communicate to the SWF file, it must be written as an XML containing the property and identifier. |
<static> void
|
exportLayerMetadata()
The function exports the raw metadata from the selected layer into the specified path by the user. |
<static> String
|
getBackground()
Get the background color on Photoshop. |
<static> Array
|
getFilterLayerIndex(<String> fourCharID)
The function determines all the layers that have the same four character ID of the filter being searched. |
<static> String
|
getForeground()
Get the foreground color on Photoshop. |
<static> String
|
getLayerChangedDate()
The function finds the date and time in which the selected layer has been last modified. |
<static> String
|
getLayerMetadata()
Retrieve information on the layer includes its name, when it was last modified, the description from the Dublin Core metadata schema, and any of the user's comments from the EXIF metadata schema. |
<static> Boolean
|
loadXMPLibrary()
The function loads the XMP Script Library. |
<static> void
|
setBackground(<Integer> color)
Sets the background color on Photoshop. |
<static> void
|
setCommMetadata(<String> comm)
The function takes in the user comments input field from the user and place in the EXIF's description metadata field of the image. |
<static> void
|
setDescMetadata(<String> desc)
The function takes in the description input field from the user and places in the Dublin Core's description metadata field of the image. |
<static> void
|
setForeground(<Integer> color)
Sets the foreground color on Photoshop. |
<static> String
|
styleToCharID(<Integer> style)
The function determines the which style of zig zag to apply |
<static> SolidColor
|
translateColor(<Integer> c)
Take the integer value corresponding to a color and parse the values for red, green, and blue to SolidColor. |
<static> void
|
unloadXMPLibrary()
The function unloads the XMP Script Library. |
| Method Detail |
<static> void addDocument()
<static> void changeGaussianFilter(<String> params)
params - The parameters used for the Gaussian Blur filter
<static> void changeUnsharpFilter(<String> params)
params - The parameters used for the Unsharp Mask filter
<static> void changeZigZagFilter(<String> params)
params - The parameters used for the Zig Zag filter
<static> void checkForSmartObject()
<static> void closeDocument()
<static> String convertToXML(<String> property, <String> identifier)
property - The property or value for the identifier
identifier - The unique identifier for the property
<static> void exportLayerMetadata()
<static> String getBackground()
<static> Array getFilterLayerIndex(<String> fourCharID)
fourCharID - The four character ID of the filter
<static> String getForeground()
<static> String getLayerChangedDate()
<static> String getLayerMetadata()
<static> Boolean loadXMPLibrary()
<static> void setBackground(<Integer> color)
color - An integer value that's ready to be parsed for RGB values.
<static> void setCommMetadata(<String> comm)
comm - - User comments metadata the user wrote to be placed
<static> void setDescMetadata(<String> desc)
desc - Description metadata the user wrote to be placed
<static> void setForeground(<Integer> color)
color - An integer value that's ready to be parsed for RGB values.
<static> String styleToCharID(<Integer> style)
style - The style of zig zag filter to apply
<static> SolidColor translateColor(<Integer> c)
c - An integer value that's ready to be parsed for RGB values.
<static> void unloadXMPLibrary()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||