public class BatchConverterHelper extends Object
TransmissionThreeD
form batch conversionModifier and Type | Field and Description |
---|---|
static String |
DEPTH |
static String |
FORMAT |
static String |
HEIGHT |
static String |
WIDTH |
Modifier and Type | Method and Description |
---|---|
protected static BlobHolder |
convertTexture(BlobHolder resource,
Integer percentage,
String maxSize) |
protected static Map<String,Serializable> |
convertToInfo(Blob blob) |
protected static Blob |
createThumbnail(Blob render) |
protected static ThreeDInfo |
getInfo(Blob blob,
List<BlobHolder> resources) |
static ThreeDInfo |
getMainInfo(BlobHolder batch,
List<BlobHolder> resources) |
static List<ThreeDRenderView> |
getRenders(BlobHolder batch) |
static List<BlobHolder> |
getResources(BlobHolder batch) |
static List<TransmissionThreeD> |
getTransmissions(BlobHolder batch,
List<BlobHolder> resources) |
public static final String WIDTH
public static final String HEIGHT
public static final String DEPTH
public static final String FORMAT
protected static final BlobHolder convertTexture(BlobHolder resource, Integer percentage, String maxSize)
public static final List<TransmissionThreeD> getTransmissions(BlobHolder batch, List<BlobHolder> resources)
public static final ThreeDInfo getMainInfo(BlobHolder batch, List<BlobHolder> resources)
protected static final ThreeDInfo getInfo(Blob blob, List<BlobHolder> resources) throws IOException
IOException
protected static final Map<String,Serializable> convertToInfo(Blob blob) throws IOException
IOException
public static final List<BlobHolder> getResources(BlobHolder batch)
protected static final Blob createThumbnail(Blob render)
public static final List<ThreeDRenderView> getRenders(BlobHolder batch)
Copyright © 2019 Nuxeo. All rights reserved.