Uses of Class
com.blackberry.workspaces.api.sdk.json.AnnotationColorJson
-
Packages that use AnnotationColorJson Package Description com.blackberry.workspaces.api.sdk.json -
-
Uses of AnnotationColorJson in com.blackberry.workspaces.api.sdk.json
Methods in com.blackberry.workspaces.api.sdk.json that return AnnotationColorJson Modifier and Type Method Description AnnotationColorJson
DocumentAnnotationJson. getAnnotationColor()
ColorAnnotationColorJson
GeometricalObjectDocumentAnnotationJson. getGeomObjectColor()
AnnotationColorJson
InlineTextDocumentAnnotationJson. getTextColor()
Methods in com.blackberry.workspaces.api.sdk.json with parameters of type AnnotationColorJson Modifier and Type Method Description void
DocumentAnnotationJson. setAnnotationColor(AnnotationColorJson annotationColor)
Colorvoid
GeometricalObjectDocumentAnnotationJson. setGeomObjectColor(AnnotationColorJson geomObjectColor)
void
InlineTextDocumentAnnotationJson. setTextColor(AnnotationColorJson textColor)
-