Class ConfusionMatrixPanel.LocationInfo

  • Enclosing class:
    ConfusionMatrixPanel

    public static class ConfusionMatrixPanel.LocationInfo
    extends java.lang.Object
    Contains information on what was at the point
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int col  
      boolean insideMatrix  
      int row  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocationInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • insideMatrix

        public boolean insideMatrix
      • row

        public int row
      • col

        public int col
    • Constructor Detail

      • LocationInfo

        public LocationInfo()