CircleAnnotation Class Documentation
classCircleAnnotation : AnnotationNamespace:com::datalogics::PDFL
- Inherits from:
Annotation
Detailed Description
A circle annotation is an annotation surrounded by a curved and possibly elliptical border. The circle is inscribed within the annotation rectangle. Despite the circle name, the width and height of the annotation rectangle need not be equal. So the circle can actually be an ellipse.
Constructor & Destructor Documentation
CircleAnnotation
Parameters
Create a new CircleAnnotation at the end of a page's annotation array. To create a CircleAnnotation and place it elsewhere in the page's annotation array, use the version of the constructor that takes an array position.
CircleAnnotation
Parameters
Create a new CircleAnnotation at a specific index in the page's annotation array.
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidequals
booleanequals(Objectrhs)Parameters
rhs: Object
Returns:
booleanfinalize
voidfinalize()Returns:
voidgenerateAppearance
FormgenerateAppearance()Returns:
A Form representing the visual appearance of this annotation, or null if the appearance could not be generated (e.g. due to an invalid border style).Generate a new appearance stream for this circle annotation. Creates an appearance based on the current annotation properties, including color, interior color, border style, and bounding rectangle. The circle (or ellipse) is inscribed within the annotation rectangle.
getAnnotationFeatureLevel
doublegetAnnotationFeatureLevel()Returns:
The minimum PDF version level (e.g. 1.3, 1.4, or 1.5).The minimum PDF version necessary to support the features used in this annotation.
getBorderStyle
StringgetBorderStyle()Returns:
StringThe border style.
Can be one of:
S - Solid
D - Dashed. The dash pattern is specified as an array (see DashPattern)
B - Beveled
I - Inset
U - Underline
Other border styles may be defined in the future. Default is "S"
getBorderStyleDashPattern
java.util.List< Double >getBorderStyleDashPattern()Returns:
java.util.List< Double >An array defining a pattern of dashes and gaps to be used in drawing a dashed border (border style D).
The dash array is a series of numbers that specify the lengths of alternating dashes and gaps. Lengths must be nonnegative, and are expressed in user space units.
Default value is [3]
getBorderStyleWidth
doublegetBorderStyleWidth()Returns:
doubleThe border width in points.
If this value is 0, no border is drawn. The default is 1.0.
getColor
ColorgetColor()Returns:
The annotation's color.The color of the annotation.
getContents
StringgetContents()Returns:
The annotation's text contents.The text contents of the annotation. The text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
getFlags
java.util.EnumSet< AnnotationFlags >getFlags()Returns:
The annotation's flags.The flags for the annotation.
getInteriorColor
ColorgetInteriorColor()Returns:
The interior fill color, or null if no interior color is set.The interior color with which to fill the annotation's rectangle or circle. The color of the border itself can be retrieved from Annotation.Color.
getNormalAppearance
FormgetNormalAppearance()Returns:
A Form representing the annotation's normal appearance, or null if no normal appearance has been set.The normal appearance of the annotation, represented as a Form XObject.
getOpacity
doublegetOpacity()Returns:
The opacity value for this annotation.The constant opacity value used in painting a Markup annotation. Opacity is a range from 0.0 (fully transparent) to 1.0 (fully opaque).
getOptionalContentMembershipDict
OptionalContentMembershipDictgetOptionalContentMembershipDict()Returns:
the OptionalContentMembershipDictThe OptionalContentMembershipDict property for this Annotation.
Setting this property will attach the Annotation to an OptionalContentMembershipDict; it will then be associated with the OptionalContentGroups and be subject to the VisibilityPolicy and VisibilityExpression of that MembershipDict.
By setting this property to null, the Annotation is detached from any OptionalContentMembershipDict.
getPDFDict
PDFDictgetPDFDict()Returns:
The PDFDict associated with this annotation.The underlying PDF dictionary for this annotation. Retrieves the PDFDict representation of this annotation object.
getRect
RectgetRect()Returns:
The annotation's bounding rectangle in user space coordinates.The size and location of the annotation on its page.
getSubtype
StringgetSubtype()Returns:
The subtype string (e.g. "Circle", "Square", "Line").The annotation's subtype.
getTitle
StringgetTitle()Returns:
The title string.The title of the annotation.
hasRichTextData
booleanhasRichTextData()Returns:
true if the annotation contains Rich Text String content.Checks the annotation for Rich Text String content (PDFReference 1.7 Section 8.6.2). Annotations that contain Rich Text String content and do not have a normal appearance set will not be visible when rendering the page.
isCurrentlyVisible
booleanisCurrentlyVisible(OptionalContentContextocc)Parameters
occ: OptionalContentContextThe optional content context in which to check visibility.
Returns:
true if the annotation is currently visible.Tests whether an annotation is visible in a given optional content context, considering the current ON-OFF states of the optional-content groups in the optional-content dictionary (OCMD) and the dictionary's visibility policy.
If the annotation occurs more than once within the content, this method only checks the visibility of the first occurrence of the annotation.
This method determines visibility without considering the visbility of the Content object that the annotation belongs to. To determine the visibility of an annotation while taking the Content's visibility into consideration, use the alternate version of this method.
sameTypeEquals
booleansameTypeEquals(Annotationarg0)Parameters
arg0: Annotation
Returns:
booleansetAnnotationFeatureLevel
voidsetAnnotationFeatureLevel(doublefeatureLevel)Parameters
featureLevel: double
Returns:
voidRemoves features not supported in the supplied version number.
setBorderStyle
voidsetBorderStyle(Stringstyle)Parameters
style: String
Returns:
voidThe border style.
Can be one of:
S - Solid
D - Dashed. The dash pattern is specified as an array (see DashPattern)
B - Beveled
I - Inset
U - Underline
Other border styles may be defined in the future. Default is "S"
setBorderStyleDashPattern
voidsetBorderStyleDashPattern(java.util.List< Double >dashPattern)Parameters
dashPattern: java.util.List< Double >
Returns:
voidAn array defining a pattern of dashes and gaps to be used in drawing a dashed border (border style D).
The dash array is a series of numbers that specify the lengths of alternating dashes and gaps. Lengths must be nonnegative, and are expressed in user space units.
Default value is [3]
setBorderStyleWidth
voidsetBorderStyleWidth(doublewidth)Parameters
width: double
Returns:
voidThe border width in points.
If this value is 0, no border is drawn. The default is 1.0.
setColor
voidsetColor(Colorcolor)Parameters
color: ColorThe new color to set.
Returns:
voidThe color of the annotation.
setContents
voidsetContents(Stringcontents)Parameters
contents: StringThe new text contents.
Returns:
voidThe text contents of the annotation. The text to be displayed for the annotation or, if this type of annotation does not display text, an alternate description of the annotation's contents in human-readable form.
setFlags
voidsetFlags(java.util.EnumSet< AnnotationFlags >flags)Parameters
flags: java.util.EnumSet< AnnotationFlags >The new annotation flags to set.
Returns:
voidThe flags for the annotation.
setInteriorColor
voidsetInteriorColor(Colorcolor)Parameters
color: ColorThe new interior fill color. Pass null to remove the interior color.
Returns:
voidThe interior color with which to fill the annotation's rectangle or circle. Only RGB colors are allowed.
The color of the border itself can be retrieved from Annotation.Color.
setNormalAppearance
voidsetNormalAppearance(Formform)Parameters
form: FormThe Form to use as the annotation's normal appearance.
Returns:
voidThe normal appearance of the annotation, represented as a Form XObject.
setOpacity
voidsetOpacity(doubleopacityValue)Parameters
opacityValue: doubleThe new opacity value to set.
Returns:
voidThe constant opacity value used in painting a Markup annotation. Opacity is a range from 0.0 (fully transparent) to 1.0 (fully opaque).
setOptionalContentMembershipDict
voidsetOptionalContentMembershipDict(OptionalContentMembershipDictocmd)Parameters
ocmd: OptionalContentMembershipDictthe OptionalContentMembershipDict
Returns:
voidThe OptionalContentMembershipDict property for this Annotation.
Setting this property will attach the Annotation to an OptionalContentMembershipDict; it will then be associated with the OptionalContentGroups and be subject to the VisibilityPolicy and VisibilityExpression of that MembershipDict.
By setting this property to null, the Annotation is detached from any OptionalContentMembershipDict.
setRect
voidsetRect(Rectrect)Parameters
rect: RectThe new bounding rectangle in user space coordinates.
Returns:
voidThe size and location of the annotation on its page.
setTitle
voidsetTitle(Stringtitle)Parameters
title: StringThe new title string.
Returns:
voidThe title of the annotation.
toString
StringtoString()Returns:
A string describing this annotation, including its type and rectangle.Returns a string representation of this annotation.