Class PdfTransition

java.lang.Object
com.aowagie.text.pdf.PdfTransition

public class PdfTransition extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final int
    Vertical Blinds
    private static final int
    Vertical Blinds
    private static final int
    Bottom-Top Wipe
    private static final int
    Diagonal Glitter
    private static final int
    Dissolve
    private final int
    duration of the transition effect
    private static final int
    Inward Box
    private static final int
    Left-Right Glitter
    private static final int
    Left-Right Wipe
    private static final int
    Outward Box
    private static final int
    Right-Left Wipe
    private static final int
    IN Horizontal Split
    private static final int
    Out Horizontal Split
    private static final int
    In Vertical Split
    private static final int
    Out Vertical Split
    private static final int
    Top-Bottom Glitter
    private static final int
    Top-Bottom Wipe
    private final int
    type of the transition effect
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    Constructs a Transition.
    private
    PdfTransition(int type)
    Constructs a Transition.
    private
    PdfTransition(int type, int duration)
    Constructs a Transition.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
     
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PdfTransition

      public PdfTransition()
      Constructs a Transition.
    • PdfTransition

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

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

    • getDuration

      public int getDuration()
    • getType

      public int getType()
    • getTransitionDictionary

      public PdfDictionary getTransitionDictionary()