Class ARG_PRPresContextLayout

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_PRPresContextLayout
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)  
      void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)  
      • Methods inherited from class java.lang.Object

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

      • format

        public java.lang.String format
        format of the presentation context
      • orientation

        public K_ORIENTATION orientation
        orientation of the presentation context
      • marginLeft

        public int marginLeft
        margin on the left border
      • marginRight

        public int marginRight
        margin on the right border
      • marginTop

        public int marginTop
        margin on the top border
      • marginBottom

        public int marginBottom
        margin on the bottom border
      • horPage

        public int horPage
        number of horinzontal pages
      • verPage

        public int verPage
        number of vertical pages
    • Constructor Detail

      • ARG_PRPresContextLayout

        public ARG_PRPresContextLayout()
      • ARG_PRPresContextLayout

        public ARG_PRPresContextLayout​(java.lang.String format,
                                       K_ORIENTATION orientation,
                                       int marginLeft,
                                       int marginRight,
                                       int marginTop,
                                       int marginBottom,
                                       int horPage,
                                       int verPage)
    • Method Detail

      • marshal

        public void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      • resolveReferences

        public void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble