Hierarchy For Package net.sourceforge.plantuml.quantization

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>)
      • net.sourceforge.plantuml.quantization.HashMultiset<E> (implements net.sourceforge.plantuml.quantization.Multiset<E>)
    • net.sourceforge.plantuml.quantization.FloydSteinbergDitherer (implements net.sourceforge.plantuml.quantization.Ditherer)
    • net.sourceforge.plantuml.quantization.KMeansQuantizer (implements net.sourceforge.plantuml.quantization.ColorQuantizer)
    • net.sourceforge.plantuml.quantization.MedianCutQuantizer (implements net.sourceforge.plantuml.quantization.ColorQuantizer)
    • net.sourceforge.plantuml.quantization.QColor
    • net.sourceforge.plantuml.quantization.QImage
    • net.sourceforge.plantuml.quantization.Quantizer

Interface Hierarchy

  • net.sourceforge.plantuml.quantization.ColorQuantizer
  • net.sourceforge.plantuml.quantization.Ditherer
  • java.lang.Iterable<T>
    • java.util.Collection<E>
      • net.sourceforge.plantuml.quantization.Multiset<E>