TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.ui.widgets.grapher
Class BasicGraph

java.lang.Object
  extended by org.eclipse.hyades.ui.widgets.grapher.BasicGraph
Direct Known Subclasses:
HighlighterGraph, LineGraph

public abstract class BasicGraph
extends java.lang.Object

The basic graph abstract class to set shown status of a graph


Constructor Summary
BasicGraph()
           
 
Method Summary
 void setShown(boolean show)
          Set the shown boolean for this graph
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicGraph

public BasicGraph()
Method Detail

setShown

public void setShown(boolean show)
Set the shown boolean for this graph

Parameters:
show - boolean to show this graph

TPTP 4.5.0 Platform Project
Public API Specification