public class TransitionActionType extends ActionEventType
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>
| Modifier and Type | Field and Description |
|---|---|
protected OutlineTransitionDirectionType |
direction |
protected Float |
duration |
protected Boolean |
effectDimensionHorizontal |
protected Boolean |
flyAreaOpaque |
protected Integer |
flyScale |
protected Boolean |
motionInward |
protected Integer |
scaling |
protected OutlineTransitionStyleType |
style |
| Constructor and Description |
|---|
TransitionActionType() |
| Modifier and Type | Method and Description |
|---|---|
OutlineTransitionDirectionType |
getDirection()
Gets the value of the direction property.
|
float |
getDuration()
Gets the value of the duration property.
|
int |
getFlyScale()
Gets the value of the flyScale property.
|
int |
getScaling()
Gets the value of the scaling property.
|
OutlineTransitionStyleType |
getStyle()
Gets the value of the style property.
|
boolean |
isEffectDimensionHorizontal()
Gets the value of the effectDimensionHorizontal property.
|
boolean |
isFlyAreaOpaque()
Gets the value of the flyAreaOpaque property.
|
boolean |
isMotionInward()
Gets the value of the motionInward property.
|
boolean |
isSetDirection() |
boolean |
isSetDuration() |
boolean |
isSetEffectDimensionHorizontal() |
boolean |
isSetFlyAreaOpaque() |
boolean |
isSetFlyScale() |
boolean |
isSetMotionInward() |
boolean |
isSetScaling() |
boolean |
isSetStyle() |
void |
setDirection(OutlineTransitionDirectionType value)
Sets the value of the direction property.
|
void |
setDuration(float value)
Sets the value of the duration property.
|
void |
setEffectDimensionHorizontal(boolean value)
Sets the value of the effectDimensionHorizontal property.
|
void |
setFlyAreaOpaque(boolean value)
Sets the value of the flyAreaOpaque property.
|
void |
setFlyScale(int value)
Sets the value of the flyScale property.
|
void |
setMotionInward(boolean value)
Sets the value of the motionInward property.
|
void |
setScaling(int value)
Sets the value of the scaling property.
|
void |
setStyle(OutlineTransitionStyleType value)
Sets the value of the style property.
|
void |
unsetDuration() |
void |
unsetEffectDimensionHorizontal() |
void |
unsetFlyAreaOpaque() |
void |
unsetFlyScale() |
void |
unsetMotionInward() |
void |
unsetScaling() |
protected Integer scaling
protected Boolean effectDimensionHorizontal
protected Boolean motionInward
protected Boolean flyAreaOpaque
protected Integer flyScale
protected OutlineTransitionDirectionType direction
protected OutlineTransitionStyleType style
protected Float duration
public int getScaling()
Integerpublic void setScaling(int value)
value - allowed object is
Integerpublic boolean isSetScaling()
public void unsetScaling()
public boolean isEffectDimensionHorizontal()
Booleanpublic void setEffectDimensionHorizontal(boolean value)
value - allowed object is
Booleanpublic boolean isSetEffectDimensionHorizontal()
public void unsetEffectDimensionHorizontal()
public boolean isMotionInward()
Booleanpublic void setMotionInward(boolean value)
value - allowed object is
Booleanpublic boolean isSetMotionInward()
public void unsetMotionInward()
public boolean isFlyAreaOpaque()
Booleanpublic void setFlyAreaOpaque(boolean value)
value - allowed object is
Booleanpublic boolean isSetFlyAreaOpaque()
public void unsetFlyAreaOpaque()
public int getFlyScale()
Integerpublic void setFlyScale(int value)
value - allowed object is
Integerpublic boolean isSetFlyScale()
public void unsetFlyScale()
public OutlineTransitionDirectionType getDirection()
OutlineTransitionDirectionTypepublic void setDirection(OutlineTransitionDirectionType value)
value - allowed object is
OutlineTransitionDirectionTypepublic boolean isSetDirection()
public OutlineTransitionStyleType getStyle()
OutlineTransitionStyleTypepublic void setStyle(OutlineTransitionStyleType value)
value - allowed object is
OutlineTransitionStyleTypepublic boolean isSetStyle()
public float getDuration()
Floatpublic void setDuration(float value)
value - allowed object is
Floatpublic boolean isSetDuration()
public void unsetDuration()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.