Class KeyCycle
- java.lang.Object
-
- androidx.constraintlayout.core.dsl.Keys
-
- androidx.constraintlayout.core.dsl.KeyAttribute
-
- androidx.constraintlayout.core.dsl.KeyCycle
-
public class KeyCycle extends KeyAttribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyCycle.Wave-
Nested classes/interfaces inherited from class androidx.constraintlayout.core.dsl.KeyAttribute
KeyAttribute.Fit, KeyAttribute.Visibility
-
-
Field Summary
-
Fields inherited from class androidx.constraintlayout.core.dsl.KeyAttribute
TYPE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidattributesToString(java.lang.StringBuilder builder)floatgetOffset()floatgetPeriod()floatgetPhase()KeyCycle.WavegetShape()voidsetOffset(float waveOffset)voidsetPeriod(float wavePeriod)voidsetPhase(float wavePhase)voidsetShape(KeyCycle.Wave waveShape)-
Methods inherited from class androidx.constraintlayout.core.dsl.KeyAttribute
getAlpha, getCurveFit, getPivotX, getPivotY, getRotation, getRotationX, getRotationY, getScaleX, getScaleY, getTarget, getTransitionEasing, getTransitionPathRotate, getTranslationX, getTranslationY, getTranslationZ, getVisibility, setAlpha, setCurveFit, setPivotX, setPivotY, setRotation, setRotationX, setRotationY, setScaleX, setScaleY, setTarget, setTransitionEasing, setTransitionPathRotate, setTranslationX, setTranslationY, setTranslationZ, setVisibility, toString
-
-
-
-
Method Detail
-
getShape
public KeyCycle.Wave getShape()
-
setShape
public void setShape(KeyCycle.Wave waveShape)
-
getPeriod
public float getPeriod()
-
setPeriod
public void setPeriod(float wavePeriod)
-
getOffset
public float getOffset()
-
setOffset
public void setOffset(float waveOffset)
-
getPhase
public float getPhase()
-
setPhase
public void setPhase(float wavePhase)
-
attributesToString
protected void attributesToString(java.lang.StringBuilder builder)
- Overrides:
attributesToStringin classKeyAttribute
-
-