Library | Package Java Toolkit

Class pfcWindow

package com.ptc.pfc.pfcWindow;

public class pfcWindow



Description

Contains global CIP definitions for module "pfcWindow"



Method Summary
static BitmapImageExportInstructionsBitmapImageExportInstructions_Create (double ImageWidth, double ImageHeight)
    Creates a new instructions object used to export BMP--format (type) image.
static EPSImageExportInstructionsEPSImageExportInstructions_Create (double ImageWidth, double ImageHeight)
    Creates a new instructions object used to export EPSI-format (type) image.
static JPEGImageExportInstructionsJPEGImageExportInstructions_Create (double ImageWidth, double ImageHeight)
    Creates a new instructions object used to export a JPEG image.
static TIFFImageExportInstructionsTIFFImageExportInstructions_Create (double ImageWidth, double ImageHeight)
    Creates a new instructions object used to export TIFF image.
static WindowOIdWindowOId_Create (int Id)
    Creates a new window identifier object.

Method Detail

WindowOId_Create

static WindowOIdWindowOId_Create (int Id)


    Creates a new window identifier object.
Parameters:
Id
The window integer identifier
Returns:
The new window identifier


BitmapImageExportInstructions_Create

static BitmapImageExportInstructionsBitmapImageExportInstructions_Create (double ImageWidth, double ImageHeight)


    Creates a new instructions object used to export BMP--format (type) image.

This object must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) for a file to be produced.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
 


TIFFImageExportInstructions_Create

static TIFFImageExportInstructionsTIFFImageExportInstructions_Create (double ImageWidth, double ImageHeight)


    Creates a new instructions object used to export TIFF image.

The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce an output file.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
 


EPSImageExportInstructions_Create

static EPSImageExportInstructionsEPSImageExportInstructions_Create (double ImageWidth, double ImageHeight)


    Creates a new instructions object used to export EPSI-format (type) image.

The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce the output file.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns:
 


JPEGImageExportInstructions_Create

static JPEGImageExportInstructionsJPEGImageExportInstructions_Create (double ImageWidth, double ImageHeight)


    Creates a new instructions object used to export a JPEG image.

The return value must be passed to Window.ExportRasterImage(String, RasterImageExportInstructions) or BaseSession.ExportCurrentRasterImage(String, RasterImageExportInstructions) to produce the output file.
Parameters:
ImageWidth
The width of the output image in inches.
ImageHeight
The height of the output image in inches.
Returns: