Uses of Class
de.mid.innovator.srv2api.icw2elem.K_UNIT

Packages that use K_UNIT
de.mid.innovator.srv2api.icw2elem   
de.mid.innovator.srv2api.icw2pres Diagramms and grafical representations of model elements in diagramms. 
 

Uses of K_UNIT in de.mid.innovator.srv2api.icw2elem
 

Methods in de.mid.innovator.srv2api.icw2elem that return K_UNIT
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(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
 K_UNIT ARG_PageViewContext.marginUnit
          The unit of the margins in print view.
 

Methods in de.mid.innovator.srv2api.icw2pres that return K_UNIT
 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
 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, 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_UNIT
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, String format, List<Integer> seqPageBreakX, List<Integer> seqPageBreakY, ARG_PageViewTextLine valHeader, ARG_PageViewTextLine valFooter)