Package org.robovm.apple.coregraphics
Class CGBitmapInfo
- All Implemented Interfaces:
Comparable<CGBitmapInfo>,Iterable<CGBitmapInfo>
public final class CGBitmapInfo extends Bits<CGBitmapInfo>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.rt.bro.Bits
Bits.AsByteMarshaler, Bits.AsIntMarshaler, Bits.AsLongMarshaler, Bits.AsMachineSizedIntMarshaler, Bits.AsShortMarshaler -
Field Summary
Fields Modifier and Type Field Description static CGBitmapInfoAlphaInfoMaskstatic CGBitmapInfoByteOrder16Bigstatic CGBitmapInfoByteOrder16Littlestatic CGBitmapInfoByteOrder32Bigstatic CGBitmapInfoByteOrder32Littlestatic CGBitmapInfoByteOrderDefaultstatic CGBitmapInfoByteOrderMaskstatic CGBitmapInfoFloatComponentsstatic CGBitmapInfoFloatInfoMaskstatic CGBitmapInfoNone -
Constructor Summary
Constructors Constructor Description CGBitmapInfo(long value) -
Method Summary
Modifier and Type Method Description protected CGBitmapInfo[]_values()static CGBitmapInfo[]values()protected CGBitmapInfowrap(long value, long mask)
-
Field Details
-
None
-
AlphaInfoMask
-
FloatInfoMask
-
FloatComponents
-
ByteOrderMask
-
ByteOrderDefault
-
ByteOrder16Little
-
ByteOrder32Little
-
ByteOrder16Big
-
ByteOrder32Big
-
-
Constructor Details
-
CGBitmapInfo
public CGBitmapInfo(long value)
-
-
Method Details
-
wrap
- Specified by:
wrapin classBits<CGBitmapInfo>
-
_values
- Specified by:
_valuesin classBits<CGBitmapInfo>
-
values
-