Class ARG_XTextRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ARG_XTextRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XTextRep extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanbHardWraphard wrap after this textbooleanbUnderlineunderline this textK_TEXT_REPkTextkind of this textjava.util.List<ARG_VAttrStringValue>seqAttrsequence of meta attributes with string valuesjava.lang.StringstrTextstring of this textARG_XColorRepvalColorname of the color - SharedArgARG_XFontRepvalFontname of the font - SharedArg
-
Constructor Summary
Constructors Constructor Description ARG_XTextRep()ARG_XTextRep(K_TEXT_REP kText, java.lang.String strText, ARG_XFontRep valFont, ARG_XColorRep valColor, boolean bHardWrap, boolean bUnderline, java.util.List<ARG_VAttrStringValue> seqAttr)
-
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
-
kText
public K_TEXT_REP kText
kind of this text
-
strText
public java.lang.String strText
string of this text
-
valFont
public ARG_XFontRep valFont
name of the font - SharedArg
-
valColor
public ARG_XColorRep valColor
name of the color - SharedArg
-
bHardWrap
public boolean bHardWrap
hard wrap after this text
-
bUnderline
public boolean bUnderline
underline this text
-
seqAttr
public java.util.List<ARG_VAttrStringValue> seqAttr
sequence of meta attributes with string values
-
-
Constructor Detail
-
ARG_XTextRep
public ARG_XTextRep()
-
ARG_XTextRep
public ARG_XTextRep(K_TEXT_REP kText, java.lang.String strText, ARG_XFontRep valFont, ARG_XColorRep valColor, boolean bHardWrap, boolean bUnderline, java.util.List<ARG_VAttrStringValue> seqAttr)
-
-
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
-
-