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 boolean
bHardWrap
hard wrap after this textboolean
bUnderline
underline this textK_TEXT_REP
kText
kind of this textjava.util.List<ARG_VAttrStringValue>
seqAttr
sequence of meta attributes with string valuesjava.lang.String
strText
string of this textARG_XColorRep
valColor
name of the color - SharedArgARG_XFontRep
valFont
name 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 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
-
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:
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
-
-