Class AbstractLensSupport.LensControls

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Paint getPaint()  
      void paint​(java.awt.Graphics g)  
      void setPaint​(java.awt.Paint paint)  
      boolean useTransform()  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getPaint

        public java.awt.Paint getPaint()
        Returns:
        the paint
      • setPaint

        public void setPaint​(java.awt.Paint paint)
        Parameters:
        paint - the paint to set