Class Segment


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

      Constructors 
      Constructor Description
      Segment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFrame()  
      int getFrom()  
      int getTo()  
      void setFrame​(java.lang.String frame)  
      void setFrom​(int from)  
      void setTo​(int to)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Segment

        public Segment()
    • Method Detail

      • getFrom

        public int getFrom()
      • setFrom

        public void setFrom​(int from)
      • getTo

        public int getTo()
      • setTo

        public void setTo​(int to)
      • getFrame

        public java.lang.String getFrame()
      • setFrame

        public void setFrame​(java.lang.String frame)