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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description K_ALIGNhorizontalAlignmentThe horizontal aligment of this text.java.lang.StringlineColorThe color name of the line for this text.intlineWidthLine width of this text.intmarginBorderMargin of the border for this text.intmarginTextMargin of this text.booleanshowLineisTrue, if a line of this text is shown.booleanshowTextisTrue, if this text is shown.java.lang.StringtextColorThe color name of the text for this text.java.lang.StringtextFontThe font name of this text.java.lang.StringtextStringString of this text.
-
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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
Field Detail
-
textString
public java.lang.String textString
String of this text.
-
marginText
public int marginText
Margin 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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-