|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Shadowable
ChartModels and Drawables can be painted with or without a shadow. If your ChartModel or Drawable implements this interface, then you can switch the shadow on or off as required.
Method Summary | |
---|---|
boolean |
isShadowVisible()
Whether the object is to drawn with a shadow |
void |
setShadowVisible(boolean shadowVisible)
Specify whether the object should be drawn with a shadow. |
Method Detail |
---|
boolean isShadowVisible()
void setShadowVisible(boolean shadowVisible)
shadowVisible
- whether the object should have a shadow
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |