net.infonode.properties.types

Class InsetsProperty

public class InsetsProperty extends ValueHandlerProperty

A property of type Insets.

Version: $Revision: 1.7 $

Author: $Author: jesper $

Constructor Summary
InsetsProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)
Method Summary
Insetsget(Object valueContainer)
Returns the insets value of this property in a value container.
voidset(Object valueContainer, Insets insets)
Sets the insets value of this property in a value container.

Constructor Detail

InsetsProperty

public InsetsProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)

Method Detail

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