|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ARG_XTextRep
public class ARG_XTextRep
| Field Summary | |
|---|---|
boolean |
bHardWrap
hard wrap after this text |
boolean |
bUnderline
underline this text |
K_TEXT_REP |
kText
kind of this text |
List<ARG_VAttrStringValue> |
seqAttr
sequence of meta attributes with string values |
String |
strText
string of this text |
ARG_XColorRep |
valColor
name of the color - SharedArg |
ARG_XFontRep |
valFont
name of the font - SharedArg |
| Constructor Summary | |
|---|---|
ARG_XTextRep()
|
|
ARG_XTextRep(K_TEXT_REP kText,
String strText,
ARG_XFontRep valFont,
ARG_XColorRep valColor,
boolean bHardWrap,
boolean bUnderline,
List<ARG_VAttrStringValue> seqAttr)
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean bHardWrap
public boolean bUnderline
public K_TEXT_REP kText
public List<ARG_VAttrStringValue> seqAttr
public String strText
public ARG_XColorRep valColor
public ARG_XFontRep valFont
| Constructor Detail |
|---|
public 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)
| Method Detail |
|---|
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
marshal in interface de.mid.innovator.srv2api.impl.MarshallAblepublic void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
SrvContext srvctx)
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||