palio.pelements.buffered
Class PBufferedImage

java.lang.Object
  extended by palio.pelements.buffered.PBufferedImage
All Implemented Interfaces:
PBufferedResource

public class PBufferedImage
extends java.lang.Object
implements PBufferedResource

PBufferedImage Nie działa JPG- nie wiem dlaczego. Trzeba będzie sprawdzić, ale to nie jest jakieś szalenie istotne w tym momencie.

Author:
Leszek Leszczynski

Field Summary
static int JPG
           
static int PNG
           
 
Constructor Summary
PBufferedImage(int type, java.lang.String label, java.awt.image.BufferedImage content)
           
 
Method Summary
 void output(javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PNG

public static final int PNG
See Also:
Constant Field Values

JPG

public static final int JPG
See Also:
Constant Field Values
Constructor Detail

PBufferedImage

public PBufferedImage(int type,
                      java.lang.String label,
                      java.awt.image.BufferedImage content)
Method Detail

output

public void output(javax.servlet.http.HttpServletResponse response)
            throws java.io.IOException
Specified by:
output in interface PBufferedResource
Throws:
java.io.IOException