public class InsetsConverter extends Object implements Converter
InsetsConverter
class defines a converter that creates Insets objects based on a provided String.
Insets
,
ConverterLibrary
Modifier and Type | Field and Description |
---|---|
static Class |
TEMPLATE
converter's return type
|
Constructor and Description |
---|
InsetsConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Class type,
Attribute attr,
Localizer localizer)
Converts a Strings into an Insets object
|
Class |
convertsTo()
A
Converters conversTo method informs about the Class type the converter
is returning when its convert method is called |
public static final Class TEMPLATE
public Object convert(Class type, Attribute attr, Localizer localizer)
public Class convertsTo()
Converters
conversTo method informs about the Class type the converter
is returning when its convert
method is calledconvertsTo
in interface Converter
Class
- the Class the converter is returning when its convert method is calledCopyright (c) 2002 - 2014 - Wolf Paulus - wolfpaulus.com. All rights reserved.