Class Segment


  • final class Segment
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int P0  
      (package private) int P1  
      (package private) int P2  
      (package private) int P3  
      (package private) int Q0  
      (package private) int Q1  
      (package private) int Q2  
      (package private) int Q3  
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment()  
    • Method Summary

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

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

      • P0

        int P0
      • P1

        int P1
      • P2

        int P2
      • P3

        int P3
      • Q0

        int Q0
      • Q1

        int Q1
      • Q2

        int Q2
      • Q3

        int Q3
    • Constructor Detail

      • Segment

        Segment()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object