Interface ShapeVisitorAcceptor
-
- All Known Implementing Classes:
ShapeDataAcceptor
,ShapeTextVisitor.TextAcceptor
public interface ShapeVisitorAcceptor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(XDGFShape shape)
-
-
-
Method Detail
-
accept
boolean accept(XDGFShape shape)
-
-