Class DataConvertUtil


  • public class DataConvertUtil
    extends java.lang.Object
    Internal Use Only.

    Utility class to convert data.

    Author:
    jamson
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static float NOTDEF_FS_RATIO
      Represents the not defined character font size ratio.
      static float ST_OFFSET_FS_RATIO
      Represents the strike-through y offset font size ratio.
      static float ST_WIDTH_FS_RATIO
      Represents the strike-through width font size ratio.
      static float SUB_OFFSET_FS_RATIO
      Represents subscript y offset font size ratio.
      static float SUP_AND_SUB_FS_RATIO
      Represents superscript and subscript font size ratio.
      static float SUP_OFFSET_FS_RATIO
      Represents superscript y offset font size ratio.
      static float TEXT_AFTER_SPACING
      Represents the after spacing ratio of pdf text.
      static float TEXT_BG_COLOR_OFFSET
      Represents the background color offset ratio of pdf text.
      static float U_AFTER_SPACING
      Represents the underline after spacing ratio.
      static float U_WIDTH_FS_RATIO
      Represents the underline width font size ratio.
    • Constructor Summary

      Constructors 
      Constructor Description
      DataConvertUtil()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOTDEF_FS_RATIO

        public static final float NOTDEF_FS_RATIO
        Represents the not defined character font size ratio.
        See Also:
        Constant Field Values
      • TEXT_AFTER_SPACING

        public static final float TEXT_AFTER_SPACING
        Represents the after spacing ratio of pdf text.
        See Also:
        Constant Field Values
      • TEXT_BG_COLOR_OFFSET

        public static final float TEXT_BG_COLOR_OFFSET
        Represents the background color offset ratio of pdf text.
        See Also:
        Constant Field Values
      • SUP_AND_SUB_FS_RATIO

        public static final float SUP_AND_SUB_FS_RATIO
        Represents superscript and subscript font size ratio.
        See Also:
        Constant Field Values
      • SUP_OFFSET_FS_RATIO

        public static final float SUP_OFFSET_FS_RATIO
        Represents superscript y offset font size ratio.
        See Also:
        Constant Field Values
      • SUB_OFFSET_FS_RATIO

        public static final float SUB_OFFSET_FS_RATIO
        Represents subscript y offset font size ratio.
        See Also:
        Constant Field Values
      • ST_OFFSET_FS_RATIO

        public static final float ST_OFFSET_FS_RATIO
        Represents the strike-through y offset font size ratio.
        See Also:
        Constant Field Values
      • ST_WIDTH_FS_RATIO

        public static final float ST_WIDTH_FS_RATIO
        Represents the strike-through width font size ratio.
        See Also:
        Constant Field Values
      • U_WIDTH_FS_RATIO

        public static final float U_WIDTH_FS_RATIO
        Represents the underline width font size ratio.
        See Also:
        Constant Field Values
      • U_AFTER_SPACING

        public static final float U_AFTER_SPACING
        Represents the underline after spacing ratio.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataConvertUtil

        public DataConvertUtil()