Class RenderView

java.lang.Object
org.nuxeo.ecm.platform.threed.service.RenderView
All Implemented Interfaces:
Comparable<RenderView>

public class RenderView extends Object implements 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 Details

    • name

      protected String name
    • zenith

      protected Integer zenith
    • azimuth

      protected Integer azimuth
    • width

      protected Integer width
    • height

      protected Integer height
    • enabled

      protected Boolean enabled
    • rendition

      protected Boolean rendition
    • renditionVisible

      protected Boolean renditionVisible
  • Constructor Details

    • RenderView

      public RenderView(RenderView other)
    • RenderView

      public RenderView()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getZenith

      public Integer getZenith()
    • setZenith

      public void setZenith(Integer zenith)
    • getAzimuth

      public Integer getAzimuth()
    • setAzimuth

      public void setAzimuth(Integer azimuth)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • 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

      public void merge(RenderView src)
    • getId

      public String getId()
    • compareTo

      public int compareTo(RenderView o)
      Specified by:
      compareTo in interface Comparable<RenderView>