All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class crw.data2.FillAreaGraphSet

java.lang.Object
   |
   +----crw.data2.GraphSet
           |
           +----crw.data2.FillAreaGraphSet

public class FillAreaGraphSet
extends GraphSet
FillAreaGraphSet.java Created: Thu May 20 19:22:01 1999

Version:
1.1
Author:
wie group

Constructor Index

 o FillAreaGraphSet()

Method Index

 o draw(Graphics)
 o fillArea(Graphics)
Fills the common area of curves.
 o setDirty(boolean)
Sets true if anything in this GrapghSet has changed.
 o setFillArea(Data2, GraphSet, Data2, GraphSet, Color)
Provides two curves to be filled with a certain color.

Constructors

 o FillAreaGraphSet
 public FillAreaGraphSet()

Methods

 o draw
 public void draw(Graphics g)
Overrides:
draw in class GraphSet
 o fillArea
 public void fillArea(Graphics g)
Fills the common area of curves.

Parameters:
g - graph context.
 o setFillArea
 public void setFillArea(Data2 curve1,
                         GraphSet gs1,
                         Data2 curve2,
                         GraphSet gs2,
                         Color areaColor)
Provides two curves to be filled with a certain color.

Parameters:
curve1 - curve-one
gs1 - graphset which curve1 belongs to.
curve2 - curve-two
gs2 - graphset which curve2 belongs to.
areaColor - color to fill.
 o setDirty
 public void setDirty(boolean dirty)
Sets true if anything in this GrapghSet has changed.

Overrides:
setDirty in class GraphSet

All Packages  Class Hierarchy  This Package  Previous  Next  Index