Library | Package Java Toolkit

Class PlotPaperSize

package com.ptc.pfc.pfcModel;

public class PlotPaperSize
  implements jxenum



Description

This enumerated type specifies the size of the paper used for the plot.



Field Summary
static final int_ASIZEPLOT
    Integer value of enum value "ASIZEPLOT"
    8.5 x 11 in
static final PlotPaperSizeASIZEPLOT
    Object value of enum value "ASIZEPLOT"
    8.5 x 11 in
static final int_BSIZEPLOT
    Integer value of enum value "BSIZEPLOT"
    11 x 17 in
static final PlotPaperSizeBSIZEPLOT
    Object value of enum value "BSIZEPLOT"
    11 x 17 in
static final int_CSIZEPLOT
    Integer value of enum value "CSIZEPLOT"
    17 x 22 in
static final PlotPaperSizeCSIZEPLOT
    Object value of enum value "CSIZEPLOT"
    17 x 22 in
static final int_DSIZEPLOT
    Integer value of enum value "DSIZEPLOT"
    22 x 34 in
static final PlotPaperSizeDSIZEPLOT
    Object value of enum value "DSIZEPLOT"
    22 x 34 in
static final int_ESIZEPLOT
    Integer value of enum value "ESIZEPLOT"
    34 x 44 in
static final PlotPaperSizeESIZEPLOT
    Object value of enum value "ESIZEPLOT"
    34 x 44 in
static final int_A4SIZEPLOT
    Integer value of enum value "A4SIZEPLOT"
    210 x 297 mm
static final PlotPaperSizeA4SIZEPLOT
    Object value of enum value "A4SIZEPLOT"
    210 x 297 mm
static final int_A3SIZEPLOT
    Integer value of enum value "A3SIZEPLOT"
    297 x 420 mm
static final PlotPaperSizeA3SIZEPLOT
    Object value of enum value "A3SIZEPLOT"
    297 x 420 mm
static final int_A2SIZEPLOT
    Integer value of enum value "A2SIZEPLOT"
    420 x 594 mm
static final PlotPaperSizeA2SIZEPLOT
    Object value of enum value "A2SIZEPLOT"
    420 x 594 mm
static final int_A1SIZEPLOT
    Integer value of enum value "A1SIZEPLOT"
    594 x 841 mm
static final PlotPaperSizeA1SIZEPLOT
    Object value of enum value "A1SIZEPLOT"
    594 x 841 mm
static final int_A0SIZEPLOT
    Integer value of enum value "A0SIZEPLOT"
    841 x 1189 mm
static final PlotPaperSizeA0SIZEPLOT
    Object value of enum value "A0SIZEPLOT"
    841 x 1189 mm
static final int_FSIZEPLOT
    Integer value of enum value "FSIZEPLOT"
    28 x 40 in
static final PlotPaperSizeFSIZEPLOT
    Object value of enum value "FSIZEPLOT"
    28 x 40 in
static final int_VARIABLESIZEPLOT
    Integer value of enum value "VARIABLESIZEPLOT"
    Variable-sized plot in inches
static final PlotPaperSizeVARIABLESIZEPLOT
    Object value of enum value "VARIABLESIZEPLOT"
    Variable-sized plot in inches
static final int_VARIABLESIZE_IN_MM_PLOT
    Integer value of enum value "VARIABLESIZE_IN_MM_PLOT"
    
static final PlotPaperSizeVARIABLESIZE_IN_MM_PLOT
    Object value of enum value "VARIABLESIZE_IN_MM_PLOT"
    
static final int_CEEMPTYPLOT
    Integer value of enum value "CEEMPTYPLOT"
    22.5 x 36 in
static final PlotPaperSizeCEEMPTYPLOT
    Object value of enum value "CEEMPTYPLOT"
    22.5 x 36 in
static final int_CEEMPTYPLOT_MM
    Integer value of enum value "CEEMPTYPLOT_MM"
    625 x 1000 mm
static final PlotPaperSizeCEEMPTYPLOT_MM
    Object value of enum value "CEEMPTYPLOT_MM"
    625 x 1000 mm
static final int_PlotPaperSize_null
    Enum null value.

Method Summary
static PlotPaperSizeFromInt (int value)
    Creates enum object from an integer.
static PlotPaperSizeFromInt (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 PlotPaperSizeFromInt (int value)


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


FromInt

static PlotPaperSizeFromInt (Integer value)


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