org.eclipse.birt.chart.computation
Class BoundingBox
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundingBox
public BoundingBox(int _iLabelLocation,
double _dX,
double _dY,
double _dWidth,
double _dHeight,
double _dHotPoint)
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-2007 Actuate Corp. All rights reserved.