Library | Package Java Toolkit

Class DotsPerInch

package com.ptc.pfc.pfcWindow;

public class DotsPerInch
  implements jxenum



Description

This enumerated type lists the dots per inch of the output image.



Field Summary
static final int_RASTERDPI_100
    Integer value of enum value "RASTERDPI_100"
     
static final DotsPerInchRASTERDPI_100
    Object value of enum value "RASTERDPI_100"
     
static final int_RASTERDPI_200
    Integer value of enum value "RASTERDPI_200"
     
static final DotsPerInchRASTERDPI_200
    Object value of enum value "RASTERDPI_200"
     
static final int_RASTERDPI_300
    Integer value of enum value "RASTERDPI_300"
     
static final DotsPerInchRASTERDPI_300
    Object value of enum value "RASTERDPI_300"
     
static final int_RASTERDPI_400
    Integer value of enum value "RASTERDPI_400"
     
static final DotsPerInchRASTERDPI_400
    Object value of enum value "RASTERDPI_400"
     
static final int_RASTERDPI_500
    Integer value of enum value "RASTERDPI_500"
     
static final DotsPerInchRASTERDPI_500
    Object value of enum value "RASTERDPI_500"
     
static final int_RASTERDPI_600
    Integer value of enum value "RASTERDPI_600"
     
static final DotsPerInchRASTERDPI_600
    Object value of enum value "RASTERDPI_600"
     
static final int_DotsPerInch_null
    Enum null value.

Method Summary
static DotsPerInchFromInt (int value)
    Creates enum object from an integer.
static DotsPerInchFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static DotsPerInchFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static DotsPerInchFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.