Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Publish::Animation Class Reference

The Publish::Animation class is a concept class for animation-related enumerations. More...

#include <sprk_publish.h>

Public Types

enum  Style {
  Style::None,
  Style::Loop,
  Style::Bounce
}
 Enumerates the animation styles for an ArtworkKit. More...
 

Private Member Functions

 Animation ()
 Private default constructor to prevent instantiation. More...
 

Detailed Description

The Publish::Animation class is a concept class for animation-related enumerations.

Member Enumeration Documentation

◆ Style

Enumerates the animation styles for an ArtworkKit.

Enumerator
None 

Reader does not control the animation allowing it to be driven through other means, e.g., JavaScript (kA3DPDFAnimStyleNoAnimation).

Loop 

Reader loops through the animation continuously (kA3DPDFAnimStyleLoop).

Bounce 

Reader plays the animation forwards and backward continuously (kA3DPDFAnimStyleBounce).

Constructor & Destructor Documentation

◆ Animation()

HPS::Publish::Animation::Animation ( )
private

Private default constructor to prevent instantiation.


The documentation for this class was generated from the following file: