de.mid.innovator.srv2api.icw2pres
Class PRDiaFrameNodeHelper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 nodeptSize - Size of the new node
- Throws:
InoNetException
SrvErrorException