|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface InterpolationDescription
Labels an AUID that is a unique identifier for a kind of interpolation function that specifies the mechanism used to calculate the values produced by a varying value. The additional metadata provided by this annotation can be used in combination with the identifier to create a interpolation definition.
See the description of managing definitions in the package summary for more details of how to use these constants and dynamically extend the range of supported interpolation definitions.
InterpolationConstant
Optional Element Summary | |
---|---|
String[] |
aliases
A list of alternative names that can be used as aliases for an interpolation function. |
String |
description
A brief description of the interpolation function. |
public abstract String description
A brief description of the interpolation function.
public abstract String[] aliases
A list of alternative names that can be used as aliases for an interpolation function.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |