Class PRDiaFrameNodeHelper
java.lang.Object
de.mid.innovator.srv2api.icw2pres.PRDiaFrameNodeHelper
This is a utility class for PRDiaFrameNode that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic PRDiaFrameNodecreate(SrvContext srvCtx, ADClientAble ohContainer, Point ptPosition, Point ptSize) Creates a new frame node within the specified container.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-