public class Dimension extends Object implements Serializable
| Constructor and Description | 
|---|
| Dimension() | 
| Dimension(int width,
         int height) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| static org.apache.axis.encoding.Deserializer | getDeserializer(String mechType,
               Class _javaType,
               QName _xmlType)Get Custom Deserializer | 
| int | getHeight()Gets the height value for this Dimension. | 
| static org.apache.axis.encoding.Serializer | getSerializer(String mechType,
             Class _javaType,
             QName _xmlType)Get Custom Serializer | 
| static org.apache.axis.description.TypeDesc | getTypeDesc()Return type metadata object | 
| int | getWidth()Gets the width value for this Dimension. | 
| int | hashCode() | 
| void | setHeight(int height)Sets the height value for this Dimension. | 
| void | setWidth(int width)Sets the width value for this Dimension. | 
public int getWidth()
public void setWidth(int width)
width - public int getHeight()
public void setHeight(int height)
height - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All rights reserved.