JIDE 3.5.15

com.jidesoft.chart
Interface Shadowable

All Known Implementing Classes:
DifferenceMarker, IntervalMarker

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

isShadowVisible

boolean isShadowVisible()
Whether the object is to drawn with a shadow

Returns:
true if the object is to be drawn with a shadow; false if to be drawn without a shadow

setShadowVisible

void setShadowVisible(boolean shadowVisible)
Specify whether the object should be drawn with a shadow.

Parameters:
shadowVisible - whether the object should have a shadow

JIDE 3.5.15