public interface AnnotationWrapper extends Serializable
Modifier and Type | Method and Description |
---|---|
Object |
getAnnotationData() |
String |
getLayerName()
Return annotation layer name.
|
boolean |
hasAnnotation() |
boolean |
isModified() |
void |
merge(AnnotationWrapper toMerge)
Merge the annotations in another layer with this layer.
|
void |
rotate(int angle)
Rotate any annotations in this layer by the provided angle.
|
void |
setLayerName(String layerName)
Set annotation layer name.
|
void |
setModified(boolean modified) |
Object getAnnotationData()
boolean hasAnnotation()
void rotate(int angle)
angle
- A value of 0, 90, 180, or 270 degrees.void merge(AnnotationWrapper toMerge)
toMerge
- The second annotation object to merge.void setModified(boolean modified)
modified
- True to mark this object as modified.boolean isModified()
void setLayerName(String layerName)
layerName
- Annotation layer name to set.String getLayerName()
Copyright © 2019 Snowbound Software Corporation. All rights reserved.