Uses of Class
org.evoludo.ui.ContextMenuCheckBoxItem
Packages that use ContextMenuCheckBoxItem
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
The views to visualize results and interact with evolutionary models.
-
Uses of ContextMenuCheckBoxItem in org.evoludo.graphics
Fields in org.evoludo.graphics declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprivate ContextMenuCheckBoxItemGenericPopGraph.animateMenuThe context menu item for animating the layouting process.private ContextMenuCheckBoxItemParaGraph.autoscaleMenuThe context menu item to autoscale the axes.private ContextMenuCheckBoxItemHistoGraph.autoscaleYMenuThe context menu to select autoscaling of the y-axis. -
Uses of ContextMenuCheckBoxItem in org.evoludo.simulator
Fields in org.evoludo.simulator declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprotected ContextMenuCheckBoxItemEvoLudoGWT.fullscreenMenuThe field to store the fullscreen context menu.private ContextMenuCheckBoxItemEvoLudoGWT.symDiffMenuThe context menu item for symmetrical diffusion (only applies to PDE models).private ContextMenuCheckBoxItemEvoLudoGWT.timeReverseMenuThe context menu item to reverse time. -
Uses of ContextMenuCheckBoxItem in org.evoludo.simulator.views
Fields in org.evoludo.simulator.views declared as ContextMenuCheckBoxItemModifier and TypeFieldDescriptionprivate ContextMenuCheckBoxItemPop3D.anaglyphMenuThe context menu item for selecting anaglyph projection of the 3D space for a reperesentation of the graph suitable for colored 3D glasses.private ContextMenuCheckBoxItemPop3D.projectionMenuThe context menu item for selecting parallel projection of the graph instead of the default perspective projection.(package private) ContextMenuCheckBoxItem[]Distribution.TraitCommand.traitItemsThe list of traits to toggle.private ContextMenuCheckBoxItem[]Distribution.traitXItemsThe context menu for selecting traits to display on the horizontal axis.private ContextMenuCheckBoxItem[]Phase2D.traitXItemsThe context menu for selecting traits to display on the horizontal axis.private ContextMenuCheckBoxItem[]Distribution.traitYItemsThe context menu for selecting traits to display on the vertical axis.private ContextMenuCheckBoxItem[]Phase2D.traitYItemsThe context menu for selecting traits to display on the vertical axis.private ContextMenuCheckBoxItemPop3D.vrMenuThe context menu item for selecting stereo projection of the 3D space for a virtual reality representation of the graph.Methods in org.evoludo.simulator.views with parameters of type ContextMenuCheckBoxItemModifier and TypeMethodDescription(package private) int[]Phase2D.TraitCommand.toggleState(int[] states, ContextMenuCheckBoxItem[] items) Toggle the inclusion of traits that are selected initemson the current axis.Constructors in org.evoludo.simulator.views with parameters of type ContextMenuCheckBoxItemModifierConstructorDescriptionTraitCommand(ContextMenuCheckBoxItem[] traitItems, int idx, int axis) Construct a new command to toggle the inclusion of a trait on either one of the phase plane axes.