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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getName()
getWidth()
boolean
boolean
boolean
void
merge
(RenderView src) void
setAzimuth
(Integer azimuth) void
setEnabled
(boolean enabled) void
void
void
setRendition
(boolean rendition) void
setRenditionVisible
(boolean renditionVisible) void
void
-
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:
compareTo
in interfaceComparable<RenderView>
-