Skip to main content

AnnotationCallout Class

Defines annotation callout settings.

Declaration

public class AnnotationCallout extends JavaObject implements ICloneable

Remarks

Annotation callout settings define the points used to draw an annotation callout line. Use the setCallout(AnnotationCallout value) method to specify the callout for a free text annotation.

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
AnnotationCallout

AnnotationCallout()

Initializes a new instance of the AnnotationCallout class.

Declaration

public AnnotationCallout()

Methods

clone(DocumentCloneContext context) Method

Creates a copy of the annotation callout.

Declaration

public AnnotationCallout clone(DocumentCloneContext context)

Parameters

Name Type Description
context DocumentCloneContext

The document clone context.

Returns

Type Description
AnnotationCallout

A copy of the annotation callout.

deepClone() Method

Creates a deep copy of the annotation callout.

Declaration

public AnnotationCallout deepClone()

Returns

Type Description
AnnotationCallout

A deep copy of the annotation callout.

getEndPoint() Method

Returns the callout end point.

Declaration

public PointF getEndPoint()

Returns

Type Description
com.devexpress.system.drawing.PointF

The callout end point.

getKneePoint() Method

Returns the callout knee point.

Declaration

public @Nullable PointF getKneePoint()

Returns

Type Description
com.devexpress.system.drawing.PointF

The callout knee point.

getStartPoint() Method

Returns the callout start point.

Declaration

public PointF getStartPoint()

Returns

Type Description
com.devexpress.system.drawing.PointF

The callout start point.

objectClone() Method

Creates a copy of the annotation callout.

Declaration

public Object objectClone()

Returns

Type Description
Object

A copy of the annotation callout.

setEndPoint(PointF value) Method

Sets the callout end point.

Declaration

public void setEndPoint(PointF value)

Parameters

Name Type Description
value com.devexpress.system.drawing.PointF

The callout end point.

setKneePoint(@Nullable PointF value) Method

Sets the callout knee point.

Declaration

public void setKneePoint(@Nullable PointF value)

Parameters

Name Type Description
value com.devexpress.system.drawing.PointF

The callout knee point.

setStartPoint(PointF value) Method

Sets the callout start point.

Declaration

public void setStartPoint(PointF value)

Parameters

Name Type Description
value com.devexpress.system.drawing.PointF

The callout start point.