- All Known Implementing Classes:
Animation2D
- Enclosing interface:
- ISWriterOps
public static interface ISWriterOps.AnimationParameters
Interface for classes that provide the parameters needed
to configure an image sequence writer by providing a width,
height, and frame rate.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Get the frame rate parameter for an object used to configure an instance of ISWriterOps.int
Get the height parameter for an object used to configure an instance of ISWriterOps.int
Get the width parameter for an object used to configure an instance of ISWriterOps.
-
Method Details
-
getWidthAsInt
int getWidthAsInt()Get the width parameter for an object used to configure an instance of ISWriterOps.- Returns:
- the width
-
getHeightAsInt
int getHeightAsInt()Get the height parameter for an object used to configure an instance of ISWriterOps.- Returns:
- the height
-
getFrameRate
double getFrameRate()Get the frame rate parameter for an object used to configure an instance of ISWriterOps.- Returns:
- the frame rate
-