AnnotationBorder Class
Defines annotation border settings.
Declaration
public class AnnotationBorder extends JavaObject implements ICloneable
Remarks
Use the setBorder(AnnotationBorder value) method to specify the border style, width, and corner radius.
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
AnnotationBorder
AnnotationBorder()
Initializes a new instance of the AnnotationBorder class.
Declaration
public AnnotationBorder()
Methods
clone(DocumentCloneContext context) Method
Creates a copy of the annotation border.
Declaration
public AnnotationBorder clone(DocumentCloneContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| context | DocumentCloneContext | The document clone context. |
Returns
| Type | Description |
|---|---|
AnnotationBorder |
A copy of the annotation border. |
deepClone() Method
Creates a deep copy of the annotation border.
Declaration
public AnnotationBorder deepClone()
Returns
| Type | Description |
|---|---|
AnnotationBorder |
A deep copy of the annotation border. |
getStyle() Method
Returns the annotation border line style.
Declaration
public LineStyle getStyle()
Returns
| Type | Description |
|---|---|
| LineStyle | The annotation border line style. |
getWidth() Method
Returns the annotation border width.
Declaration
public double getWidth()
Returns
| Type | Description |
|---|---|
| double | The annotation border width. |
objectClone() Method
Creates a copy of the annotation border.
Declaration
public Object objectClone()
Returns
| Type | Description |
|---|---|
| Object | A copy of the annotation border. |
setStyle(LineStyle value) Method
Sets the annotation border line style.
Declaration
public void setStyle(LineStyle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | LineStyle | The annotation border line style. |
setWidth(double value) Method
Sets the annotation border width.
Declaration
public void setWidth(double value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | double | The annotation border width. |