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