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_ALIGN
horizontalAlignment
The horizontal aligment of this text.java.lang.String
lineColor
The color name of the line for this text.int
lineWidth
Line width of this text.int
marginBorder
Margin of the border for this text.int
marginText
Margin of this text.boolean
showLine
isTrue, if a line of this text is shown.boolean
showText
isTrue, if this text is shown.java.lang.String
textColor
The color name of the text for this text.java.lang.String
textFont
The font name of this text.java.lang.String
textString
String 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 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)
-
-
-
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:
marshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-