Uses of Class
drvgraph.j2d.SlotPattern

Uses of SlotPattern in drvgraph.j2d
 

Methods in drvgraph.j2d that return types with arguments of type SlotPattern
 java.util.Vector<SlotPattern> ClassPattern.getSlotPatterns()
          Returns the vector containing the slot patterns included in this class pattern.
 

Methods in drvgraph.j2d with parameters of type SlotPattern
 void ClassPattern.addSlotPattern(SlotPattern sp)
          Adds the specified slot pattern to the end of the slot pattern vector, increasing its size by one.
 void ClassPattern.removeSlotPattern(SlotPattern sp)
          Removes the specified slot pattern from the slot pattern vector, reducing its size by one.
 

Method parameters in drvgraph.j2d with type arguments of type SlotPattern
 void ClassPattern.setSlotPatterns(java.util.Vector<SlotPattern> slotPatterns)
          Sets the slot pattern vector of this class pattern.
 

Constructor parameters in drvgraph.j2d with type arguments of type SlotPattern
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.
ClassPattern(java.util.Vector<SlotPattern> sp)
          Creates a class pattern with a given initial vector of slot patterns.