| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _ASIZEPLOT
Integer value of enum value "ASIZEPLOT" 8.5 x 11 in |
| static final PlotPaperSize | ASIZEPLOT
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 PlotPaperSize | BSIZEPLOT
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 PlotPaperSize | CSIZEPLOT
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 PlotPaperSize | DSIZEPLOT
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 PlotPaperSize | ESIZEPLOT
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 PlotPaperSize | A4SIZEPLOT
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 PlotPaperSize | A3SIZEPLOT
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 PlotPaperSize | A2SIZEPLOT
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 PlotPaperSize | A1SIZEPLOT
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 PlotPaperSize | A0SIZEPLOT
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 PlotPaperSize | FSIZEPLOT
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 PlotPaperSize | VARIABLESIZEPLOT
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 PlotPaperSize | VARIABLESIZE_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 PlotPaperSize | CEEMPTYPLOT
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 PlotPaperSize | CEEMPTYPLOT_MM
Object value of enum value "CEEMPTYPLOT_MM" 625 x 1000 mm |
| static final int | _PlotPaperSize_null
Enum null value. |
| Method Summary | |
|---|---|
| static PlotPaperSize | FromInt
(int value)
Creates enum object from an integer. |
| static PlotPaperSize | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static PlotPaperSize | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PlotPaperSize | FromInt | (Integer value) |
Creates enum object from an integer object.
|