com.aspose.diagram
Class PixelOffsetMode

java.lang.Object
    extended by com.aspose.diagram.PixelOffsetMode

public class PixelOffsetMode 
extends java.lang.Object

Utility class containing constants. Specifies how pixels are offset during rendering.


Field Summary
static final intINVALID
           Specifies an invalid mode.
static final intDEFAULT
           Specifies the default mode.
static final intHIGH_SPEED
           Specifies high speed, low quality rendering.
static final intHIGH_QUALITY
           Specifies high quality, low speed rendering.
static final intNONE
           Specifies no pixel offset.
static final intHALF
           Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.
 

Field Detail

INVALID

public static final int INVALID
Specifies an invalid mode.

DEFAULT

public static final int DEFAULT
Specifies the default mode.

HIGH_SPEED

public static final int HIGH_SPEED
Specifies high speed, low quality rendering.

HIGH_QUALITY

public static final int HIGH_QUALITY
Specifies high quality, low speed rendering.

NONE

public static final int NONE
Specifies no pixel offset.

HALF

public static final int HALF
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antialiasing.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.