Class Covdet.VlFrameEllipse

  • Enclosing class:
    Covdet

    class Covdet.VlFrameEllipse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float e11
      < center y-coordinate
      (package private) float e12
      <
      (package private) float e22  
      (package private) float x  
      (package private) float y
      < center x-coordinate
    • Constructor Summary

      Constructors 
      Constructor Description
      VlFrameEllipse()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • x

        float x
      • y

        float y
        < center x-coordinate
      • e11

        float e11
        < center y-coordinate
      • e12

        float e12
        <
      • e22

        float e22
    • Constructor Detail

      • VlFrameEllipse

        VlFrameEllipse()