Class PdfTransition


  • public class PdfTransition
    extends java.lang.Object
    • Constructor Detail

      • PdfTransition

        public PdfTransition()
        Constructs a Transition.
      • PdfTransition

        public PdfTransition​(int type)
        Constructs a Transition.
        Parameters:
        type - type of the transition effect
      • PdfTransition

        public PdfTransition​(int type,
                             int duration)
        Constructs a Transition.
        Parameters:
        type - type of the transition effect
        duration - duration of the transition effect
    • Method Detail

      • getDuration

        public int getDuration()
      • getType

        public int getType()
      • getTransitionDictionary

        public PdfDictionary getTransitionDictionary()