Class RMPaintbot.SetStrokeWidth

  • Enclosing class:
    RMPaintbot

    public static class RMPaintbot.SetStrokeWidth
    extends RMPaintbot.Op
    An operation to set stroke width.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float strokeWidth  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetStrokeWidth​(double aWidth)
      Creates a new SetStrokeWidth operation.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • strokeWidth

        public float strokeWidth
    • Constructor Detail

      • SetStrokeWidth

        public SetStrokeWidth​(double aWidth)
        Creates a new SetStrokeWidth operation.