Package hec.gfx2d.paint
Interface PaintWriter<T extends Paint>
- All Known Implementing Classes:
GradientPaintWriter
public interface PaintWriter<T extends Paint>
-
Method Summary
Modifier and TypeMethodDescriptionwritePaint
(T p) writes a Paint object into a set of parameters that can reconstruct it.
-
Method Details
-
writePaint
writes a Paint object into a set of parameters that can reconstruct it.- Parameters:
p
- the paint to write- Returns:
-