Class BorderProperty

All Implemented Interfaces:
Property

public class BorderProperty extends ValueHandlerProperty
A property of type Border.
  • Constructor Details

    • BorderProperty

      public BorderProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
      Constructor.
      Parameters:
      group - the property group
      name - the property name
      description - the property description
      valueHandler - handles values for this property
  • Method Details

    • get

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

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