JIDE 3.5.15

com.jidesoft.chart.model
Class RectangularPoint

java.lang.Object
  extended by com.jidesoft.chart.model.ChartPointND
      extended by 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
 
Method Summary
 
Methods inherited from class com.jidesoft.chart.model.ChartPointND
compareTo, get, getDimensionCount, getHighlight, getX, getY, getZ, isHighlight, set, setHighlight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularPoint

public RectangularPoint(double x,
                        double y,
                        double width,
                        double height)
Constructs a rectangular point using the supplied coordinates

Parameters:
x - the x coordinate
y - the y coordinate
width - the width
height - the height

JIDE 3.5.15