Uses of Class
org.nuxeo.ecm.platform.threed.service.AutomaticLOD
-
Packages that use AutomaticLOD Package Description org.nuxeo.ecm.platform.threed.service -
-
Uses of AutomaticLOD in org.nuxeo.ecm.platform.threed.service
Fields in org.nuxeo.ecm.platform.threed.service with type parameters of type AutomaticLOD Modifier and Type Field Description Map<String,AutomaticLOD>AutomaticLODContributionHandler. registryMethods in org.nuxeo.ecm.platform.threed.service that return AutomaticLOD Modifier and Type Method Description AutomaticLODAutomaticLODContributionHandler. clone(AutomaticLOD automaticLOD)AutomaticLODThreeDService. getAutomaticLOD(String id)Returns the available registered Automatic LOD by id.AutomaticLODThreeDServiceImpl. getAutomaticLOD(String automaticLODId)Methods in org.nuxeo.ecm.platform.threed.service that return types with arguments of type AutomaticLOD Modifier and Type Method Description Collection<AutomaticLOD>ThreeDService. getAutomaticLODs()Returns the automatic registered automatic LODs on a 3D content.Collection<AutomaticLOD>ThreeDServiceImpl. getAutomaticLODs()Collection<AutomaticLOD>ThreeDService. getAvailableLODs()Returns the available registered automatic LODs on a 3D content.Collection<AutomaticLOD>ThreeDServiceImpl. getAvailableLODs()Methods in org.nuxeo.ecm.platform.threed.service with parameters of type AutomaticLOD Modifier and Type Method Description AutomaticLODAutomaticLODContributionHandler. clone(AutomaticLOD automaticLOD)intAutomaticLOD. compareTo(AutomaticLOD o)voidAutomaticLODContributionHandler. contributionRemoved(String id, AutomaticLOD automaticLOD)voidAutomaticLODContributionHandler. contributionUpdated(String id, AutomaticLOD contrib, AutomaticLOD newOrigContrib)StringAutomaticLODContributionHandler. getContributionId(AutomaticLOD automaticLOD)voidAutomaticLOD. merge(AutomaticLOD src)voidAutomaticLODContributionHandler. merge(AutomaticLOD srcAutoLOD, AutomaticLOD dstAutoLOD)Constructors in org.nuxeo.ecm.platform.threed.service with parameters of type AutomaticLOD Constructor Description AutomaticLOD(AutomaticLOD other)
-