Uses of Class
de.mid.innovator.srv2api.icw2elem.K_UNIT
-
Packages that use K_UNIT Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of K_UNIT in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return K_UNIT Modifier and Type Method Description static K_UNIT
K_UNIT. valueOf(int value)
Returns the enumeration constant of this type with the specified value.static K_UNIT
K_UNIT. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static K_UNIT[]
K_UNIT. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of K_UNIT in de.mid.innovator.srv2api.icw2pres
Fields in de.mid.innovator.srv2api.icw2pres declared as K_UNIT Modifier and Type Field Description K_UNIT
ARG_PageViewContext. marginUnit
The unit of the margins in print view.Methods in de.mid.innovator.srv2api.icw2pres that return K_UNIT Modifier and Type Method Description K_UNIT
PRPresContext. getMarginUnit()
The unit of the margins in print view.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_UNIT Modifier and Type Method Description void
PRPresContext. pageView(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)
Set all page view informations for this presentation context.Constructors in de.mid.innovator.srv2api.icw2pres with parameters of type K_UNIT Constructor Description ARG_PageViewContext(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, java.lang.String format, java.util.List<java.lang.Integer> seqPageBreakX, java.util.List<java.lang.Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)
-