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