Class TransitionActionType


  • public class TransitionActionType
    extends ActionEventType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The setTransition action shows the changes that result from the actions with the use of the defined transition animation.</p>
     

    Java class for TransitionActionType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="TransitionActionType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType">
           <attribute name="scaling" default="100">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="effectDimensionHorizontal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="motionInward" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="flyAreaOpaque" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="flyScale" default="100">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="6400"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="direction" type="{http://schema.webpdf.de/1.0/operation}OutlineTransitionDirectionType" default="leftToRight" />
           <attribute name="style" type="{http://schema.webpdf.de/1.0/operation}OutlineTransitionStyleType" default="none" />
           <attribute name="duration" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TransitionActionType

        public TransitionActionType()
    • Method Detail

      • getScaling

        public int getScaling()
        Gets the value of the scaling property.
        Returns:
        possible object is Integer
      • setScaling

        public void setScaling​(int value)
        Sets the value of the scaling property.
        Parameters:
        value - allowed object is Integer
      • isSetScaling

        public boolean isSetScaling()
      • unsetScaling

        public void unsetScaling()
      • isEffectDimensionHorizontal

        public boolean isEffectDimensionHorizontal()
        Gets the value of the effectDimensionHorizontal property.
        Returns:
        possible object is Boolean
      • setEffectDimensionHorizontal

        public void setEffectDimensionHorizontal​(boolean value)
        Sets the value of the effectDimensionHorizontal property.
        Parameters:
        value - allowed object is Boolean
      • isSetEffectDimensionHorizontal

        public boolean isSetEffectDimensionHorizontal()
      • unsetEffectDimensionHorizontal

        public void unsetEffectDimensionHorizontal()
      • isMotionInward

        public boolean isMotionInward()
        Gets the value of the motionInward property.
        Returns:
        possible object is Boolean
      • setMotionInward

        public void setMotionInward​(boolean value)
        Sets the value of the motionInward property.
        Parameters:
        value - allowed object is Boolean
      • isSetMotionInward

        public boolean isSetMotionInward()
      • unsetMotionInward

        public void unsetMotionInward()
      • isFlyAreaOpaque

        public boolean isFlyAreaOpaque()
        Gets the value of the flyAreaOpaque property.
        Returns:
        possible object is Boolean
      • setFlyAreaOpaque

        public void setFlyAreaOpaque​(boolean value)
        Sets the value of the flyAreaOpaque property.
        Parameters:
        value - allowed object is Boolean
      • isSetFlyAreaOpaque

        public boolean isSetFlyAreaOpaque()
      • unsetFlyAreaOpaque

        public void unsetFlyAreaOpaque()
      • getFlyScale

        public int getFlyScale()
        Gets the value of the flyScale property.
        Returns:
        possible object is Integer
      • setFlyScale

        public void setFlyScale​(int value)
        Sets the value of the flyScale property.
        Parameters:
        value - allowed object is Integer
      • isSetFlyScale

        public boolean isSetFlyScale()
      • unsetFlyScale

        public void unsetFlyScale()
      • isSetDirection

        public boolean isSetDirection()
      • isSetStyle

        public boolean isSetStyle()
      • getDuration

        public float getDuration()
        Gets the value of the duration property.
        Returns:
        possible object is Float
      • setDuration

        public void setDuration​(float value)
        Sets the value of the duration property.
        Parameters:
        value - allowed object is Float
      • isSetDuration

        public boolean isSetDuration()
      • unsetDuration

        public void unsetDuration()