Package | Description |
---|---|
org.pentaho.reporting.libraries.serializer | |
org.pentaho.reporting.libraries.serializer.methods |
Handler classes for the SerizalizeHelper.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SerializerHelper.registerMethod(SerializeMethod method) |
Registers a new SerializeMethod with this SerializerHelper.
|
void |
SerializerHelper.unregisterMethod(SerializeMethod method) |
Deregisters a new SerializeMethod with this SerializerHelper.
|
Modifier and Type | Class | Description |
---|---|---|
class |
Arc2DSerializer |
A serialize-Method for Arc-2D Shapes.
|
class |
AttributedStringSerializer |
A serializer-method to serialize and deserialize attributed-strings.
|
class |
BasicStrokeSerializer |
A SerializeMethod implementation that handles BasicStrokes.
|
class |
Dimension2DSerializer |
A SerializeMethod implementation that handles Dimension2D objects.
|
class |
Ellipse2DSerializer |
A SerializeMethod implementation that handles Ellipse2D objects.
|
class |
GeneralPathSerializer |
A serialize method that handles java.awt.geom.GeneralPath objects.
|
class |
GradientPaintSerializer |
SerializeMethod for GradientPaint objects.
|
class |
Line2DSerializer |
A SerializeMethod implementation that handles Line2D objects.
|
class |
PageFormatSerializer |
A SerializeMethod implementation that handles PageFormat objects.
|
class |
Point2DSerializer |
A SerializeMethod implementation that handles Point2D objects.
|
class |
Rectangle2DSerializer |
A SerializeMethod implementation that handles Rectangle2D objects.
|
class |
RoundRectangle2DSerializer |
A SerializeMethod implementation that handles Rectangle2D objects.
|