Class InsetsProperty

All Implemented Interfaces:
Property

public class InsetsProperty extends ValueHandlerProperty
A property of type Insets.
  • Constructor Details

  • Method Details

    • get

      public Insets get(Object valueContainer)
      Returns the insets value of this property in a value container.
      Parameters:
      valueContainer - the value container
      Returns:
      the insets value of this property
    • set

      public void set(Object valueContainer, Insets insets)
      Sets the insets value of this property in a value container.
      Parameters:
      valueContainer - the value container
      insets - the insets value