org.apache.cocoon.util
Class ImageProperties

java.lang.Object
  extended by org.apache.cocoon.util.ImageProperties

public final class ImageProperties
extends Object

Version:
CVS $Id: ImageProperties.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Torsten Curdt

Field Summary
 char[] comment
           
 int height
           
 String type
           
 int width
           
 
Constructor Summary
ImageProperties(int width, int height, char[] comment, String type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

width

public final int width

height

public final int height

comment

public final char[] comment

type

public final String type
Constructor Detail

ImageProperties

public ImageProperties(int width,
                       int height,
                       char[] comment,
                       String type)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.