Package com.reportmill.panels
Class Scene3DTool
- java.lang.Object
- 
- com.reportmill.base.RMObject
- 
- com.reportmill.panels.Tool
- 
- com.reportmill.panels.Scene3DTool
 
 
 
- 
- All Implemented Interfaces:
- RMArchiver.Archiving,- java.lang.Cloneable
 
 public class Scene3DTool extends Tool Tool for editing RMScene3D in Swing.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classScene3DTool.Scene3DControlAn inner class to provide inspector manipulation of a Scene3D's 3D orientation.- 
Nested classes/interfaces inherited from class com.reportmill.panels.ToolTool.RMShapeHandle
 
- 
 - 
Field Summary- 
Fields inherited from class com.reportmill.panels.ToolHandleMaxXMaxY, HandleMaxXMidY, HandleMaxXMinY, HandleMidXMaxY, HandleMidXMinY, HandleMinXMaxY, HandleMinXMidY, HandleMinXMinY, HandleWidth
 
- 
 - 
Constructor SummaryConstructors Constructor Description Scene3DTool()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ClassgetShapeClass()Returns the class that this tool is responsible for.RJPanelgetUI()Returns the Swing UI panel.java.lang.StringgetWindowTitle()Returns the name of this tool for the inspector window.booleanisInstance(java.lang.Object anObj)Returns whether an object can be edited by this tool.voidmouseDragged(RMShape aShape, java.awt.event.MouseEvent anEvent)Event handler for editing.voidmousePressed(RMShape aShape, java.awt.event.MouseEvent anEvent)Event handler for editing.voidmouseReleased(RMShape aShape, java.awt.event.MouseEvent anEvent)Event handler for editing.voidreset(RMScene3D aScene)Updates the Swing GUI from the given scene.voidresetUI()Updates Swing UI panel from currently selected scene3d.voidrespondUI(java.lang.Object anObj)Updates currently selected scene 3d from Swing UI panel controls.voidrespondUI(java.lang.Object anObj, RMScene3D aScene)Updates the given scene 3d from Swing UI panel controls.- 
Methods inherited from class com.reportmill.panels.ToolactivateTool, deactivateTool, didBecomeSuperSelectedShapeInEditor, editor, flushChanges, getCoreTool, getCoreToolIndex, getHandleAtPoint, getHandleCount, getHandlePoint, getHandleRect, getImageIcon, getImageIcon, getSelectedShape, getSelectedShapes, getSelectTool, getShapeHandleAtPoint, getTool, getTool, isSelected, isSuperSelected, mouseDragged, mouseMoved, mouseMoved, mousePressed, mousePressedSelection, mouseReleased, moveShapeHandle, newInstance, paintSelectedShape, paintSuperSelectedShape, paintTool, processKeyEvent, reactivateTool, willLoseSuperSelectionInEditor
 - 
Methods inherited from class com.reportmill.base.RMObjectclone, copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
 
- 
 
- 
- 
- 
Method Detail- 
resetUIpublic void resetUI() Updates Swing UI panel from currently selected scene3d.
 - 
resetpublic void reset(RMScene3D aScene) Updates the Swing GUI from the given scene.
 - 
respondUIpublic void respondUI(java.lang.Object anObj) Updates currently selected scene 3d from Swing UI panel controls.
 - 
respondUIpublic void respondUI(java.lang.Object anObj, RMScene3D aScene)Updates the given scene 3d from Swing UI panel controls.
 - 
getShapeClasspublic java.lang.Class getShapeClass() Returns the class that this tool is responsible for.- Overrides:
- getShapeClassin class- Tool
 
 - 
isInstancepublic boolean isInstance(java.lang.Object anObj) Returns whether an object can be edited by this tool.- Overrides:
- isInstancein class- Tool
 
 - 
getWindowTitlepublic java.lang.String getWindowTitle() Returns the name of this tool for the inspector window.- Overrides:
- getWindowTitlein class- Tool
 
 - 
mousePressedpublic void mousePressed(RMShape aShape, java.awt.event.MouseEvent anEvent) Event handler for editing.- Overrides:
- mousePressedin class- Tool
 
 - 
mouseDraggedpublic void mouseDragged(RMShape aShape, java.awt.event.MouseEvent anEvent) Event handler for editing.- Overrides:
- mouseDraggedin class- Tool
 
 - 
mouseReleasedpublic void mouseReleased(RMShape aShape, java.awt.event.MouseEvent anEvent) Event handler for editing.- Overrides:
- mouseReleasedin class- Tool
 
 
- 
 
-