public class InsetsProperty extends ValueHandlerProperty
Insets
.Constructor and Description |
---|
InsetsProperty(PropertyGroup group,
java.lang.String name,
java.lang.String description,
PropertyValueHandler valueStorage) |
Modifier and Type | Method and Description |
---|---|
java.awt.Insets |
get(java.lang.Object valueContainer)
Returns the insets value of this property in a value container.
|
void |
set(java.lang.Object valueContainer,
java.awt.Insets insets)
Sets the insets value of this property in a value container.
|
getValue, removeValue, setValue, valueIsRemovable, valueIsSet
canBeAssiged, getDescription, getGroup, getName, getType, isMutable, toString
public InsetsProperty(PropertyGroup group, java.lang.String name, java.lang.String description, PropertyValueHandler valueStorage)
public java.awt.Insets get(java.lang.Object valueContainer)
valueContainer
- the value containerpublic void set(java.lang.Object valueContainer, java.awt.Insets insets)
valueContainer
- the value containerinsets
- the insets value