com.jidesoft.chart.model
Class RectangularPoint
java.lang.Object
com.jidesoft.chart.model.ChartPointND
com.jidesoft.chart.model.RectangularPoint
- All Implemented Interfaces:
- Chartable, Chartable3D, ChartableND, Highlightable, Comparable<Chartable>
public class RectangularPoint
- extends ChartPointND
A four dimensional point that assumes x, y, width and height as the meanings of the 4 coordinates
Constructor Summary |
RectangularPoint(double x,
double y,
double width,
double height)
Constructs a rectangular point using the supplied coordinates |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RectangularPoint
public RectangularPoint(double x,
double y,
double width,
double height)
- Constructs a rectangular point using the supplied coordinates
- Parameters:
x
- the x coordinatey
- the y coordinatewidth
- the widthheight
- the height