Uses of Class
org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
Packages that use Behavior
Package
Description
-
Uses of Behavior in org.gvsig.fmap.mapcontrol
Fields in org.gvsig.fmap.mapcontrol declared as BehaviorModifier and TypeFieldDescriptionprotected BehaviorMapControl.currentMapToolActiveBehaviorthat will generate events according a criterion, and then, with aToolListenerassociated, will simulate to user that works with this component as a particular tool.Fields in org.gvsig.fmap.mapcontrol with type parameters of type BehaviorModifier and TypeFieldDescriptionMapControl.namesMapToolsAll registeredBehaviorthat can define a way to work with thisMapControl.Methods in org.gvsig.fmap.mapcontrol that return BehaviorModifier and TypeMethodDescriptionMapControl.getCombinedTool()Gets the tool used in combination with the current tool of thisMapControl.MapControl.getCurrentMapTool()Gets as current activeBehaviorassociated to this component, that one which is registered and identified bytoolName.MapControl.getMapTool(String name) Gets theBehaviorregistered in this component, identified byname.Methods in org.gvsig.fmap.mapcontrol with parameters of type BehaviorModifier and TypeMethodDescriptionvoidMapControl.addBehavior(String name, Behavior tool) Registers a new behavior to this component.voidMapControl.addBehavior(String name, Behavior[] tools) Registers a new behavior to this component as aCompoundBehaviormade up oftools.voidMapControl.addCombinedBehavior(Behavior tool) Adds a new tool as combined tool.voidMapControl.removeCombinedTool(Behavior tool) Removes the tooltoolused in combination with the current tool of thisMapControl.voidMapControl.setCombinedTool(Behavior combinedTool) Sets a tool to be used in combination with the current tool of thisMapControl.voidMapControl.setCurrentMapTool(Behavior mapTool) SetsmapToolas thisMapControl's current map tool. -
Uses of Behavior in org.gvsig.fmap.mapcontrol.tools
Subclasses of Behavior in org.gvsig.fmap.mapcontrol.toolsModifier and TypeClassDescriptionclassAllows having multiple behaviors when user works with the associatedMapControl.Methods in org.gvsig.fmap.mapcontrol.tools that return BehaviorModifier and TypeMethodDescriptionstatic BehaviorCompoundBehavior.getAllControlsBehavior()Gets theBehaviorthat will be used for anyMapControl.CompoundBehavior.getBehavior(int index) Returns the first-levelBehaviorat the specified position.Methods in org.gvsig.fmap.mapcontrol.tools that return types with arguments of type BehaviorMethods in org.gvsig.fmap.mapcontrol.tools with parameters of type BehaviorModifier and TypeMethodDescriptionvoidCompoundBehavior.addMapBehavior(Behavior mt, boolean draw) Adds a new behavior, setting if will be real-time (when user is working with it) drawn or not.booleanCompoundBehavior.containsBehavior(Behavior mt) Searches formt, returningtrueif is contained.voidCompoundBehavior.removeMapBehavior(Behavior mt) Removes aBehaviorthat composes this one.static voidCompoundBehavior.setAllControlsBehavior(Behavior behavior) Sets theBehaviorthat will be used for anyMapControl.Constructors in org.gvsig.fmap.mapcontrol.tools with parameters of type BehaviorModifierConstructorDescriptionCompoundBehavior(Behavior[] behaviors) Creates a new behavior as a composition of others. -
Uses of Behavior in org.gvsig.fmap.mapcontrol.tools.Behavior
Subclasses of Behavior in org.gvsig.fmap.mapcontrol.tools.BehaviorModifier and TypeClassDescriptionclassBehavior that allows user to draw a circle on the image of the associatedMapControlusing aPolylineListener.classBehavior that permits user to drag the image of the associatedMapControlusing aPanListener.classBehavior that allows user to draw a polyline by its vertexes on the image of the associatedMapControlusing aEllipseListener.classBehavior that allows user to draw a polyline by its vertexes on the image of the associatedMapControlusing aPolylineListener.classBehavior that permits user to move and drag the mouse on the image of the associatedMapControlinstance using aPointListener.classclassBehavior that permits user to move the image of the associatedMapControlusing aPanListener.classclassBehavior that permits user to select a point with a double click mouse action, on the associatedMapControlusing aPointListener.classBehavior that permits user to draw a polygon by its vertexes on the image of the associatedMapControlusing aPolylineListener.classBehavior that allows user to draw a polyline by its vertexes on the image of the associatedMapControlusing aPolylineListener.classBehavior that permits user to select a rectangular area on the associatedMapControlusing aRectangleListener.class