Package net.infonode.properties.types
Class InsetsProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.InsetsProperty
- All Implemented Interfaces:
Property
A property of type
Insets
.-
Constructor Summary
ConstructorsConstructorDescriptionInsetsProperty
(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage) -
Method Summary
Methods inherited from class net.infonode.properties.util.ValueHandlerProperty
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
Methods inherited from class net.infonode.properties.util.AbstractProperty
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
-
Constructor Details
-
InsetsProperty
public InsetsProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)
-
-
Method Details
-
get
Returns the insets value of this property in a value container.- Parameters:
valueContainer
- the value container- Returns:
- the insets value of this property
-
set
Sets the insets value of this property in a value container.- Parameters:
valueContainer
- the value containerinsets
- the insets value
-