renderItem abstract method

  1. @protected
List<Figure> renderItem(
  1. Aes item,
  2. CoordConv coord,
  3. Offset origin
)

Renders a single tuple if called by renderGroup.

Implementation

@protected
List<Figure> renderItem(
  Aes item,
  CoordConv coord,
  Offset origin,
);