Class HippoSerializerContext


  • public class HippoSerializerContext
    extends Object
    The context of the hippo model serialization process.
    • Constructor Detail

      • HippoSerializerContext

        public HippoSerializerContext​(FontAdapter fontAdapter,
                                      ILayoutImageProcessor imageProcessor,
                                      Version version)
        Create instance.
        Parameters:
        fontAdapter - the font adapter, cannot be null
        imageProcessor - the image processor, cannot be null
        version - the platform version, cannot be null
    • Method Detail

      • getFontAdapter

        public FontAdapter getFontAdapter()
        Returns:
        the fontAdapter, cannot be null
      • getVersion

        public Version getVersion()
        Returns:
        the version, cannot be null
      • getPictureCollection

        public FormPictureCollection getPictureCollection()
        Returns:
        the pictureCollection, cannot be null
      • getImageProcessor

        public ILayoutImageProcessor getImageProcessor()
        Returns:
        the imageProcessor, cannot be null