org.jplot2d.interaction
Class PlotInteractionManager
- java.lang.Object
-
- org.jplot2d.interaction.InteractionManager
-
- org.jplot2d.interaction.PlotInteractionManager
-
public final class PlotInteractionManager extends InteractionManager
The interaction manager for a plot. Other applications that using plot as their renderer engine should not extends this manager, they should write their own interaction manager.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringACTIVE_COMPONENT_KEYstatic java.lang.StringACTIVE_COMPONENT_MOVABLE_KEYstatic java.lang.StringINTERACTIVE_COMP_KEYstatic java.lang.StringPLOT_ENV_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static PlotInteractionManagergetInstance()-
Methods inherited from class org.jplot2d.interaction.InteractionManager
getClickThreshold, getDefaultMode, getMode, getModes, setMousePreference
-
-
-
-
Field Detail
-
PLOT_ENV_KEY
public static final java.lang.String PLOT_ENV_KEY
- See Also:
- Constant Field Values
-
INTERACTIVE_COMP_KEY
public static final java.lang.String INTERACTIVE_COMP_KEY
- See Also:
- Constant Field Values
-
ACTIVE_COMPONENT_KEY
public static final java.lang.String ACTIVE_COMPONENT_KEY
- See Also:
- Constant Field Values
-
ACTIVE_COMPONENT_MOVABLE_KEY
public static final java.lang.String ACTIVE_COMPONENT_MOVABLE_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static PlotInteractionManager getInstance()
-
-
DMelt 3.0 © DataMelt by jWork.ORG