|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Frontable
Drawables can be painted behind the chart models of a Chart or in front of them. If a Drawable object implements this interface then it can also specify whether it should be behind or at the front.
Drawable| Method Summary | |
|---|---|
boolean |
isAtFront()
Whether the object is to drawn at the front (i.e. |
void |
setAtFront(boolean atFront)
Specify whether the object should be drawn at the front: setAtFront(true) is like a
toFront() request, but conforms to the JavaBean property pattern. |
| Method Detail |
|---|
boolean isAtFront()
void setAtFront(boolean atFront)
setAtFront(true) is like a
toFront() request, but conforms to the JavaBean property pattern. Similarly, to send
an object to the back, call setAtFront(false).
atFront - whether the object is to be shown in front of ChartModels.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||