Uses of Enum Class
de.mid.innovator.srv2api.icw2elem.K_UNIT
Packages that use K_UNIT
Package
Description
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.
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_UNITModifier and TypeMethodDescriptionstatic K_UNITK_UNIT.valueOf(int value) Returns the enumeration constant of this type with the specified value.static K_UNITReturns the enum constant of this class with the specified name.static K_UNIT[]K_UNIT.values()Returns an array containing the constants of this enum class, 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_UNITModifier and TypeFieldDescriptionARG_PageViewContext.marginUnitThe unit of the margins in print view.Methods in de.mid.innovator.srv2api.icw2pres that return K_UNITModifier and TypeMethodDescriptionPRPresContext.getMarginUnit()The unit of the margins in print view.Methods in de.mid.innovator.srv2api.icw2pres with parameters of type K_UNITModifier and TypeMethodDescriptionvoidPRPresContext.pageView(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, String format, List<Integer> seqPageBreakX, List<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_UNITModifierConstructorDescriptionARG_PageViewContext(K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage, K_PAGEORDER pageOrder, K_UNIT marginUnit, boolean isPageViewActive, String format, List<Integer> seqPageBreakX, List<Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)