Class TransitionActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected OutlineTransitionDirectionTypedirectionprotected Floatdurationprotected BooleaneffectDimensionHorizontalprotected BooleanflyAreaOpaqueprotected IntegerflyScaleprotected BooleanmotionInwardprotected Integerscalingprotected OutlineTransitionStyleTypestyle
-
Constructor Summary
Constructors Constructor Description TransitionActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutlineTransitionDirectionTypegetDirection()Gets the value of the direction property.floatgetDuration()Gets the value of the duration property.intgetFlyScale()Gets the value of the flyScale property.intgetScaling()Gets the value of the scaling property.OutlineTransitionStyleTypegetStyle()Gets the value of the style property.booleanisEffectDimensionHorizontal()Gets the value of the effectDimensionHorizontal property.booleanisFlyAreaOpaque()Gets the value of the flyAreaOpaque property.booleanisMotionInward()Gets the value of the motionInward property.booleanisSetDirection()booleanisSetDuration()booleanisSetEffectDimensionHorizontal()booleanisSetFlyAreaOpaque()booleanisSetFlyScale()booleanisSetMotionInward()booleanisSetScaling()booleanisSetStyle()voidsetDirection(OutlineTransitionDirectionType value)Sets the value of the direction property.voidsetDuration(float value)Sets the value of the duration property.voidsetEffectDimensionHorizontal(boolean value)Sets the value of the effectDimensionHorizontal property.voidsetFlyAreaOpaque(boolean value)Sets the value of the flyAreaOpaque property.voidsetFlyScale(int value)Sets the value of the flyScale property.voidsetMotionInward(boolean value)Sets the value of the motionInward property.voidsetScaling(int value)Sets the value of the scaling property.voidsetStyle(OutlineTransitionStyleType value)Sets the value of the style property.voidunsetDuration()voidunsetEffectDimensionHorizontal()voidunsetFlyAreaOpaque()voidunsetFlyScale()voidunsetMotionInward()voidunsetScaling()
-
-
-
Field Detail
-
scaling
protected Integer scaling
-
effectDimensionHorizontal
protected Boolean effectDimensionHorizontal
-
motionInward
protected Boolean motionInward
-
flyAreaOpaque
protected Boolean flyAreaOpaque
-
flyScale
protected Integer flyScale
-
direction
protected OutlineTransitionDirectionType direction
-
style
protected OutlineTransitionStyleType style
-
duration
protected Float duration
-
-
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 isInteger
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isInteger
-
isSetFlyScale
public boolean isSetFlyScale()
-
unsetFlyScale
public void unsetFlyScale()
-
getDirection
public OutlineTransitionDirectionType getDirection()
Gets the value of the direction property.- Returns:
- possible object is
OutlineTransitionDirectionType
-
setDirection
public void setDirection(OutlineTransitionDirectionType value)
Sets the value of the direction property.- Parameters:
value- allowed object isOutlineTransitionDirectionType
-
isSetDirection
public boolean isSetDirection()
-
getStyle
public OutlineTransitionStyleType getStyle()
Gets the value of the style property.- Returns:
- possible object is
OutlineTransitionStyleType
-
setStyle
public void setStyle(OutlineTransitionStyleType value)
Sets the value of the style property.- Parameters:
value- allowed object isOutlineTransitionStyleType
-
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 isFloat
-
isSetDuration
public boolean isSetDuration()
-
unsetDuration
public void unsetDuration()
-
-