Class ARG_PageViewTextLine

java.lang.Object
de.mid.innovator.srv2api.icw2pres.ARG_PageViewTextLine
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_PageViewTextLine extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • textString

      public 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 String textFont
      The font name of this text.
    • textColor

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

      public String lineColor
      The color name of the line for this text.
  • Constructor Details

    • ARG_PageViewTextLine

      public ARG_PageViewTextLine()
    • ARG_PageViewTextLine

      public ARG_PageViewTextLine(String textString, int marginText, K_ALIGN horizontalAlignment, boolean showText, boolean showLine, int lineWidth, int marginBorder, String textFont, String textColor, String lineColor)
  • Method Details

    • 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