Merge pull request #5585 from timvandermeij/annotation-layer-borderstyle

Annotation border styles
This commit is contained in:
Brendan Dahl 2015-07-01 10:48:12 -07:00
commit 98339f63a8
9 changed files with 337 additions and 54 deletions

View file

@ -50,6 +50,14 @@ var AnnotationType = {
LINK: 3
};
var AnnotationBorderStyleType = {
SOLID: 1,
DASHED: 2,
BEVELED: 3,
INSET: 4,
UNDERLINE: 5
};
var StreamType = {
UNKNOWN: 0,
FLATE: 1,