Uses of Interface
de.espirit.firstspirit.access.project.mpp.MPPViewport.Builder
Packages that use MPPViewport.Builder
-
Uses of MPPViewport.Builder in de.espirit.firstspirit.access.project.mpp
Methods in de.espirit.firstspirit.access.project.mpp that return MPPViewport.BuilderModifier and TypeMethodDescriptionMPPViewports.builder()Provides a new builder instance to create aviewport.MPPViewport.Builder.height(int height) Set the viewport height in pixels.MPPViewport.Builder.iconType(MPPViewport.IconType icon) Set the icon type for this viewport.MPPViewport.Builder.scaling(int percentage) Set the percentage-based viewport scaling.MPPViewport.Builder.templateSet(@Nullable TemplateSet templateSet) Set theTemplateSetto be used for this viewport.MPPViewport.Builder.width(int width) Set the viewport width in pixels.