Uses of Class
org.robovm.apple.coreanimation.CAFilter
-
Packages that use CAFilter Package Description org.robovm.apple.coreanimation -
-
Uses of CAFilter in org.robovm.apple.coreanimation
Fields in org.robovm.apple.coreanimation declared as CAFilter Modifier and Type Field Description static CAFilter
CAFilter. Linear
static CAFilter
CAFilter. Nearest
static CAFilter
CAFilter. Trilinear
Methods in org.robovm.apple.coreanimation that return CAFilter Modifier and Type Method Description CAFilter
CAEmitterCell. getMagnificationFilter()
CAFilter
CALayer. getMagnificationFilter()
CAFilter
CAEmitterCell. getMinificationFilter()
CAFilter
CALayer. getMinificationFilter()
static CAFilter
CAFilter.Marshaler. toObject(java.lang.Class<CAFilter> cls, long handle, long flags)
static CAFilter
CAFilter. valueOf(NSString value)
Methods in org.robovm.apple.coreanimation that return types with arguments of type CAFilter Modifier and Type Method Description static java.util.List<CAFilter>
CAFilter.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.coreanimation with parameters of type CAFilter Modifier and Type Method Description void
CAEmitterCell. setMagnificationFilter(CAFilter v)
void
CALayer. setMagnificationFilter(CAFilter v)
void
CAEmitterCell. setMinificationFilter(CAFilter v)
void
CALayer. setMinificationFilter(CAFilter v)
static long
CAFilter.Marshaler. toNative(CAFilter o, long flags)
Method parameters in org.robovm.apple.coreanimation with type arguments of type CAFilter Modifier and Type Method Description static long
CAFilter.AsListMarshaler. toNative(java.util.List<CAFilter> l, long flags)
static CAFilter
CAFilter.Marshaler. toObject(java.lang.Class<CAFilter> cls, long handle, long flags)
-