Uses of Interface
org.pentaho.reporting.libraries.serializer.SerializeMethod

Packages that use SerializeMethod
org.pentaho.reporting.libraries.serializer   
org.pentaho.reporting.libraries.serializer.methods Handler classes for the SerizalizeHelper. 
 

Uses of SerializeMethod in org.pentaho.reporting.libraries.serializer
 

Methods in org.pentaho.reporting.libraries.serializer with parameters of type SerializeMethod
 void SerializerHelper.registerMethod(SerializeMethod method)
          Registers a new SerializeMethod with this SerializerHelper.
 void SerializerHelper.unregisterMethod(SerializeMethod method)
          Deregisters a new SerializeMethod with this SerializerHelper.
 

Uses of SerializeMethod in org.pentaho.reporting.libraries.serializer.methods
 

Classes in org.pentaho.reporting.libraries.serializer.methods that implement SerializeMethod
 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.