|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface that must be supported by all vertical axes for layout purposes.
HorizontalAxis| Method Summary | |
double |
reserveWidth(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D drawArea,
int location)
Returns the width of the axis. |
double |
reserveWidth(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D drawArea,
int location,
double reservedHeight,
int horizontalAxisLocation)
Returns the width of the axis, assuming that the horizontal axis has already reserved the specified height. |
| Method Detail |
public double reserveWidth(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D drawArea,
int location)
g2 - the graphics device.plot - the plot that the axis belongs to.drawArea - the area within which the plot should be drawn.location - the axis location.
public double reserveWidth(java.awt.Graphics2D g2,
Plot plot,
java.awt.geom.Rectangle2D drawArea,
int location,
double reservedHeight,
int horizontalAxisLocation)
g2 - the graphics device.plot - the plot that the axis belongs to.drawArea - the area within which the plot should be drawn.location - the axis location.reservedHeight - the height reserved by the horizontal axis.horizontalAxisLocation - the horizontal axis location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||