Interface TypeConversionService
public interface TypeConversionService
-
Method Summary
Modifier and TypeMethodDescriptionconvertToMirrorHandle(StructureMirror mirror) Converts the givenStructureMirrorto a handle.convertToRotationHandle(StructureRotation rotation) Converts the givenStructureRotationto a handle.convertToStructureMirror(Object handle) Converts the given handle to aStructureMirror.convertToStructureMode(Object handle) Converts the given handle to aStructureMode.Converts the givenStructureModeto a handle.convertToStructureRotation(Object handle) Converts the given handle to aStructureRotation.
-
Method Details
-
convertToStructureMode
Converts the given handle to aStructureMode.- Parameters:
handle- NMS handle.- Returns:
StructureMode.
-
convertToStructureMirror
Converts the given handle to aStructureMirror.- Parameters:
handle- NMS handle.- Returns:
StructureMirror.
-
convertToStructureRotation
Converts the given handle to aStructureRotation.- Parameters:
handle- NMS handle.- Returns:
StructureRotation.
-
convertToStructureModeHandle
Converts the givenStructureModeto a handle.- Parameters:
mode-StructureMode.- Returns:
- NMS handle.
-
convertToMirrorHandle
Converts the givenStructureMirrorto a handle.- Parameters:
mirror-StructureMirror.- Returns:
- NMS handle.
-
convertToRotationHandle
Converts the givenStructureRotationto a handle.- Parameters:
rotation-StructureRotation.- Returns:
- NMS handle.
-