| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _PLOT_RANGE_ALL
Integer value of enum value "PLOT_RANGE_ALL" Plot all the pages. |
| static final PlotPageRange | PLOT_RANGE_ALL
Object value of enum value "PLOT_RANGE_ALL" Plot all the pages. |
| static final int | _PLOT_RANGE_CURRENT
Integer value of enum value "PLOT_RANGE_CURRENT" Plot the current page. |
| static final PlotPageRange | PLOT_RANGE_CURRENT
Object value of enum value "PLOT_RANGE_CURRENT" Plot the current page. |
| static final int | _PLOT_RANGE_OF_PAGES
Integer value of enum value "PLOT_RANGE_OF_PAGES" Plot a range of pages. |
| static final PlotPageRange | PLOT_RANGE_OF_PAGES
Object value of enum value "PLOT_RANGE_OF_PAGES" Plot a range of pages. |
| static final int | _PlotPageRange_null
Enum null value. |
| Method Summary | |
|---|---|
| static PlotPageRange | FromInt
(int value)
Creates enum object from an integer. |
| static PlotPageRange | 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 PlotPageRange | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static PlotPageRange | FromInt | (Integer value) |
Creates enum object from an integer object.
|