| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _RASTERDPI_100
Integer value of enum value "RASTERDPI_100" |
| static final DotsPerInch | RASTERDPI_100
Object value of enum value "RASTERDPI_100" |
| static final int | _RASTERDPI_200
Integer value of enum value "RASTERDPI_200" |
| static final DotsPerInch | RASTERDPI_200
Object value of enum value "RASTERDPI_200" |
| static final int | _RASTERDPI_300
Integer value of enum value "RASTERDPI_300" |
| static final DotsPerInch | RASTERDPI_300
Object value of enum value "RASTERDPI_300" |
| static final int | _RASTERDPI_400
Integer value of enum value "RASTERDPI_400" |
| static final DotsPerInch | RASTERDPI_400
Object value of enum value "RASTERDPI_400" |
| static final int | _RASTERDPI_500
Integer value of enum value "RASTERDPI_500" |
| static final DotsPerInch | RASTERDPI_500
Object value of enum value "RASTERDPI_500" |
| static final int | _RASTERDPI_600
Integer value of enum value "RASTERDPI_600" |
| static final DotsPerInch | RASTERDPI_600
Object value of enum value "RASTERDPI_600" |
| static final int | _DotsPerInch_null
Enum null value. |
| Method Summary | |
|---|---|
| static DotsPerInch | FromInt
(int value)
Creates enum object from an integer. |
| static DotsPerInch | 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 DotsPerInch | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static DotsPerInch | FromInt | (Integer value) |
Creates enum object from an integer object.
|