Library | Package Java Toolkit

Interface RasterImageExportInstructions

package com.ptc.pfc.pfcWindow;

public interface RasterImageExportInstructions
  extends jxobject



Description

Base class to all the raster-image-export-instructions classes that deal with exporting of Creo Parametric RasterImage.
Direct Known Subclasses:
BitmapImageExportInstructions, TIFFImageExportInstructions, EPSImageExportInstructions, JPEGImageExportInstructions



Method Summary
/*optional*/ DotsPerInchGetDotsPerInch ()
    Get method for attribute "DotsPerInch"
    The dots per inch of the output image.
/*optional*/ RasterDepthGetImageDepth ()
    Get method for attribute "ImageDepth"
    The depth of the output image.
doubleGetImageHeight ()
    Get method for attribute "ImageHeight"
    The height of the output image in inches.
doubleGetImageWidth ()
    Get method for attribute "ImageWidth"
    The width of the output image in inches.
RasterTypeGetRasterType ()
    Returns a RasterType instance that indicates the type of the raster image export instructions.
voidSetDotsPerInch ( /*optional*/ DotsPerInch value)
    Set method for attribute "DotsPerInch"
    The dots per inch of the output image.
voidSetImageDepth ( /*optional*/ RasterDepth value)
    Set method for attribute "ImageDepth"
    The depth of the output image.
voidSetImageHeight (double value)
    Set method for attribute "ImageHeight"
    The height of the output image in inches.
voidSetImageWidth (double value)
    Set method for attribute "ImageWidth"
    The width of the output image in inches.

Method Detail

GetRasterType

RasterTypeGetRasterType ()


    Returns a RasterType instance that indicates the type of the raster image export instructions.
Returns:
One of the static instances of RasterType (e.g., RASTER_BMP)


GetImageWidth/SetImageWidth

doubleGetImageWidth ()
voidSetImageWidth (double value)


    The width of the output image in inches.



GetImageHeight/SetImageHeight

doubleGetImageHeight ()
voidSetImageHeight (double value)


    The height of the output image in inches.



GetImageDepth/SetImageDepth

/*optional*/ RasterDepthGetImageDepth ()
voidSetImageDepth ( /*optional*/ RasterDepth value)


    The depth of the output image.



GetDotsPerInch/SetDotsPerInch

/*optional*/ DotsPerInchGetDotsPerInch ()
voidSetDotsPerInch ( /*optional*/ DotsPerInch value)


    The dots per inch of the output image.