public class AutomaticLOD extends Object implements Comparable<AutomaticLOD>
ThreeDService
. An
AutomaticLOD
references the percentage of mesh polygons through its percentage.Modifier and Type | Field and Description |
---|---|
protected Boolean |
enabled |
protected Long |
maxPoly |
protected String |
maxTex |
protected String |
name |
protected Integer |
order |
protected Integer |
percPoly |
protected Integer |
percTex |
protected Boolean |
rendition |
protected Boolean |
renditionVisible |
Constructor and Description |
---|
AutomaticLOD() |
AutomaticLOD(AutomaticLOD other) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AutomaticLOD o) |
String |
getId() |
Long |
getMaxPoly() |
String |
getMaxTex() |
String |
getName() |
Integer |
getOrder() |
Integer |
getPercPoly() |
Integer |
getPercTex() |
boolean |
isEnabled() |
boolean |
isRendition() |
boolean |
isRenditionVisible() |
void |
merge(AutomaticLOD src) |
void |
setEnabled(boolean enabled) |
void |
setMaxPoly(Long maxPoly) |
void |
setMaxTex(String maxTex) |
void |
setName(String name) |
void |
setOrder(Integer order) |
void |
setPercPoly(Integer percPoly) |
void |
setPercTex(Integer percTex) |
void |
setRendition(boolean rendition) |
void |
setRenditionVisible(boolean renditionVisible) |
protected Boolean renditionVisible
public AutomaticLOD(AutomaticLOD other)
public AutomaticLOD()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Integer getPercPoly()
public void setPercPoly(Integer percPoly)
public Long getMaxPoly()
public void setMaxPoly(Long maxPoly)
public Integer getPercTex()
public void setPercTex(Integer percTex)
public boolean isRendition()
public void setRendition(boolean rendition)
public boolean isRenditionVisible()
public void setRenditionVisible(boolean renditionVisible)
public int compareTo(AutomaticLOD o)
compareTo
in interface Comparable<AutomaticLOD>
public void merge(AutomaticLOD src)
Copyright © 2018 Nuxeo. All rights reserved.