Skip to main content

AnnotationBorderEffect Class

Defines annotation border effect settings.

Declaration

public class AnnotationBorderEffect extends JavaObject implements ICloneable

Remarks

Use the setBorderEffect(AnnotationBorderEffect value) method to apply a border effect to a free text annotation. AnnotationBorderEffectStyle values specify the visual effect applied to the annotation border.

Implements

com.devexpress.system.ICloneable

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
AnnotationBorderEffect

AnnotationBorderEffect()

Initializes a new instance of the AnnotationBorderEffect class.

Declaration

public AnnotationBorderEffect()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the annotation border effect.

Declaration

public AnnotationBorderEffect clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
AnnotationBorderEffect

A copy of the annotation border effect.

deepClone() Method

Creates a deep copy of the annotation border effect.

Declaration

public AnnotationBorderEffect deepClone()

Returns

Type Description
AnnotationBorderEffect

A deep copy of the annotation border effect.

getIntensity() Method

Returns the annotation border effect intensity.

Declaration

public double getIntensity()

Returns

Type Description
double

The annotation border effect intensity.

getStyle() Method

Returns the annotation border effect style.

Declaration

public AnnotationBorderEffectStyle getStyle()

Returns

Type Description
AnnotationBorderEffectStyle

The annotation border effect style.

objectClone() Method

Creates a copy of the annotation border effect.

Declaration

public Object objectClone()

Returns

Type Description
Object

A copy of the annotation border effect.

setIntensity(double value) Method

Sets the annotation border effect intensity.

Declaration

public void setIntensity(double value)

Parameters

Name Type Description
value double

The annotation border effect intensity.

setStyle(AnnotationBorderEffectStyle value) Method

Sets the annotation border effect style.

Declaration

public void setStyle(AnnotationBorderEffectStyle value)

Parameters

Name Type Description
value AnnotationBorderEffectStyle

The annotation border effect style.