Class ARG_PageViewTextLine

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

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

      Constructors 
      Constructor Description
      ARG_PageViewTextLine()  
      ARG_PageViewTextLine​(java.lang.String textString, int marginText, K_ALIGN horizontalAlignment, boolean showText, boolean showLine, int lineWidth, int marginBorder, java.lang.String textFont, java.lang.String textColor, java.lang.String lineColor)  
    • 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

      • textString

        public java.lang.String textString
        String of this text.
      • marginText

        public int marginText
        Margin of this text.
      • horizontalAlignment

        public K_ALIGN horizontalAlignment
        The horizontal aligment of this text.
      • showText

        public boolean showText
        isTrue, if this text is shown.
      • showLine

        public boolean showLine
        isTrue, if a line of this text is shown.
      • lineWidth

        public int lineWidth
        Line width of this text.
      • marginBorder

        public int marginBorder
        Margin of the border for this text.
      • textFont

        public java.lang.String textFont
        The font name of this text.
      • textColor

        public java.lang.String textColor
        The color name of the text for this text.
      • lineColor

        public java.lang.String lineColor
        The color name of the line for this text.
    • Constructor Detail

      • ARG_PageViewTextLine

        public ARG_PageViewTextLine()
      • ARG_PageViewTextLine

        public ARG_PageViewTextLine​(java.lang.String textString,
                                    int marginText,
                                    K_ALIGN horizontalAlignment,
                                    boolean showText,
                                    boolean showLine,
                                    int lineWidth,
                                    int marginBorder,
                                    java.lang.String textFont,
                                    java.lang.String textColor,
                                    java.lang.String lineColor)
    • 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