Class Section
java.lang.Object
dev.kosmx.playerAnim.core.data.quarktool.Section
- All Implemented Interfaces:
Playable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetLine()@Nullable PlayableintplayBackward(int time) intplayForward(int time) voidsetMoveOperator(Playable object)
-
Field Details
-
isForward
public boolean isForward -
elements
-
-
Constructor Details
-
Section
- Throws:
QuarkParsingError
-
-
Method Details
-
setMoveOperator
- Throws:
QuarkParsingError
-
getLine
public int getLine() -
getMoveOperator
-
playForward
- Specified by:
playForwardin interfacePlayable- Throws:
QuarkParsingError
-
playBackward
- Specified by:
playBackwardin interfacePlayable- Throws:
QuarkParsingError
-