de.mid.innovator.srv2api.icw2pres
Class PRDiaFrameNodeHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2pres.PRDiaFrameNodeHelper

public abstract class PRDiaFrameNodeHelper
extends Object

This is a utility class for PRDiaFrameNode that provides static methods for creation or other purposes.

See Also:
PRDiaFrameNode

Method Summary
static PRDiaFrameNode create(SrvContext srvCtx, ADClientAble ohContainer, Point ptPosition, Point ptSize)
          Creates a new frame node within the specified container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static PRDiaFrameNode create(SrvContext srvCtx,
                                    ADClientAble ohContainer,
                                    Point ptPosition,
                                    Point ptSize)
                             throws InoNetException,
                                    SrvErrorException
Creates a new frame node within the specified container.

Parameters:
srvCtx - The context of the related innovator server.
ohContainer - Container (Diagram or Node)
ptPosition - Position of the new node
ptSize - Size of the new node
Throws:
InoNetException
SrvErrorException