public class RenderView extends Object implements Comparable<RenderView>
ThreeDService
. An RenderView
references the spherical coordinates and if it should be a Rendition.Modifier and Type | Field and Description |
---|---|
protected Integer |
azimuth |
protected Boolean |
enabled |
protected Integer |
height |
protected String |
name |
protected Boolean |
rendition |
protected Boolean |
renditionVisible |
protected Integer |
width |
protected Integer |
zenith |
Constructor and Description |
---|
RenderView() |
RenderView(RenderView other) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RenderView o) |
Integer |
getAzimuth() |
Integer |
getHeight() |
String |
getId() |
String |
getName() |
Integer |
getWidth() |
Integer |
getZenith() |
boolean |
isEnabled() |
boolean |
isRendition() |
boolean |
isRenditionVisible() |
void |
merge(RenderView src) |
void |
setAzimuth(Integer azimuth) |
void |
setEnabled(boolean enabled) |
void |
setHeight(Integer height) |
void |
setName(String name) |
void |
setRendition(boolean rendition) |
void |
setRenditionVisible(boolean renditionVisible) |
void |
setWidth(Integer width) |
void |
setZenith(Integer zenith) |
protected Boolean renditionVisible
public RenderView(RenderView other)
public RenderView()
public Integer getAzimuth()
public void setAzimuth(Integer azimuth)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isRendition()
public void setRendition(boolean rendition)
public boolean isRenditionVisible()
public void setRenditionVisible(boolean renditionVisible)
public void merge(RenderView src)
public int compareTo(RenderView o)
compareTo
in interface Comparable<RenderView>
Copyright © 2018 Nuxeo. All rights reserved.