net.infonode.properties.types
Class FontProperty
java.lang.Object
net.infonode.properties.util.AbstractProperty
net.infonode.properties.util.ValueHandlerProperty
net.infonode.properties.types.FontProperty
- All Implemented Interfaces:
- Property
- public class FontProperty
- extends ValueHandlerProperty
A property of type Font
.
- Version:
- $Revision: 1.7 $
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. |
FontProperty
public FontProperty(PropertyGroup group,
String name,
String description,
PropertyValueHandler valueHandler)
- Constructor.
- Parameters:
group
- the property groupname
- the property namedescription
- the property descriptionvalueHandler
- handles values for this property
get
public Font get(Object valueContainer)
- Returns the font value of this property in a value container.
- Parameters:
valueContainer
- the value container
- Returns:
- the font value of this property
set
public void set(Object valueContainer,
Font font)
- Sets the font value of this property in a value container.
- Parameters:
valueContainer
- the value containerfont
- the font value
Copyright © 2007 NNL Technology AB. All Rights Reserved.