Uses of Interface
org.pentaho.reporting.libraries.serializer.SerializeMethod
Packages that use SerializeMethod
Package
Description
-
Uses of SerializeMethod in org.pentaho.reporting.libraries.serializer
Methods in org.pentaho.reporting.libraries.serializer that return SerializeMethodModifier and TypeMethodDescriptionprotected SerializeMethod
SerializerHelper.getSerializer
(Class c) Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.protected SerializeMethod
SerializerHelper.getSuperClassObjectDescription
(Class d) Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.Methods in org.pentaho.reporting.libraries.serializer with parameters of type SerializeMethodModifier and TypeMethodDescriptionvoid
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 SerializeMethodModifier and TypeClassDescriptionclass
A serialize-Method for Arc-2D Shapes.class
A serializer-method to serialize and deserialize attributed-strings.class
A SerializeMethod implementation that handles BasicStrokes.class
A SerializeMethod implementation that handles Dimension2D objects.class
A SerializeMethod implementation that handles Ellipse2D objects.class
A serialize method that handles java.awt.geom.GeneralPath objects.class
SerializeMethod for GradientPaint objects.class
A SerializeMethod implementation that handles Line2D objects.class
A SerializeMethod implementation that handles PageFormat objects.class
A SerializeMethod implementation that handles Point2D objects.class
A SerializeMethod implementation that handles Rectangle2D objects.class
A SerializeMethod implementation that handles Rectangle2D objects.