Hierarchy For Package net.sourceforge.jiu.color.dithering
Class Hierarchy
- java.lang.Object
- net.sourceforge.jiu.color.dithering.DiamondSpotFunction (implements net.sourceforge.jiu.color.dithering.SpotFunction)
- net.sourceforge.jiu.color.dithering.LineSpotFunction (implements net.sourceforge.jiu.color.dithering.SpotFunction)
- net.sourceforge.jiu.ops.Operation
- net.sourceforge.jiu.ops.ImageToImageOperation
- net.sourceforge.jiu.color.dithering.ClusteredDotDither
- net.sourceforge.jiu.color.dithering.ErrorDiffusionDithering (implements net.sourceforge.jiu.data.RGBIndex)
- net.sourceforge.jiu.color.dithering.OrderedDither (implements net.sourceforge.jiu.data.RGBIndex)
- net.sourceforge.jiu.ops.ImageToImageOperation
- net.sourceforge.jiu.color.dithering.RoundSpotFunction (implements net.sourceforge.jiu.color.dithering.SpotFunction)
Interface Hierarchy
- net.sourceforge.jiu.color.dithering.SpotFunction