Uses of Interface
org.jfree.chart3d.table.TableElementVisitor
Packages that use TableElementVisitor
Package
Description
Classes related to chart legends.
Classes and interfaces for constructing tables for display to the user.
-
Uses of TableElementVisitor in org.jfree.chart3d.legend
Methods in org.jfree.chart3d.legend with parameters of type TableElementVisitorModifier and TypeMethodDescriptionvoidColorScaleElement.receive(TableElementVisitor visitor) Receives a visitor. -
Uses of TableElementVisitor in org.jfree.chart3d.table
Classes in org.jfree.chart3d.table that implement TableElementVisitorModifier and TypeClassDescriptionclassA table element visitor that applies style changes.Methods in org.jfree.chart3d.table with parameters of type TableElementVisitorModifier and TypeMethodDescriptionvoidFlowElement.receive(TableElementVisitor visitor) Receives a visitor.voidGridElement.receive(TableElementVisitor visitor) Receives a visitor by calling the visitor'svisit()method for each of the children in the grid, and finally for the grid itself.voidShapeElement.receive(TableElementVisitor visitor) Receives a visitor.voidTableElement.receive(TableElementVisitor visitor) Receives aTableElementVisitor.voidTextElement.receive(TableElementVisitor visitor) Receives a visitor.voidVerticalFlowElement.receive(TableElementVisitor visitor) Receives aTableElementVisitor(the visitor will be received by all the elements in the flow).