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. registry
Methods in org.nuxeo.ecm.platform.threed.service that return AutomaticLOD Modifier and Type Method Description AutomaticLOD
AutomaticLODContributionHandler. clone(AutomaticLOD automaticLOD)
AutomaticLOD
ThreeDService. getAutomaticLOD(String id)
Returns the available registered Automatic LOD by id.AutomaticLOD
ThreeDServiceImpl. 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 AutomaticLOD
AutomaticLODContributionHandler. clone(AutomaticLOD automaticLOD)
int
AutomaticLOD. compareTo(AutomaticLOD o)
void
AutomaticLODContributionHandler. contributionRemoved(String id, AutomaticLOD automaticLOD)
void
AutomaticLODContributionHandler. contributionUpdated(String id, AutomaticLOD contrib, AutomaticLOD newOrigContrib)
String
AutomaticLODContributionHandler. getContributionId(AutomaticLOD automaticLOD)
void
AutomaticLOD. merge(AutomaticLOD src)
void
AutomaticLODContributionHandler. merge(AutomaticLOD srcAutoLOD, AutomaticLOD dstAutoLOD)
Constructors in org.nuxeo.ecm.platform.threed.service with parameters of type AutomaticLOD Constructor Description AutomaticLOD(AutomaticLOD other)
-