Package org.refcodes.graphical
Interface Pixmap.PixmapProperty<PX>
-
- Type Parameters:
PX- The type of the pixel being managed by thePixmap.
- All Superinterfaces:
Pixmap<PX>,Pixmap.PixmapMutator<PX>
- All Known Subinterfaces:
Pixmap.PixmapPropertyBuilder<PX,B>,RgbPixmap.RgbPixmapProperty,RgbPixmap.RgbPixmapPropertyBuilder
- All Known Implementing Classes:
RgbPixmapImpl.RgbPixmapPropertyBuilderImpl
public static interface Pixmap.PixmapProperty<PX> extends Pixmap<PX>, Pixmap.PixmapMutator<PX>
Provides a pixmap property.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.graphical.Pixmap
Pixmap.PixmapBuilder<PX,B extends Pixmap.PixmapBuilder<PX,B>>, Pixmap.PixmapMutator<PX>, Pixmap.PixmapProperty<PX>, Pixmap.PixmapPropertyBuilder<PX,B extends Pixmap.PixmapPropertyBuilder<PX,B>>
-
-
Method Summary
-
Methods inherited from interface org.refcodes.graphical.Pixmap
getPixelAt, getPixels, getPixmapHeight, getPixmapWidth
-
Methods inherited from interface org.refcodes.graphical.Pixmap.PixmapMutator
setPixelAt, setPixels
-
-