public class ContactSheet extends JSBaseScriptableObject
Constructor and Description |
---|
ContactSheet() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theTitle,
java.lang.String theDescription,
java.lang.String theType) |
void |
(JavaScript Function) addAsset(int theId)
Adds an asset to a current selection to be used for the contact sheet
|
void |
(JavaScript Function) addResolver(java.lang.String theResolver)
Adds a resolver string to populate the contact sheet
|
void |
(JavaScript Function) addSchema(java.lang.String theSchema)
Adds a schema to be used in a Schema contact sheet
|
void |
(JavaScript Function) addSummaryField(java.lang.String theSchema,
java.lang.String theField)
Adds a field to be used in the Summary contact sheet
|
void |
(JavaScript Function) enableBarcode()
enables barcodes on the contact sheet
|
void |
(JavaScript Function) enableHighRes()
enables High resolution assets on the contact sheet
|
java.lang.String |
(JavaScript Function) generateContactSheetUrl()
Creates the URL for the contact sheet given the assets added with addAsset
|
void |
(JavaScript Function) setIpAndPort(java.lang.String theIpAndPort) |
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsConstructor(java.lang.String theTitle, java.lang.String theDescription, java.lang.String theType)
theTitle
- title for cover pagetheDescription
- Description for cover pagetheType
- "schema", "summary" or "detail"public void (JavaScript Function) addAsset(int theId)
theId
- public void (JavaScript Function) addResolver(java.lang.String theResolver)
theResolver
- public void (JavaScript Function) enableHighRes()
public void (JavaScript Function) enableBarcode()
public void (JavaScript Function) addSummaryField(java.lang.String theSchema, java.lang.String theField)
theSchema
- schema uritheField
- field namepublic void (JavaScript Function) addSchema(java.lang.String theSchema)
theSchema
- public void (JavaScript Function) setIpAndPort(java.lang.String theIpAndPort)
theIpAndPort
- public java.lang.String (JavaScript Function) generateContactSheetUrl()
Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.