Class RMPaintbot.SetPaintColor

  • Enclosing class:
    RMPaintbot

    public static class RMPaintbot.SetPaintColor
    extends RMPaintbot.Op
    An operation to set paint color.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Color paintColor  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetPaintColor​(java.awt.Color aColor)
      Creates a new SetPaintColor operation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • paintColor

        public java.awt.Color paintColor
    • Constructor Detail

      • SetPaintColor

        public SetPaintColor​(java.awt.Color aColor)
        Creates a new SetPaintColor operation.