org.apache.cocoon.util
Class ImageProperties

java.lang.Object
  extended byorg.apache.cocoon.util.ImageProperties

public final class ImageProperties
extends Object

Version:
$Id: ImageProperties.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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()


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