PrintBase CATPrintHPGL2Properties

Usage: you must use this class as is. You should never derive it.


public class CATPrintHPGL2Properties

Class wrapping HPGL2 generator properties
Role: The CAA user can define the parameters of the HPGL2 generator


Constructor and Destructor Index


o CATPrintHPGL2Properties()
Constructor
o CATPrintHPGL2Properties(CATPrintHPGL2Properties&)
Copy constructor
o ~CATPrintHPGL2Properties()
Destructor

Method Index


o GetCutterState(void)
Retrieves the cutter state
o GetHPGLDriver(void)
Tells if current driver is HPGL or HPGL2
o GetHPGLProperties(void)
Retrieves the HPGL properties
o GetMediaType(void)
Retrieves the media type
o GetQuality(void)
Retrieves the driver quality
o SetCutterState(int)
Sets the cutter state
o SetHPGLDriver(int)
Sets the driver as HPGL or as HPGL2
o SetMediaType(int)
Sets the media type
o SetQuality(int)
Sets the driver quality
o operator=(CATPrintHPGL2Properties&)
Operator=

Constructor and Destructor


o CATPrintHPGL2Properties
public CATPrintHPGL2Properties()
Constructor
o CATPrintHPGL2Properties
public CATPrintHPGL2Properties( const iHPGL2Properties)
Copy constructor
o ~CATPrintHPGL2Properties
public virtual ~CATPrintHPGL2Properties()
Destructor

Methods


o GetCutterState
public GetCutterState( )
Retrieves the cutter state
Returns:
The cutter state
o GetHPGLDriver
public GetHPGLDriver( )
Tells if current driver is HPGL or HPGL2
Returns:
The type of driver
o GetHPGLProperties
public GetHPGLProperties( )
Retrieves the HPGL properties
Returns:
The CATPrintHPGLProperties object
o GetMediaType
public GetMediaType( )
Retrieves the media type
Returns:
The media type
o GetQuality
public GetQuality( )
Retrieves the driver quality
Returns:
The quality
o SetCutterState
public SetCutterState( iState)
Sets the cutter state
Parameters:
iState
The cutter state
o SetHPGLDriver
public SetHPGLDriver( iHPGLDriver)
Sets the driver as HPGL or as HPGL2
Parameters:
iHPGLdriver
The type of driver
o SetMediaType
public SetMediaType( iType)
Sets the media type
Parameters:
iType
The media type
o SetQuality
public SetQuality( iQuality)
Sets the driver quality
Parameters:
iQuality
The quality
o operator=
public operator=( const iHPGL2Properties)
Operator=

This object is included in the file: CATPrintHPGL2Properties.h
If needed, your Imakefile.mk should include the module: CATPrintBase

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.