picturedream.implementation
Class Histogramm

java.lang.Object
  |
  +--picturedream.implementation.Histogramm

public class Histogramm
extends java.lang.Object

Title: PictureDream

Description:

Copyright: Copyright (c) 2003 MRoc

Organisation: MRoc Audiosolutions

Version:
1.0
Author:
MRoc mail@mroc.de

Field Summary
 HistogrammChannel[] ivData
          the histogram channels (argb)
 
Constructor Summary
Histogramm()
          constructor
 
Method Summary
 void build(IPicture p)
          builds up the histogram from the given pic
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ivData

public HistogrammChannel[] ivData
the histogram channels (argb)
Constructor Detail

Histogramm

public Histogramm()
constructor
Method Detail

build

public void build(IPicture p)
builds up the histogram from the given pic
Parameters:
p -