org.problets.domain.viz.data
Class BaseViz

java.lang.Object
  extended by org.problets.domain.viz.data.BaseViz
All Implemented Interfaces:
VizConstants
Direct Known Subclasses:
AbstractVarViz, ActivationRecordViz, AggregateBaseViz, ValueViz

public class BaseViz
extends java.lang.Object
implements VizConstants

Serves as the base class of all the visualization classes

Author:
Stefan Kasabov

Field Summary
static int NOT_FOUND
           
 
Fields inherited from interface org.problets.domain.viz.data.VizConstants
ACTIVE_COLOR, COLOR_SCHEME, HIGHLIGHT_COLOR, INACTIVE_COLOR, STRIKEOUT_COLOR
 
Constructor Summary
BaseViz()
           
 
Method Summary
 int getLeftX()
           
 int getWidth()
           
 void update()
          Method called every time this vizualization must be updated
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_FOUND

public static final int NOT_FOUND
See Also:
Constant Field Values
Constructor Detail

BaseViz

public BaseViz()
Method Detail

getLeftX

public int getLeftX()

getWidth

public int getWidth()

update

public void update()
Method called every time this vizualization must be updated