Package org.nuxeo.ecm.platform.threed
Class TransmissionThreeD
- java.lang.Object
-
- org.nuxeo.ecm.platform.threed.ThreeD
-
- org.nuxeo.ecm.platform.threed.TransmissionThreeD
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT
static String
INFO
static String
MAX_POLY
static String
MAX_TEX
protected Long
maxPoly
protected String
maxTex
protected String
name
static String
NAME
static String
PERC_POLY
static String
PERC_TEX
protected Integer
percPoly
protected Integer
percTex
-
Constructor Summary
Constructors Constructor Description TransmissionThreeD(Map<String,Serializable> map)
TransmissionThreeD(Blob blob, List<Blob> resources, ThreeDInfo info, Integer percPoly, Long maxPoly, Integer percTex, String maxTex, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Long
getMaxPoly()
String
getMaxTex()
String
getName()
Integer
getPercPoly()
Integer
getPercTex()
String
getTitle()
Map<String,Serializable>
toMap()
-
Methods inherited from class org.nuxeo.ecm.platform.threed.ThreeD
getBlob, getInfo, getResources
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
CONTENT
public static final String CONTENT
- See Also:
- Constant Field Values
-
PERC_POLY
public static final String PERC_POLY
- See Also:
- Constant Field Values
-
MAX_POLY
public static final String MAX_POLY
- See Also:
- Constant Field Values
-
PERC_TEX
public static final String PERC_TEX
- See Also:
- Constant Field Values
-
MAX_TEX
public static final String MAX_TEX
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
percPoly
protected final Integer percPoly
-
maxPoly
protected final Long maxPoly
-
percTex
protected final Integer percTex
-
maxTex
protected final String maxTex
-
name
protected final String name
-
-
Method Detail
-
getTitle
public String getTitle()
-
getPercPoly
public Integer getPercPoly()
-
getMaxPoly
public Long getMaxPoly()
-
getPercTex
public Integer getPercTex()
-
getMaxTex
public String getMaxTex()
-
getName
public String getName()
-
getId
public String getId()
-
toMap
public Map<String,Serializable> toMap()
-
-