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 Summary
FieldsModifier and TypeFieldDescriptionThe horizontal aligment of this text.The color name of the line for this text.intLine width of this text.intMargin of the border for this text.intMargin of this text.booleanisTrue, if a line of this text is shown.booleanisTrue, if this text is shown.The color name of the text for this text.The font name of this text.String of this text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
textString
String of this text. -
marginText
public int marginTextMargin of this text. -
horizontalAlignment
The horizontal aligment of this text. -
showText
public boolean showTextisTrue, if this text is shown. -
showLine
public boolean showLineisTrue, if a line of this text is shown. -
lineWidth
public int lineWidthLine width of this text. -
marginBorder
public int marginBorderMargin of the border for this text. -
textFont
The font name of this text. -
textColor
The color name of the text for this text. -
lineColor
The color name of the line for this text.
-
-
Constructor Details
-
ARG_PageViewTextLine
public ARG_PageViewTextLine() -
ARG_PageViewTextLine
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-