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.String
format
format of the presentation contextint
horPage
number of horinzontal pagesint
marginBottom
margin on the bottom borderint
marginLeft
margin on the left borderint
marginRight
margin on the right borderint
marginTop
margin on the top borderK_ORIENTATION
orientation
orientation of the presentation contextint
verPage
number 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 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
-
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:
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
-
-