Class RigidShapeBuilder.EditMode

  • Enclosing class:
    RigidShapeBuilder

    protected static class RigidShapeBuilder.EditMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String mode  
      protected int shortcut  
    • Constructor Summary

      Constructors 
      Constructor Description
      EditMode​(java.lang.String mode, int shortcut)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMode()  
      int getShortcut()  
      • Methods inherited from class java.lang.Object

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

      • mode

        protected java.lang.String mode
      • shortcut

        protected int shortcut
    • Constructor Detail

      • EditMode

        public EditMode​(java.lang.String mode,
                        int shortcut)
    • Method Detail

      • getMode

        public java.lang.String getMode()
      • getShortcut

        public int getShortcut()