org.eclipse.birt.chart.computation
Class BoundingBox

java.lang.Object
  extended by org.eclipse.birt.chart.computation.BoundingBox

public final class BoundingBox
extends java.lang.Object

This class ...

Author:
Actuate Corporation

Constructor Summary
BoundingBox(int _iLabelLocation, double _dX, double _dY, double _dWidth, double _dHeight, double _dHotPoint)
           
 
Method Summary
 BoundingBox clone()
           
 boolean equals(java.lang.Object obj)
           
 double getHeight()
           
 double getHotPoint()
           
 double getLeft()
           
 double getTop()
           
 double getWidth()
           
 void scale(double dScale)
           
 void setLeft(double _dX)
           
 void setTop(double _dY)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox

public BoundingBox(int _iLabelLocation,
                   double _dX,
                   double _dY,
                   double _dWidth,
                   double _dHeight,
                   double _dHotPoint)
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

clone

public BoundingBox clone()
Overrides:
clone in class java.lang.Object

getHotPoint

public final double getHotPoint()

getTop

public final double getTop()

getLeft

public final double getLeft()

getWidth

public final double getWidth()

getHeight

public final double getHeight()

setLeft

public final void setLeft(double _dX)

setTop

public final void setTop(double _dY)

scale

public final void scale(double dScale)


Copyright © 2005-2008 Actuate Corp. All rights reserved.