Uses of Class
drvgraph.j2d.ClassBox

Uses of ClassBox in drvgraph.j2d
 

Methods in drvgraph.j2d that return ClassBox
 ClassBox ClassPattern.getClassBox()
          Returns the associated class box that contains the given class pattern.
 

Methods in drvgraph.j2d with parameters of type ClassBox
 void ClassPattern.setClassBox(ClassBox cb)
          Sets the associated class box that contains the given class pattern.
 

Constructors in drvgraph.j2d with parameters of type ClassBox
ClassPattern(ClassBox cb, java.util.Vector<SlotPattern> sp)
          Creates a class pattern with a given associated class box and an initial vector of slot patterns.