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 |
jsFunction_addAsset(int theId)
Adds an asset to a current selection to be used for the contact sheet
|
void |
jsFunction_addResolver(java.lang.String theResolver)
Adds a resolver string to populate the contact sheet
|
void |
jsFunction_addSchema(java.lang.String theSchema)
Adds a schema to be used in a Schema contact sheet
|
void |
jsFunction_addSummaryField(java.lang.String theSchema,
java.lang.String theField)
Adds a field to be used in the Summary contact sheet
|
void |
jsFunction_enableBarcode()
enables barcodes on the contact sheet
|
void |
jsFunction_enableHighRes()
enables High resolution assets on the contact sheet
|
java.lang.String |
jsFunction_generateContactSheetUrl()
Creates the URL for the contact sheet given the assets added with addAsset
|
void |
jsFunction_setIpAndPort(java.lang.String theIpAndPort) |
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, 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 jsFunction_addAsset(int theId)
theId
- public void jsFunction_addResolver(java.lang.String theResolver)
theResolver
- public void jsFunction_enableHighRes()
public void jsFunction_enableBarcode()
public void jsFunction_addSummaryField(java.lang.String theSchema, java.lang.String theField)
theSchema
- schema uritheField
- field namepublic void jsFunction_addSchema(java.lang.String theSchema)
theSchema
- public void jsFunction_setIpAndPort(java.lang.String theIpAndPort)
theIpAndPort
- public java.lang.String jsFunction_generateContactSheetUrl()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.