Package org.nuxeo.ecm.platform.threed
Class ThreeD
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.ThreeD
-
- Direct Known Subclasses:
TransmissionThreeD
public class ThreeD extends Object
Object wraping a 3D fileBlob
, resources and transmission versions.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description ThreeD(Blob blob, List<Blob> resources, ThreeDInfo info)
-
-
-
Field Detail
-
blob
protected final Blob blob
-
info
protected final ThreeDInfo info
-
-
Constructor Detail
-
ThreeD
public ThreeD(Blob blob, List<Blob> resources, ThreeDInfo info)
-
-
Method Detail
-
getBlob
public Blob getBlob()
-
getInfo
public ThreeDInfo getInfo()
-
-