Class Marker


  • public class Marker
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Marker​(java.lang.String name, float startFrame, float durationFrames)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matchesName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startFrame

        public final float startFrame
      • durationFrames

        public final float durationFrames
    • Constructor Detail

      • Marker

        public Marker​(java.lang.String name,
                      float startFrame,
                      float durationFrames)
    • Method Detail

      • matchesName

        public boolean matchesName​(java.lang.String name)