[]
Represents an effect to be applied to the border of an annotation.
get id(): number;
Gets the reference to the object.
number
get intensity(): number;
Gets or sets a number describing the intensity of the effect. Suggested values range from 0 to 2.
number
set intensity(value): void;
Gets or sets a number describing the intensity of the effect. Suggested values range from 0 to 2.
number
void
get om(): ObjectManager;
Gets the owner ObjectManager instance.
get type(): BorderEffectType;
Gets or sets the border effect type.
set type(value): void;
Gets or sets the border effect type.
void
free(): void;
Detaches the object from the ObjectManager and deallocates its memory, if possible.
void
rebind(omTo): void;
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
void