Uses of Enum Class
de.espirit.firstspirit.access.project.mpp.MPPViewport.IconType
Packages that use MPPViewport.IconType
-
Uses of MPPViewport.IconType in de.espirit.firstspirit.access.project.mpp
Methods in de.espirit.firstspirit.access.project.mpp that return MPPViewport.IconTypeModifier and TypeMethodDescriptionMPPViewport.getIconType()Get the viewport icon type.static MPPViewport.IconTypeReturns the enum constant of this class with the specified name.static MPPViewport.IconType[]MPPViewport.IconType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.project.mpp with parameters of type MPPViewport.IconTypeModifier and TypeMethodDescriptionMPPViewport.Builder.iconType(MPPViewport.IconType icon) Set the icon type for this viewport.voidMPPViewport.setIconType(MPPViewport.IconType icon) Set the icon type for this viewport.