Package org.nuxeo.ecm.platform.threed
Class ThreeDRenderView
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.ThreeDRenderView
-
public class ThreeDRenderView extends Object
Object wraping a 3D render viewBlob
, spherical coordinates and title.- Since:
- 8.4
-
-
Constructor Summary
Constructors Constructor Description ThreeDRenderView(String title, Blob content, Blob thumbnail, int azimuth, int zenith)
ThreeDRenderView(Map<String,Serializable> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAzimuth()
Blob
getContent()
Blob
getThumbnail()
String
getTitle()
int
getZenith()
Map<String,Serializable>
toMap()
-
-
-
Field Detail
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
THUMBNAIL
public static final String THUMBNAIL
- See Also:
- Constant Field Values
-
AZIMUTH
public static final String AZIMUTH
- See Also:
- Constant Field Values
-
ZENITH
public static final String ZENITH
- See Also:
- Constant Field Values
-
content
protected final Blob content
-
thumbnail
protected final Blob thumbnail
-
title
protected final String title
-
azimuth
protected final int azimuth
-
zenith
protected final int zenith
-
-