Uses of Enum Class
com.openinventor.ldm.readers.SoVRLdmFileBorderReader.BuildTileMethods
Packages that use SoVRLdmFileBorderReader.BuildTileMethods
-
Uses of SoVRLdmFileBorderReader.BuildTileMethods in com.openinventor.ldm.readers
Methods in com.openinventor.ldm.readers that return SoVRLdmFileBorderReader.BuildTileMethodsModifier and TypeMethodDescriptionSoVRLdmFileBorderReader.getBuildTileMethod()
Return the current method used to build tiles in lower resolution.SoVRLdmFileBorderReader.BuildTileMethods.valueOf
(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.SoVRLdmFileBorderReader.BuildTileMethods.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.ldm.readers with parameters of type SoVRLdmFileBorderReader.BuildTileMethodsModifier and TypeMethodDescriptionvoid
SoVRLdmFileBorderReader.setBuildTileMethod
(SoVRLdmFileBorderReader.BuildTileMethods method) Set the method used to build tiles in lower resolution.