Uses of Class
classes.shapes.TriangleShape

Packages that use TriangleShape
classes.shapes.decorators   
interfaces   
 

Uses of TriangleShape in classes.shapes.decorators
 

Methods in classes.shapes.decorators with parameters of type TriangleShape
 void ShapeVisitor.visit(TriangleShape triangleShape)
          Visits the TriangleShape object to perfom the operation
 

Uses of TriangleShape in interfaces
 

Methods in interfaces with parameters of type TriangleShape
 void IShapeVisitor.visit(TriangleShape triangleShape)
          Visits the TriangleShape object to perfom the operation