Class RenderConverter
java.lang.Object
org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
org.nuxeo.ecm.platform.threed.convert.BaseBlenderConverter
org.nuxeo.ecm.platform.threed.convert.RenderConverter
- All Implemented Interfaces:
Converter
,ExternalConverter
Render converter 3D document type to PNG
- Since:
- 8.4
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CommandLineBasedConverter.CmdReturn
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.threed.convert.BaseBlenderConverter
MIMETYPE_ZIP
Fields inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
CMD_NAME_PARAMETER, initParameters, TMP_PATH_PARAMETER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCmdBlobParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Extracts BlobParameters.getCmdStringParameters
(BlobHolder blobHolder, Map<String, Serializable> parameters) Extracts String parameters.Methods inherited from class org.nuxeo.ecm.platform.threed.convert.BaseBlenderConverter
blobsToTempDir, buildResult, convert, getConversionLOD, getInfos, getRenders, getScriptWith, isThreeDFile, sortFilesToPaths, tempDirectory
Methods inherited from class org.nuxeo.ecm.platform.convert.plugins.CommandLineBasedConverter
execOnBlob, getCommandName, getTmpDirectory, init, isConverterAvailable
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.ecm.core.convert.extension.ExternalConverter
isConverterAvailable
-
Constructor Details
-
RenderConverter
public RenderConverter()
-
-
Method Details
-
getCmdBlobParameters
protected Map<String,Blob> getCmdBlobParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) throws ConversionExceptionDescription copied from class:CommandLineBasedConverter
Extracts BlobParameters.- Specified by:
getCmdBlobParameters
in classCommandLineBasedConverter
- Throws:
ConversionException
-
getCmdStringParameters
protected Map<String,String> getCmdStringParameters(BlobHolder blobHolder, Map<String, Serializable> parameters) throws ConversionExceptionDescription copied from class:CommandLineBasedConverter
Extracts String parameters.- Specified by:
getCmdStringParameters
in classCommandLineBasedConverter
- Throws:
ConversionException
-