BlackWhiteConversionMode class #
Provides options that control how slides’ images will be converted to bitonal images.
Constants #
| Name | Value | Description |
|---|---|---|
| Default | 0 | Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default) |
| Dithering | 1 | Specifies the dithering algorithm (Floyd-Steinberg). |
| DitheringFloydSteinberg | 2 | Specifies the Floyd-Steinberg dithering algorithm. |
| Auto | 3 | Specifies the automatically calculated threshold algorithm (Otsu). |
| AutoOtsu | 4 | Specifies the automatically calculated Otsu’s threshold algorithm. |
| Threshold25 | 5 | Specifies the static threshold algorithm (25%). |
| Threshold50 | 6 | Specifies the static threshold algorithm (50%). |
| Threshold75 | 7 | Specifies the static threshold algorithm (75%). |
Default #
Specifies no conversion algorithm. The algorithm implemented in the TIFF codec will be used. (Default)
Dithering #
Specifies the dithering algorithm (Floyd-Steinberg).
DitheringFloydSteinberg #
Specifies the Floyd-Steinberg dithering algorithm.
Auto #
Specifies the automatically calculated threshold algorithm (Otsu).
AutoOtsu #
Specifies the automatically calculated Otsu’s threshold algorithm.
Threshold25 #
Specifies the static threshold algorithm (25%).
Threshold50 #
Specifies the static threshold algorithm (50%).
Threshold75 #
Specifies the static threshold algorithm (75%).
Clone #
| Name | Description |
|---|---|
| Clone () |
Result: T
CloneTo #
| Name | Description |
|---|---|
| CloneTo (T) |
format #
| Name | Description |
|---|---|
| format (java.lang.Class, long, String) |
Result: String
format #
| Name | Description |
|---|---|
| format (Type, Object, String) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (java.lang.Class, long) |
Result: String
getName #
| Name | Description |
|---|---|
| getName (Type, Object) |
Result: String
getNames #
| Name | Description |
|---|---|
| getNames (java.lang.Class) |
Result: Collection
getNames #
| Name | Description |
|---|---|
| getNames (Type) |
Result: String
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (java.lang.Class) |
Result: Class
getUnderlyingType #
| Name | Description |
|---|---|
| getUnderlyingType (Type) |
Result: Type
getValue #
| Name | Description |
|---|---|
| getValue (java.lang.Class, String) |
Result: long
getValues #
| Name | Description |
|---|---|
| getValues (Type) |
Result: Array
get_Caption #
| Name | Description |
|---|---|
| get_Caption () |
Result: String
get_Value #
| Name | Description |
|---|---|
| get_Value () |
Result: long
isDefined #
| Name | Description |
|---|---|
| isDefined (java.lang.Class, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, long) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, String) |
Result: boolean
isDefined #
| Name | Description |
|---|---|
| isDefined (Type, Object) |
Result: boolean
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (java.lang.Class, String, Boolean) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String) |
Result: long
parse #
| Name | Description |
|---|---|
| parse (Type, String, Boolean) |
Result: long
register #
| Name | Description |
|---|---|
| register (Enum.AbstractEnum) |
toObject #
| Name | Description |
|---|---|
| toObject (Type, Object) |
Result: Object
toString #
| Name | Description |
|---|---|
| toString (java.lang.Class, long) |
Result: String