Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
FreeTextAnnotationUtils
()
Public Methods
public
static
void
placeCallOutPoints
(FreeTextAnnotation freeTextAnnotation)
This will place the call out points in the same way the UI will place them based on user
interaction.
Parameters
freeTextAnnotation |
The free text annotation of which we want to place the call out
points.
|
Resizes the given free text annotation so the text fits inside its bounds.
Parameters
freeTextAnnotation |
Free text annotation to resize. |
document |
Document to use for acquiring the page size. |
widthScaleMode |
Scale mode to use when determining the width. |
heightScaleMode |
Scale mode to use when determining the height.
|