Class GLOBALS

Object
   |
   +--GLOBALS

class 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

addDocument

<static> void addDocument()

changeGaussianFilter

<static> void changeGaussianFilter(<String> params)

changeUnsharpFilter

<static> void changeUnsharpFilter(<String> params)

changeZigZagFilter

<static> void changeZigZagFilter(<String> params)

checkForSmartObject

<static> void checkForSmartObject()

closeDocument

<static> void closeDocument()

convertToXML

<static> String convertToXML(<String> property, <String> identifier)

exportLayerMetadata

<static> void exportLayerMetadata()

getBackground

<static> String getBackground()

getFilterLayerIndex

<static> Array getFilterLayerIndex(<String> fourCharID)

getForeground

<static> String getForeground()

getLayerChangedDate

<static> String getLayerChangedDate()

getLayerMetadata

<static> String getLayerMetadata()

loadXMPLibrary

<static> Boolean loadXMPLibrary()

setBackground

<static> void setBackground(<Integer> color)

setCommMetadata

<static> void setCommMetadata(<String> comm)

setDescMetadata

<static> void setDescMetadata(<String> desc)

setForeground

<static> void setForeground(<Integer> color)

styleToCharID

<static> String styleToCharID(<Integer> style)

translateColor

<static> SolidColor translateColor(<Integer> c)

unloadXMPLibrary

<static> void unloadXMPLibrary()


Documentation generated by JSDoc on Wed Sep 3 16:09:11 2008