All Known Subinterfaces:
ArrayElementEncoderFactory<T>
All Known Implementing Classes:
AbstractEncoderDelegate, BitSetDelegate, ByteArrayDelegate, ColorStateDelegate, CursorDelegate, DimensionDelegate, Ellipse2DDoubleDelegate, Ellipse2DFloatDelegate, EncoderFactoryDelegate, FontDelegate, GeneralPathDelegate, InsetsDelegate, LayoutConstraintsDelegate, MethodDelegate, Point2DDoubleDelegate, Point2DFloatDelegate, PointDelegate, Rectangle2DDoubleDelegate, Rectangle2DFloatDelegate, RectangleDelegate, RoundRectangle2DDoubleDelegate, RoundRectangle2DFloatDelegate

public interface EncoderFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    newEncoder(T object)
     
  • Method Details

    • newEncoder

      Encoder newEncoder(T object)