Class MMCQ.VBox

  • Enclosing class:
    MMCQ

    public static class MMCQ.VBox
    extends java.lang.Object
    3D color space box.
    • Constructor Summary

      Constructors 
      Constructor Description
      VBox​(int r1, int r2, int g1, int g2, int b1, int b2, int[] histo)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int[] avg​(boolean force)  
      MMCQ.VBox clone()  
      boolean contains​(int[] pixel)  
      int count​(boolean force)  
      java.lang.String toString()  
      int volume​(boolean force)  
      • Methods inherited from class java.lang.Object

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

      • VBox

        public VBox​(int r1,
                    int r2,
                    int g1,
                    int g2,
                    int b1,
                    int b2,
                    int[] histo)
    • Method Detail

      • toString

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

        public int volume​(boolean force)
      • count

        public int count​(boolean force)
      • clone

        public MMCQ.VBox clone()
        Overrides:
        clone in class java.lang.Object
      • avg

        public int[] avg​(boolean force)
      • contains

        public boolean contains​(int[] pixel)