Class SetPropertyWithPositionCommand

  • All Implemented Interfaces:
    Command

    public class SetPropertyWithPositionCommand
    extends SetPropertyCommand
    The set property with position command class
    • Field Detail

      • x

        protected int x
      • y

        protected int y
    • Constructor Detail

      • SetPropertyWithPositionCommand

        public SetPropertyWithPositionCommand​(Element element,
                                              String property,
                                              Object value,
                                              int x,
                                              int y)
        Constructor
        Parameters:
        element - - The element
        property - - The property
        value - - The value
        x - - The x value
        y - - The y value