Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.util.geom » [javadoc | source]
org.jfree.report.util.geom
public class: StrictDimension [javadoc | source]
java.lang.Object
   org.jfree.report.util.geom.StrictDimension

All Implemented Interfaces:
    Cloneable, Serializable

A dimension object that uses micro-points as units of measurement.
Constructor:
 public StrictDimension() 
 public StrictDimension(long width,
    long height) 
Method from org.jfree.report.util.geom.StrictDimension Summary:
clone,   equals,   getHeight,   getLockedInstance,   getUnlockedInstance,   getWidth,   hashCode,   isLocked,   setHeight,   setSize,   setWidth,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.util.geom.StrictDimension Detail:
 public Object clone() 
    Creates a copy of this object. This method is guaranteed to never throw a CloneNotSupportedException.
 public boolean equals(Object o) 
    Checks whether the given object is a StrictDimension instance convering the same area as this dimension.
 public long getHeight() 
    Returns the height of this dimension object.
 public StrictDimension getLockedInstance() 
    Returns a copy of this dimension which cannot be modified anymore.
 public StrictDimension getUnlockedInstance() 
    Returns a copy of this dimension which can be modified later.
 public long getWidth() 
    Returns the width of this dimension object.
 public int hashCode() 
    Computes the hashcode for this dimension.
 public boolean isLocked() 
    Checks whether this instance is locked.
 public  void setHeight(long height) 
    Updates the height of this dimension object.
 public  void setSize(long width,
    long height) 
    Sets the size of this Dimension object to the specified width and height.
 public  void setWidth(long width) 
    Updates the width of this dimension object.
 public String toString() 
    Returns a String representation of this dimension object.