Class ARG_XTextRep
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_XTextRep
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanhard wrap after this textbooleanunderline this textbooleanisTrue, if newlines are allowedkind of this textsequence of meta attributes with string values - NoHashstring of this textname of the color - SharedArgname of the font - SharedArg -
Constructor Summary
ConstructorsConstructorDescriptionARG_XTextRep(K_TEXT_REP kText, String strText, ARG_XFontRep valFont, ARG_XColorRep valColor, boolean bHardWrap, boolean bUnderline, List<ARG_VAttrStringValue> seqAttr, boolean isMultiLineString) -
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
-
kText
kind of this text -
strText
string of this text -
valFont
name of the font - SharedArg -
valColor
name of the color - SharedArg -
bHardWrap
public boolean bHardWraphard wrap after this text -
bUnderline
public boolean bUnderlineunderline this text -
seqAttr
sequence of meta attributes with string values - NoHash -
isMultiLineString
public boolean isMultiLineStringisTrue, if newlines are allowed
-
-
Constructor Details
-
ARG_XTextRep
public ARG_XTextRep() -
ARG_XTextRep
public ARG_XTextRep(K_TEXT_REP kText, String strText, ARG_XFontRep valFont, ARG_XColorRep valColor, boolean bHardWrap, boolean bUnderline, List<ARG_VAttrStringValue> seqAttr, boolean isMultiLineString)
-
-
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
-