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
-
FillAreaGraphSet()
-
-
draw(Graphics)
-
-
fillArea(Graphics)
- Fills the common area of curves.
-
setDirty(boolean)
- Sets true if anything in this GrapghSet has changed.
-
setFillArea(Data2, GraphSet, Data2, GraphSet, Color)
- Provides two curves to be filled with a certain color.
FillAreaGraphSet
public FillAreaGraphSet()
draw
public void draw(Graphics g)
- Overrides:
- draw in class GraphSet
fillArea
public void fillArea(Graphics g)
- Fills the common area of curves.
- Parameters:
- g - graph context.
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.
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