physicon.graphLib
Class Hatching

java.lang.Object
  |
  +--physicon.graphLib.GraphElementBase
        |
        +--physicon.graphLib.Hatching

public class Hatching
extends GraphElementBase


Constructor Summary
Hatching(HatchingDrawer drawer)
           
 
Method Summary
 void setParamValue(double p1, double p2)
           
 void updateDrawer()
           
 
Methods inherited from class physicon.graphLib.GraphElementBase
addDependent, contains, contains, getContainer, getContext, getDepend, getDrawer, getGEObject, getGraphElement, getRedrawFlag, getRefPoint, getRoughRect, getZLevel, isCreated, isVisible, setDrawer, setRedrawFlag, setRefPoint, setVisible, setZLevel, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hatching

public Hatching(HatchingDrawer drawer)
Method Detail

setParamValue

public void setParamValue(double p1,
                          double p2)

updateDrawer

public void updateDrawer()
Overrides:
updateDrawer in class GraphElementBase