|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2pres.PRPresContextHelper
public abstract class PRPresContextHelper
This is a utility class for PRPresContext that provides static methods for creation or other purposes.
PRPresContext| Method Summary | |
|---|---|
static ARG_FilterByTranslationState |
filterByTranslationState(SrvContext srvCtx,
MMModelLocale ohLocale,
List<? extends PRPresContext> seqPresContext)
Categorizes the provided diagrams by the state of the represented elements. |
static void |
layout(SrvContext srvCtx,
List<? extends PRPresContext> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
Sets the layout values (format,orientation,margins,pagecount) of the given context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ARG_FilterByTranslationState filterByTranslationState(SrvContext srvCtx,
MMModelLocale ohLocale,
List<? extends PRPresContext> seqPresContext)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohLocale - translation language consideredseqPresContext - filter these diagramms, if empty take all diagramms contained in this model
InoNetException
SrvErrorException
public static void layout(SrvContext srvCtx,
List<? extends PRPresContext> sel,
String format,
K_ORIENTATION orientation,
int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int horPage,
int verPage)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.sel - all objects that will be modified.format - format of the presentation contextorientation - orientation of the presentation contextmarginLeft - margin on the left bordermarginRight - margin on the right bordermarginTop - margin on the top bordermarginBottom - margin on the bottom borderhorPage - number of horinzontal pagesverPage - number of vertical pages
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||