net.infonode.properties.types
public class FontProperty extends ValueHandlerProperty
Version: $Revision: 1.7 $
Constructor Summary | |
---|---|
FontProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueHandler)
Constructor.
|
Method Summary | |
---|---|
Font | get(Object valueContainer)
Returns the font value of this property in a value container.
|
void | set(Object valueContainer, Font font)
Sets the font value of this property in a value container.
|
Parameters: group the property group name the property name description the property description valueHandler handles values for this property
Parameters: valueContainer the value container
Returns: the font value of this property
Parameters: valueContainer the value container font the font value