Výčet reprezentující bitovou hloubku bitmapy.
More...
Výčet reprezentující bitovou hloubku bitmapy.
Definition at line 6 of file Depth.java.
mhr.appcore.bitmap.Depth.Depth |
( |
int |
bytesPerChannel | ) |
|
|
inlineprivate |
Výchozí konstruktor, přiřadí odpovídající počet kanálů.
- Parameters
-
Definition at line 16 of file Depth.java.
static Depth mhr.appcore.bitmap.Depth.fromBytesPerChannel |
( |
int |
bytesPerChannel | ) |
|
|
inlinestatic |
Vrací hodnotu výčtu, která reprezentuje daný počet bajtů na kanál.
- Parameters
-
- Returns
Definition at line 33 of file Depth.java.
{
case 1:
return Depth.DEPTH_8_BIT;
default:
return Depth.INVALID_DEPTH;
}
}
int mhr.appcore.bitmap.Depth.getBytesPerChannel |
( |
| ) |
|
|
inline |
vrací počet bajtů na kanál pro danou hodnotu výčtu.
- Returns
Definition at line 24 of file Depth.java.
final int mhr.appcore.bitmap.Depth.bytesPerChannel |
|
private |
Udává, kolik bajtů na kanál bitmapa má.
Definition at line 10 of file Depth.java.
mhr.appcore.bitmap.Depth.DEPTH_8_BIT =(1) |
mhr.appcore.bitmap.Depth.INVALID_DEPTH =(0) |
The documentation for this enum was generated from the following file:
- /home/xxx/eclipse_workspaces/app/appcore/src/mhr/appcore/bitmap/Depth.java