![JAR search and dependency download from the Maven repository](/logo.png)
com.bugvm.apple.coreanimation.CAKeyframeAnimation Maven / Gradle / Ivy
/*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.bugvm.apple.coreanimation;
/**/
import java.io.*;
import java.nio.*;
import java.util.*;
import com.bugvm.objc.*;
import com.bugvm.objc.annotation.*;
import com.bugvm.objc.block.*;
import com.bugvm.rt.*;
import com.bugvm.rt.annotation.*;
import com.bugvm.rt.bro.*;
import com.bugvm.rt.bro.annotation.*;
import com.bugvm.rt.bro.ptr.*;
import com.bugvm.apple.foundation.*;
import com.bugvm.apple.coregraphics.*;
import com.bugvm.apple.coreimage.*;
import com.bugvm.apple.coretext.*;
import com.bugvm.apple.opengles.*;
import com.bugvm.apple.metal.*;
/* */
/**/
/* */
/**/@Library("QuartzCore") @NativeClass/* */
/**/public/* */ class /**/CAKeyframeAnimation/* */
extends /**/CAPropertyAnimation/* */
/**//* */ {
/**/public static class CAKeyframeAnimationPtr extends Ptr {}/* */
/**/static { ObjCRuntime.bind(CAKeyframeAnimation.class); }/* */
/**//* */
/**/
public CAKeyframeAnimation() {}
protected CAKeyframeAnimation(SkipInit skipInit) { super(skipInit); }
/* */
public CAKeyframeAnimation(String path) {
super(create(path));
retain(getHandle());
}
/**/
@Property(selector = "values")
public native NSArray getValues();
@Property(selector = "setValues:")
public native void setValues(NSArray v);
@Property(selector = "path")
public native CGPath getPath();
@Property(selector = "setPath:")
public native void setPath(CGPath v);
@Property(selector = "keyTimes")
public native NSArray getKeyTimes();
@Property(selector = "setKeyTimes:")
public native void setKeyTimes(NSArray v);
@Property(selector = "timingFunctions")
public native NSArray getTimingFunctions();
@Property(selector = "setTimingFunctions:")
public native void setTimingFunctions(NSArray v);
@Property(selector = "calculationMode")
public native CAAnimationCalculationMode getCalculationMode();
@Property(selector = "setCalculationMode:")
public native void setCalculationMode(CAAnimationCalculationMode v);
@Property(selector = "tensionValues")
public native NSArray getTensionValues();
@Property(selector = "setTensionValues:")
public native void setTensionValues(NSArray v);
@Property(selector = "continuityValues")
public native NSArray getContinuityValues();
@Property(selector = "setContinuityValues:")
public native void setContinuityValues(NSArray v);
@Property(selector = "biasValues")
public native NSArray getBiasValues();
@Property(selector = "setBiasValues:")
public native void setBiasValues(NSArray v);
@Property(selector = "rotationMode")
public native CAAnimationRotationMode getRotationMode();
@Property(selector = "setRotationMode:")
public native void setRotationMode(CAAnimationRotationMode v);
/* */
/**//* */
@Method(selector = "animationWithKeyPath:")
protected static native @Pointer long create(String path);
/**/
/* */
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy