Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.graph
Interface Visible

All Known Subinterfaces:
MajorTick
All Known Implementing Classes:
BaseTitle, PanelGrid, QuadrantLine, SliceLabel, Y2ZeroLine, BaseDataAxis, Y1ZeroLine

public interface Visible

The interface that defines the visible property for the graph.


Method Summary
 boolean isVisible()
          Indicates whether the graph is visible.
 void setVisible(boolean yesNo)
          Specifies whether the graph is visible.

 

Method Detail

isVisible

public boolean isVisible()
Indicates whether the graph is visible.
Returns:
true if it is visible, false if it is invisible.

setVisible

public void setVisible(boolean yesNo)
Specifies whether the graph is visible.
Parameters:
yesNo - true to make it visible, false to make it invisible.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.