Class SelectRectangle
java.lang.Object
com.prineside.tdi2.utils.mapeditor.tools.SelectRectangle
- All Implemented Interfaces:
 MapEditorSystem.Tool
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddisabled()Called when some other tool is being enabledvoidenabled(MapEditorSystem.Tool previousTool) Called when this tool is being enabledvoidCalled after being registered in the system 
- 
Constructor Details
- 
SelectRectangle
public SelectRectangle() 
 - 
 - 
Method Details
- 
setup
Description copied from interface:MapEditorSystem.ToolCalled after being registered in the system- Specified by:
 setupin interfaceMapEditorSystem.Tool
 - 
getTooltip
- Specified by:
 getTooltipin interfaceMapEditorSystem.Tool
 - 
enabled
Description copied from interface:MapEditorSystem.ToolCalled when this tool is being enabled- Specified by:
 enabledin interfaceMapEditorSystem.Tool
 - 
disabled
public void disabled()Description copied from interface:MapEditorSystem.ToolCalled when some other tool is being enabled- Specified by:
 disabledin interfaceMapEditorSystem.Tool
 
 -