public class BoundingBoxStringConverter extends Object implements StringConverter<BoundingBox>
| Constructor and Description |
|---|
BoundingBoxStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<BoundingBox> |
getConvertedClass() |
boolean |
requiresQuotes() |
BoundingBox |
toObject(Object value) |
BoundingBox |
toObject(String string) |
String |
toString(Object value) |
public Class<BoundingBox> getConvertedClass()
getConvertedClass in interface StringConverter<BoundingBox>public boolean requiresQuotes()
requiresQuotes in interface StringConverter<BoundingBox>public BoundingBox toObject(Object value)
toObject in interface StringConverter<BoundingBox>public BoundingBox toObject(String string)
toObject in interface StringConverter<BoundingBox>public String toString(Object value)
toString in interface StringConverter<BoundingBox>Copyright © 2015 Revolution Systems Inc.. All rights reserved.