JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.Shape.Visitor1 Interface Reference

General Shape visitor. More...

Collaboration diagram for com.jogamp.graph.ui.Shape.Visitor1:

Public Member Functions

boolean visit (Shape s)
 Visitor method. More...
 

Detailed Description

General Shape visitor.

Definition at line 91 of file Shape.java.

Member Function Documentation

◆ visit()

boolean com.jogamp.graph.ui.Shape.Visitor1.visit ( Shape  s)

Visitor method.

Parameters
sthe Shape to process
Returns
true to signal operation complete and to stop traversal, otherwise false

The documentation for this interface was generated from the following file: