Package org.refcodes.graphical
Interface BuildPixmap<PX>
-
- Type Parameters:
PX- the generic type
- All Known Subinterfaces:
PixmapImageBuilder<PX>,RgbPixmapImageBuilder
- All Known Implementing Classes:
RgbPixmapImageBuilderImpl
public interface BuildPixmap<PX>The Interface BuildPixmap.- Author:
- steiner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Pixmap<PX>toPixmap()To pixmap.
-