public abstract class IXOSAnno extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IXOSAnno.ANNOTYPE
Annotation types.
|
Modifier and Type | Field and Description |
---|---|
static int |
HEIGHT_OFFSET
Offset for text height.
|
static int |
WIDTH_OFFSET
Offset for text width.
|
Constructor and Description |
---|
IXOSAnno() |
Modifier and Type | Method and Description |
---|---|
int |
convertFontHeight(int height)
Converts font-height from ixos-annotation-file to points.
|
protected String |
getHex(Color color) |
String |
getUTCTime(String date,
String time) |
abstract void |
renderAnno(AnnMeta annMeta,
AnnObject annObject) |
void |
setDocSize(Node size) |
public static final int WIDTH_OFFSET
public static final int HEIGHT_OFFSET
protected String getHex(Color color)
color
- Color objectpublic void setDocSize(Node size)
size
- Document sizepublic int convertFontHeight(int height)
height
- IXOS font heightpublic String getUTCTime(String date, String time)
date
- Date stringtime
- Time stringCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.