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 SerializeMethodSerializerHelper.getSerializer(Class c) Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.protected SerializeMethodSerializerHelper.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 TypeMethodDescriptionvoidSerializerHelper.registerMethod(SerializeMethod method) Registers a new SerializeMethod with this SerializerHelper.voidSerializerHelper.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 TypeClassDescriptionclassA serialize-Method for Arc-2D Shapes.classA serializer-method to serialize and deserialize attributed-strings.classA SerializeMethod implementation that handles BasicStrokes.classA SerializeMethod implementation that handles Dimension2D objects.classA SerializeMethod implementation that handles Ellipse2D objects.classA serialize method that handles java.awt.geom.GeneralPath objects.classSerializeMethod for GradientPaint objects.classA SerializeMethod implementation that handles Line2D objects.classA SerializeMethod implementation that handles PageFormat objects.classA SerializeMethod implementation that handles Point2D objects.classA SerializeMethod implementation that handles Rectangle2D objects.classA SerializeMethod implementation that handles Rectangle2D objects.