| Interface | Description |
|---|---|
| AliasProvider |
This interface notifies that implementing class can provide its aliases through static method "provideAliases".
|
| StrokeConverterSupport<T extends Stroke> |
Simple interface for simple stroke XML conversion implementations.
|
| Class | Description |
|---|---|
| BasicStrokeConverterSupport |
Conversion support for
BasicStroke. |
| ClassConverter |
Custom XStream converter for
Class. |
| ColorConverter |
Custom XStream converter for
Color. |
| ConverterContext |
Custom context for passing
ThreadLocal settings for XStream converters. |
| DimensionConverter |
Custom XStream converter for
Dimension. |
| FontConverter |
Custom XStream converter for
Font. |
| InsetsConverter |
Custom XStream converter for
Insets. |
| ListToStringConverter | |
| LocaleConverter |
Custom XStream converter for
Locale. |
| PasswordConverter |
Custom XStream converter for serialized passwords.
|
| Point2DConverter |
Custom XStream converter for
Point2D. |
| PointConverter |
Custom XStream converter for
Point. |
| RectangleConverter |
Custom XStream converter for
Rectangle. |
| ScaleConverter |
Custom XStream converter for
Scale. |
| SimpleArrayConverter |
Custom converter for arrays with simple values.
|
| StrokeConverter |
Custom
Stroke object converter. |
| XMLChar |
This class defines the basic XML character properties.
|
| XmlDriver |
Custom
HierarchicalStreamDriver based on StaxDriver. |
| XStreamContext |
Custom
DataHolder used to provide XStream marshalling context data. |
| Exception | Description |
|---|---|
| XmlException |
Special exception class used to display various problems occuring in XML-related utility classes.
|
Copyright © 2020. All rights reserved.