public class AWTConverters extends Object implements Converter
| From | To | Reverse |
|---|---|---|
| Dimension | String | yes |
| Font | String | no |
| Insets | String | yes |
| Point | String | yes |
| Rectangle | String | yes |
| Constructor and Description |
|---|
AWTConverters() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Class type,
Object value)
Converts
value to an object of type. |
void |
register(ConverterRegistry registry) |
public void register(ConverterRegistry registry)
Copyright © 2015. All rights reserved.