Class JadiceXmlResolver
- java.lang.Object
- 
- com.saperion.ngc.viewer.virtualviewer.annotation.JadiceXmlResolver
 
- 
 public class JadiceXmlResolver extends java.lang.Object- Author:
- rbo
 
- 
- 
Field SummaryFields Modifier and Type Field Description static floatFONT_CORRstatic floatJADICE_X_CONSTstatic floatJADICE_Y_CONST
 - 
Constructor SummaryConstructors Constructor Description JadiceXmlResolver()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringappendCustomPart(java.lang.String ini)java.lang.StringconvertXmlToIni(byte[] xmlAnnotations)Converts the annotations in XML format to INI format.
 
- 
- 
- 
Field Detail- 
JADICE_X_CONSTpublic static final float JADICE_X_CONST - See Also:
- Constant Field Values
 
 - 
JADICE_Y_CONSTpublic static final float JADICE_Y_CONST - See Also:
- Constant Field Values
 
 - 
FONT_CORRpublic static final float FONT_CORR - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
convertXmlToInipublic java.lang.String convertXmlToIni(byte[] xmlAnnotations) throws javax.xml.bind.JAXBException, org.xml.sax.SAXExceptionConverts the annotations in XML format to INI format.- Parameters:
- xmlAnnotations- annotations in XML format
- Returns:
- annotations in INI format
- Throws:
- org.xml.sax.SAXException- parsing xmlAnnotations failed
- javax.xml.bind.JAXBException- parsing xmlAnnotations failed
 
 - 
appendCustomPartpublic static java.lang.String appendCustomPart(java.lang.String ini) 
 
- 
 
-