Class ARG_PRPresContextLayout
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_PRPresContextLayout
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_PRPresContextLayout extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringformatformat of the presentation contextinthorPagenumber of horinzontal pagesintmarginBottommargin on the bottom borderintmarginLeftmargin on the left borderintmarginRightmargin on the right borderintmarginTopmargin on the top borderK_ORIENTATIONorientationorientation of the presentation contextintverPagenumber of vertical pages
-
Constructor Summary
Constructors Constructor Description ARG_PRPresContextLayout()ARG_PRPresContextLayout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
-
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
-
format
public java.lang.String format
format of the presentation context
-
orientation
public K_ORIENTATION orientation
orientation of the presentation context
-
marginLeft
public int marginLeft
margin on the left border
-
marginRight
public int marginRight
margin on the right border
-
marginTop
public int marginTop
margin on the top border
-
marginBottom
public int marginBottom
margin on the bottom border
-
horPage
public int horPage
number of horinzontal pages
-
verPage
public int verPage
number of vertical pages
-
-
Constructor Detail
-
ARG_PRPresContextLayout
public ARG_PRPresContextLayout()
-
ARG_PRPresContextLayout
public ARG_PRPresContextLayout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
-
-
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
-
-