Interface AttributeWritePosition

All Superinterfaces:
AttributeReadPosition
All Known Subinterfaces:
AttributeWritePositionRange

public interface AttributeWritePosition extends AttributeReadPosition
Interface to read and write a position with X and Y coordinates.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    setPosition(double x, double y)
    This method sets the position of the widget.
    void
    setX(double x)
     
    void
    setY(double y)
     

    Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadPosition

    getX, getY