Class RenderView
java.lang.Object
org.nuxeo.ecm.platform.threed.service.RenderView
- All Implemented Interfaces:
Comparable<RenderView>
Object representing a registered render view conversion on the
ThreeDService. An RenderView
references the spherical coordinates and if it should be a Rendition.- Since:
- 8.4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()getWidth()booleanbooleanbooleanvoidmerge(RenderView src) voidsetAzimuth(Integer azimuth) voidsetEnabled(boolean enabled) voidvoidvoidsetRendition(boolean rendition) voidsetRenditionVisible(boolean renditionVisible) voidvoid
-
Field Details
-
name
-
zenith
-
azimuth
-
width
-
height
-
enabled
-
rendition
-
renditionVisible
-
-
Constructor Details
-
RenderView
-
RenderView
public RenderView()
-
-
Method Details
-
getName
-
setName
-
getZenith
-
setZenith
-
getAzimuth
-
setAzimuth
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isRendition
public boolean isRendition() -
setRendition
public void setRendition(boolean rendition) -
isRenditionVisible
public boolean isRenditionVisible() -
setRenditionVisible
public void setRenditionVisible(boolean renditionVisible) -
merge
-
getId
-
compareTo
- Specified by:
compareToin interfaceComparable<RenderView>
-