Class AlphaAnimations

  • All Implemented Interfaces:
    Animation

    public class AlphaAnimations
    extends java.lang.Object
    implements Animation
    AlphaAnimation 의 줌레벨 별 집합을 나타내는 클래스. Label 의 알파 값에 대한 애니메이션을 정의한다.
    • Method Detail

      • setInitAlpha

        public AlphaAnimations setInitAlpha​(float alpha)
        애니메이션 시작 시 알파 값을 설정한다.
        Parameters:
        alpha - 알파 값 (0.0 ~ 1.0)
        Returns:
        AlphaAnimations 객체
      • getInitAlpha

        public float getInitAlpha()
        애니메이션 시작 시 알파 값.
        Returns:
        알파 값 (0.0 ~ 1.0)
      • setHideLabelAtStop

        public AlphaAnimations setHideLabelAtStop​(boolean hideLabelAtStop)
        애니메이션 종료 시 Label 을 숨길지 여부를 설정한다.
        Parameters:
        hideLabelAtStop - 애니메이션 종료 시 Label 을 숨길지 여부
        Returns:
        AlphaAnimations 객체
      • isHideLabelAtStop

        public boolean isHideLabelAtStop()
        애니메이션 종료 시 Label 을 숨길지 여부를 가져온다.
        Returns:
        애니메이션 종료 시 Label 을 숨길지 여부
      • setRemoveLabelAtStop

        public AlphaAnimations setRemoveLabelAtStop​(boolean removeLabelAtStop)
        애니메이션 종료 시 Label 을 제거할지 여부를 설정한다.
        Parameters:
        removeLabelAtStop - 애니메이션 종료 시 Label 을 제거할지 여부
        Returns:
        AlphaAnimations 객체
      • isRemoveLabelAtStop

        public boolean isRemoveLabelAtStop()
        애니메이션 종료 시 Label 을 제거할지 여부를 가져온다.
        Returns:
        애니메이션 종료 시 Label 을 제거할지 여부
      • setResetToInitialState

        public AlphaAnimations setResetToInitialState​(boolean resetToInitialState)
        애니메이션 종료 시 Label 의 알파 값을 초기화할지 여부를 설정한다.
        Parameters:
        resetToInitialState - 애니메이션 종료 시 Label 의 알파 값을 초기화할지 여부
        Returns:
        AlphaAnimations 객체
      • isResetToInitialState

        public boolean isResetToInitialState()
        애니메이션 종료 시 Label 의 알파 값을 초기화할지 여부를 가져온다.
        Returns:
        애니메이션 종료 시 Label 의 알파 값을 초기화할지 여부
      • getAlphaAnimationCount

        public int getAlphaAnimationCount()
        추가 된 AlphaAnimation 의 개수를 가져온다.
        Returns:
        추가 된 AlphaAnimation 의 개수
      • getId

        public java.lang.String getId()
        애니메이션의 Id 를 가져온다.
        Specified by:
        getId in interface Animation
        Returns:
        애니메이션의 Id