Package yarp

Class PixelRgbInt


  • public class PixelRgbInt
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        PixelRgbInt()  
        PixelRgbInt​(int n_r, int n_g, int n_b)  
      protected PixelRgbInt​(long cPtr, boolean cMemoryOwn)  
    • Field Detail

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • PixelRgbInt

        protected PixelRgbInt​(long cPtr,
                              boolean cMemoryOwn)
      • PixelRgbInt

        public PixelRgbInt()
      • PixelRgbInt

        public PixelRgbInt​(int n_r,
                           int n_g,
                           int n_b)
    • Method Detail

      • getCPtr

        protected static long getCPtr​(PixelRgbInt obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • setR

        public void setR​(int value)
      • getR

        public int getR()
      • setG

        public void setG​(int value)
      • getG

        public int getG()
      • setB

        public void setB​(int value)
      • getB

        public int getB()