Enum Class InteractiveElementType

java.lang.Object
java.lang.Enum<InteractiveElementType>
org.jfree.chart3d.interaction.InteractiveElementType
All Implemented Interfaces:
Serializable, Comparable<InteractiveElementType>, Constable

The type for an interactive chart element. These values are used when constructing a RenderedElement. For each type, some additional properties will usually be defined:
  • CATEGORY_AXIS_TICK_LABEL: 'label' (a string containing the tick label, and 'axis' (either 'row' or 'column');
  • LEGEND_ITEM: 'series_key' (the series key)