Interface PaintWriter<T extends Paint>

All Known Implementing Classes:
GradientPaintWriter

public interface PaintWriter<T extends Paint>
  • Method Summary

    Modifier and Type
    Method
    Description
    writes a Paint object into a set of parameters that can reconstruct it.
  • Method Details

    • writePaint

      Map<String,String> writePaint(T p)
      writes a Paint object into a set of parameters that can reconstruct it.
      Parameters:
      p - the paint to write
      Returns: