public class CallRasterImageExportInstructions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CallRasterImageExportInstructions |
createBitmapExport(double rasterHeight,
double rasterWidth) |
static CallRasterImageExportInstructions |
createEPSExport(double rasterHeight,
double rasterWidth) |
static CallRasterImageExportInstructions |
createJPEGExport(double rasterHeight,
double rasterWidth) |
static CallRasterImageExportInstructions |
createTIFFExport(double rasterHeight,
double rasterWidth) |
com.ptc.pfc.pfcWindow.RasterImageExportInstructions |
getInstr() |
void |
setDotsPerInch(com.ptc.pfc.pfcWindow.DotsPerInch dpi) |
void |
setImageDepth(com.ptc.pfc.pfcWindow.RasterDepth depth) |
public void setImageDepth(com.ptc.pfc.pfcWindow.RasterDepth depth)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setDotsPerInch(com.ptc.pfc.pfcWindow.DotsPerInch dpi)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallRasterImageExportInstructions createBitmapExport(double rasterHeight, double rasterWidth) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallRasterImageExportInstructions createEPSExport(double rasterHeight, double rasterWidth) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallRasterImageExportInstructions createJPEGExport(double rasterHeight, double rasterWidth) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic static CallRasterImageExportInstructions createTIFFExport(double rasterHeight, double rasterWidth) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcWindow.RasterImageExportInstructions getInstr()