Package de.espirit.firstspirit.agency
Interface MPPViewportAgent
@NonExtendable
public interface MPPViewportAgent
Definition of an agent offering capabilities to modify the viewports of the multi-perspective preview (MPP).
- Since:
- 5.2.604
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SpecialistType<MPPViewportAgent>
Technical type of an agent specialized for multi-perspective viewport handling. -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a new configuration object containing the multi-perspective viewports of the current project.void
set
(@NotNull MPPViewports viewports) Takes the givenconfiguration
and writes it back the the current project.
-
Field Details
-
TYPE
Technical type of an agent specialized for multi-perspective viewport handling.- Since:
- 5.2.604
-
-
Method Details
-
get
MPPViewports get()Returns a new configuration object containing the multi-perspective viewports of the current project.- Returns:
- a new configuration object containing the multi-perspective viewports of the current project
- Since:
- 5.2.604
- See Also:
-
set
Takes the givenconfiguration
and writes it back the the current project. In order to do this, the project will be locked and saved.- Parameters:
viewports
- the viewports to set- Throws:
LockException
- if the project could not be locked- Since:
- 5.2.604
-