All methods
- actionPerformed(ActionEvent e) BordListener
- actionPerformed(ActionEvent e) CushListener
- actionPerformed(ActionEvent e) AlgoClassicListener
- actionPerformed(ActionEvent e) AlgoSquarListener
- actionPerformed(ActionEvent e) DrawColorListener
- actionPerformed(ActionEvent e) DrawPatternListener
- actionPerformed(ActionEvent e) SizeDateListener
- actionPerformed(ActionEvent e) SizeSizeListener
- actionPerformed(ActionEvent e) TitleBoxListener
- add(TestNode child) TestNode (package private) method
- add(TMThreadModel thread) TMThreadQueue (package private) method
- Adds a TMThreadModel to the thread queue.
- addAlgorithm(TMAlgorithm algorithm, String name)
- Adds a treemap algorithm to this view.
- addChild(Object node, Object child) TMModelUpdater interface definition
- To be called when the user node has a new child.
- addChild(Object node, Object child) TMModelUpdaterConcrete
- To be called when the user node has a new child.
- addChild(TMNodeEncapsulator child) TMNodeEncapsulator (package private) method
- addChild(TMNodeModel child) TMNodeModelComposite private method
- Adds the TMNodeModel as a children.
- addChild(TMNode%VISDOC_END_ORIGINAL_TEXT% node, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMUpdater interface definition
- To be called when the user node has a new child.
- addChild(TMNode%VISDOC_END_ORIGINAL_TEXT% node, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMUpdaterConcrete
- To be called when the user node has a new child.
- addChild(TMFileNode child) TMFileNode protected method
- addConfView(ConfView view) (package private) method
- addNode(Object node, TMNodeEncapsulator eNode) (package private) method
- buildNewView (package private) static method
- Build a new TMView, shows it in a frame, and return the TMView.
- buildPatternDarkGray private method
- Builds and adds the PATTERN_DARK_GRAY in patterns.
- buildPatternDiag1 private method
- Builds and adds the PATTERN_DIAG1 in patterns.
- buildPatternDiag2 private method
- Builds and adds the PATTERN_DIAG2 in patterns.
- buildPatternDiagDots private method
- Builds and adds the PATTERN_DIAGDOTS in patterns.
- buildPatternDiags private method
- Builds and adds the PATTERN_DIAGS in patterns.
- buildPatternDots private method
- Builds and adds the PATTERN_DOTS in patterns.
- buildPatternLightGray private method
- Builds and adds the PATTERN_LIGHT_GRAY in patterns.
- buildPatternPlus private method
- Builds and adds the PATTERN_PLUS in patterns.
- buildPatternSquares private method
- Builds and adds the PATTERN_SQUARES in patterns.
- buildPatternTuiles private method
- Builds and adds the PATTERN_TUILES in patterns.
- buildPatternWhite private method
- Builds and adds the PATTERN_WHITE in patterns.
- buildTestPatternPanel(String name, Paint pattern) private static method
- Returns a JPanel containing the tested pattern with its name.
- buildTree(ProgressStatus status) protected method
- Builds the tree hierarchie of a TMFileNode.
- changeTMComputeDraw(TMComputeDraw cDraw)
- Changes the TMComputeDraw object used to compute
the drawings of TMNodes.
- changeTMComputeSize(TMComputeSize cSize)
- Changes the TMComputeSize object used to compute
the sizings of TMNodes.
- children TestNode
- children(Object node) TMModelNode interface definition
- Returns the children of the given node
in an Enumeration.
- children TMNode interface definition
- Returns the children of this node
in an Enumeration.
- children TMNodeEncapsulator
- Returns the children of this node
in an Enumeration.
- children TMNodeModelComposite (package private) method
- Returns the children of this node,
in an Enumeration.
- children(Object node) TMFileModelNode
- Returns the children of this node in an Enumeration.
- children TMFileNode
- Returns the children of this node in an Enumeration.
- clearBuffers TMNodeModel (package private) method
- clearBuffers TMNodeModelComposite (package private) method
- computeCushionData(TMNodeModel father, Rectangle area, short axis) protected method
- Compute node's cushion data.
- computeDrawing TMNodeModel (package private) method
- Compute the filling and the tooltip of the node.
- computeDrawing TMNodeModelComposite (package private) method
- Compute the filling and the tooltip of the node.
- computeDrawing TMNodeModelRoot (package private) method
- Compute the filling and the tooltip
of the dirty drawing nodes.
- computeSize TMNodeModel (package private) method
- Compute the size of the node.
- computeSize TMNodeModelComposite (package private) method
- Compute the size of the node.
- computeSize TMNodeModelRoot (package private) method
- Compute the size of the dirty nodes, and as the drawing
could depends on the size, call computeDrawing.
- createBuffer(int w, int h) private method
- createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
- createRaster(int w, int h) private method
- decrementNumberOfDirtyDNodes (package private) method
- Decrements the number of dirty draw nodes.
- decrementNumberOfDirtySNodes (package private) method
- Decrements the number of dirty size nodes.
- deepClone TMSDProgressBar (package private) method
- Do a deep clone of the TMSDProgressBar.
- deepClone TMSDProgressSimple (package private) method
- Do a deep clone of the TMSDProgressSimple.
- deepClone TMSDSimple (package private) method
- Do a deep clone of the TMSDSimple.
- deepClone TMStatusDisplay (package private) abstract method
- Do a deep clone of the TMStatusDisplay.
- dispose
- dontDrawNodesTitles
- Don't draws the nodes titles.
- draw(Graphics2D g, TMNodeModel root) (package private) method
- Starts the process of drawing the treemap.
- drawChildren(Graphics2D g, TMNodeModelComposite node, short axis, int level) TMAlgorithm protected abstract method
- Draws the children of a node, by setting their drawing area first,
dependant of the algorithm used.
- drawChildren(Graphics2D g, TMNodeModelComposite node, short axis, int level) TMAlgorithmClassic protected method
- Draws the children of a node, by setting their drawing area first,
dependant of the algorithm used.
- drawChildren(Graphics2D g, TMNodeModelComposite node, short axis, int level) TMAlgorithmSquarified protected method
- Draws the children of a node, by setting their drawing area first,
dependant of the algorithm used.
- drawNodes(Graphics2D g, TMNodeModel node, short axis, int level) protected method
- Draws the node and recurses the drawing on its children.
- drawNodesTitles
- DrawTitles(boolean bool)
- Sets the drawing or not of the nodes titles.
- execute(TMNodeModelRoot model) TMEventUpdate (package private) abstract method
- Executed on the TMView when received.
- execute(TMNodeModelRoot model) TMEventUpdateDraw (package private) method
- Executed on the TMView when received.
- execute(TMNodeModelRoot model) TMEventUpdateLostChild (package private) method
- Executed on the TMView when received.
- execute(TMNodeModelRoot model) TMEventUpdateNewChild (package private) method
- Executed on the TMView when received.
- execute(TMNodeModelRoot model) TMEventUpdateSize (package private) method
- Executed on the TMView when received.
- execute(TMSV sv) TMSVIncrement
- Increments the status displayed.
- execute(TMSV sv) TMSVSetStatus
- Sets the status displayed.
- execute(TMSV sv) TMSVUnsetStatus
- Unsets the status displayed.
- execute(TMSV sv) TMSVUpdate interface definition
- The effect of the message.
- fillCushionNode(Graphics2D g, TMNodeModel%VISDOC_END_ORIGINAL_TEXT% node, int level, %VISDOC_START_ORIGINAL_TEXT%TMCushionData data) protected method
- fillNode(Graphics2D g, TMNodeModel node, int level) protected method
- finalize
- Unregister the TMSV as an observer of the TMStatusView.
- flushAll TMNodeModel (package private) method
- Flush the dirtyS and dirtyD flags for this node.
- flushAll TMNodeModelComposite (package private) method
- Flush the dirtyS and dirtyD flags for this node
and its children.
- flushAll TMNodeModelRoot (package private) method
- Flush the dirtyS and dirtyD flags for the whole tree.
- flushDraw TMNodeModel (package private) method
- Flush the dirtyD flag for this node.
- flushDraw TMNodeModelComposite (package private) method
- Flush the dirtyD flag for this node
and its children.
- flushDraw TMNodeModelRoot (package private) method
- Flush the dirtyD flag for the whole tree.
- get Queue (package private) synchronized method
- Gets the first object of the queue.
- get(String patternName) TMPatternFactory
- Returns the pattern whose name is given in parameter.
- getAlgorithm
- Returns the current algorithm of this view.
- getAlgorithmsNames
- Returns the set of registered names of algorithms.
- getArea (package private) method
- Returns the area representing this node
in the view.
- getBorderSize
- getCDraw (package private) method
- Returns the object in charge of computing the drawing of TMNodes.
- getColorModel
- getColorTitle
- Returns the color of the title of this node.
- getColorTitleOfObject(Object node) TMComputeDrawAdapter
- getColorTitleOfObject(Object node) TMFileModelDraw
- getConfiguringView
- Returns a view for configuring this algorithm.
- getCSize (package private) method
- Returns the object in charge of computing size of TMNodes.
- getCushionData
- getDate
- Returns the last modification date.
- getF
- getFilling(TMNodeAdapter nodeAdapter) TMComputeDraw interface definition
- Returns the filling of the node.
- getFilling(TMNodeAdapter nodeAdapter) TMComputeDrawAdapter
- getFilling TMNodeModel (package private) method
- Returns the filling of this node.
- getFilling(TMNodeAdapter nodeAdapter) TMFileDraw
- Returns the filling of the node.
- getFilling(TMNodeAdapter nodeAdapter) TMFileDrawPattern
- Returns the filling of the node.
- getFillingOfObject(Object node) TMComputeDrawAdapter
- getFillingOfObject(Object node) TMFileModelDraw
- getFullName
- Returns the full name of the file.
- getH
- getInstance public static method
- Returns the running instance of TMPatternFactory.
- getIS
- getLabel (package private) method
- getLock (package private) method
- Returns the TMThreadLock used to separate updating and drawing threads.
- getName
- Returns the name of the file.
- getNode TMEventUpdate (package private) method
- Returns the TMNode to redraw.
- getNode TMNodeAdapter
- Returns the TMNode encapsulated.
- getNode TMNodeEncapsulator (package private) method
- Returns the node encapsulated.
- getNode TMNodeModel
- Returns the TMNode encapsulated.
- getNodeUnderTheMouse(MouseEvent event)
- Returns the node containing the mouse event.
- getParent (package private) method
- Returns the parent of this node.
- getPatternsNames
- Returns an Enumeration of patterns names.
- getRaster(int x, int y, int w, int h)
- getRoot TMModelNode interface definition
- Returns the root of the tree.
- getRoot TMNodeModelRoot (package private) method
- Returns the root of the TMNodeModel tree.
- getRoot TMUpdaterConcrete (package private) method
- Returns the root of the TMNode tree encapsulated.
- getRoot TMFileModelNode
- Returns the root of the tree.
- getSize(TMNode node) TMComputeSize interface definition
- Returns the size of the TMNode.
- getSize(TMNode node) TMComputeSizeAdapter
- getSize TMNodeAdapter
- Returns the size of the TMNode encapsulated.
- getSize TMNodeModel
- Returns the size of this node.
- getSize TMFileNode
- Returns the size of the node.
- getSize(TMNode node) TMFileSize
- Returns the size of the node.
- getSize(TMNode node) TMFileSizeDate
- Returns the size of the node.
- getSizeOfObject(Object node) TMComputeSizeAdapter
- getSizeOfObject(Object node) TMFileModelSize
- Returns the size of the node.
- getStatusView
- getTitle(TMNodeAdapter nodeAdapter) TMComputeDraw interface definition
- Returns the title of the node.
- getTitle(TMNodeAdapter nodeAdapter) TMComputeDrawAdapter
- getTitle TMNodeModel
- Returns the title of the node.
- getTitle(TMNodeAdapter nodeAdapter) TMFileDraw
- Returns the title of the node.
- getTitleColor(TMNodeAdapter nodeAdapter) TMComputeDraw interface definition
- Returns the color of the title of the node.
- getTitleColor(TMNodeAdapter nodeAdapter) TMComputeDrawAdapter
- getTitleColor(TMNodeAdapter nodeAdapter) TMFileDraw
- Returns the color of the title of the node.
- getTitleOfObject(Object node) TMComputeDrawAdapter
- getTitleOfObject(Object node) TMFileModelDraw
- getTooltip(TMNodeAdapter nodeAdapter) TMComputeDraw interface definition
- Returns the tooltip of the node.
- getTooltip(TMNodeAdapter nodeAdapter) TMComputeDrawAdapter
- getTooltip TMNodeModel (package private) method
- Returns the tooltip of this node.
- getTooltip(TMNodeAdapter nodeAdapter) TMFileDraw
- Returns the tooltip of the node.
- getTooltipOfObject(Object node) TMComputeDrawAdapter
- getTooltipOfObject(Object node) TMFileModelDraw
- getToolTipText(MouseEvent event)
- Returns the tooltip to be displayed.
- getTransparency
- getUpdater TestNode
- getUpdater TMModelUpdaterConcrete (package private) method
- getUserData
- getView TMStatusView (package private) method
- getView(TMComputeSize%VISDOC_END_ORIGINAL_TEXT% cSize, %VISDOC_START_ORIGINAL_TEXT%TMComputeDraw cDraw) TreeMap
- Returns a view of the treemap with the
given renderers.
- guiTask TMThreadModel (package private) method
- Task to be executed in the gui thread, once task has finished.
- guiTask TMThreadTreeBuilder (package private) method
- hasChanged protected method
- Checks if something has changed.
- increment TMSDProgressBar (package private) method
- increment TMSDProgressSimple (package private) method
- increment TMSDSimple (package private) method
- increment TMStatusDisplay (package private) abstract method
- Increments the status display.
- increment TMStatusView (package private) method
- Increments the status display.
- increment TMSV (package private) method
- Increments the status display.
- increment ProgressStatus (package private) method
- incrementNumberOfDirtyDNodes (package private) method
- Increments the number of dirty draw nodes.
- incrementNumberOfDirtySNodes (package private) method
- Increments the number of dirty size nodes.
- incrementNumberOfNodes (package private) method
- Increments the number of created nodes.
- init(Color c, TMCushionData cData)
- initialize(TMNodeModel%VISDOC_END_ORIGINAL_TEXT% root, %VISDOC_START_ORIGINAL_TEXT%TMView view)
- Initialize the algorithm.
- Initialized (package private) method
- Sets this view as initialized.
- initUI(int limit) TMSDProgressBar private method
- initUI TMSDProgressSimple private method
- isBorderOnCushion
- isCompatibleWith(TMNode node) TMComputeDraw interface definition
- Test if this TMComputeDraw could be used
with the kind of TMNode passed in parameter.
- isCompatibleWith(TMNode node) TMComputeDrawAdapter
- isCompatibleWith(TMNode node) TMComputeSize interface definition
- Test if this TMComputeSize could be used
with the kind of TMNode passed in parameter.
- isCompatibleWith(TMNode node) TMComputeSizeAdapter
- isCompatibleWith(TMNode node) TMFileDraw
- Test if this TMComputeDraw could be used
with the kind of TMNode passed in parameter.
- isCompatibleWith(TMNode node) TMFileSize
- Test if this TMComputeSize could be used
with the kind of TMNode passed in parameter.
- isCompatibleWith(TMNode node) TMFileSizeDate
- Test if this TMComputeSize could be used
with the kind of TMNode passed in parameter.
- isCompatibleWithObject(Object node) TMComputeDrawAdapter
- isCompatibleWithObject(Object node) TMComputeSizeAdapter
- isCompatibleWithObject(Object node) TMFileModelDraw
- isCompatibleWithObject(Object node) TMFileModelSize
- isCushion
- isDrawingTitle
- isDrawingTitles
- isLeaf TestNode
- isLeaf(Object node) TMModelNode interface definition
- Checks if the given node is a leaf or not.
- isLeaf TMNode interface definition
- Checks if this node is a leaf or not.
- isLeaf TMNodeEncapsulator
- Checks if this node is a leaf or not.
- isLeaf TMNodeModel (package private) method
- Returns
true if this node
is not an instance of TMNodeModelComposite.
- isLeaf TMNodeModelComposite (package private) method
- Returns
false as this node
is an instance of TMNodeModelComposite.
- isLeaf(Object node) TMFileModelNode
- Returns true if this node is not a directory.
- isLeaf TMFileNode
- Returns true if this node is not a directory.
- launchChangeDrawing(TMComputeDraw cDraw) (package private) method
- Launch the changing of the TMComputeDraw object
in a separated thread, executed by the TMThreadQueue.
- launchChangeSizing(TMComputeSize cSize) (package private) method
- Launch the changing of the TMComputeSize object
in a separated thread, executed by the TMThreadQueue.
- launchTMNodeModelTreeBuilding(TMNode root) private method
- Launch the building of the TMNodeModel's tree
in a separated thread, executed by the TMThreadQueue.
- lock (package private) synchronized method
- lostChild(TMNodeModel child) TMNodeModelComposite (package private) method
- Removes a child of this node
and updates the size and the drawing of the parents.
- lostChild(TMNode%VISDOC_END_ORIGINAL_TEXT% parent, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMNodeModelRoot (package private) method
- Removes the TMNodeModel corresponding
to the TMNode child given from the children
of the TMNodeModel containing the TMNodeParent.
- main(String = []) TMPatternFactory public static method
- Display the differents patterns.
- main(String = []) Demo public static method
- main(String = []) DemoModel public static method
- mouseClicked(MouseEvent e)
- Called when a user clicked on the treemap.
- newChild(TMNodeModel child) TMNodeModelComposite (package private) method
- Adds the given TMNodeModel as a child of this node
and updates the size and the drawing of the parents.
- newChild(TMNode%VISDOC_END_ORIGINAL_TEXT% parent, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMNodeModelRoot (package private) method
- Builds the hierarchie of TMNodeModel corresponding
to the TMNode child given, and adds it as a child to
the TMNodeModel containing the TMNode parent.
- nodeContaining(int x, int y) TMNodeModel (package private) method
- Returns the most inner TMNodeModel
which contains in its drawing area
the given coordonates.
- nodeContaining(TMNode node) TMNodeModel (package private) method
- Returns the most inner TMNodeModel
which contains the given TMNode.
- nodeContaining(int x, int y) TMNodeModelComposite (package private) method
- Returns the most inner TMNodeModel
which contains in its drawing area
the given coordonates.
- nodeContaining(TMNode node) TMNodeModelComposite (package private) method
- Returns the most inner TMNodeModel
which contains the given TMNode.
- nodeContaining(int x, int y) TMNodeModelRoot (package private) method
- Returns the most inner TMNodeModel
which contains in its drawing area
the given coordonates.
- nodeContaining(TMNode node) TMNodeModelRoot (package private) method
- Returns the most inner TMNodeModel
which contains the given TMNode.
- paint(Graphics2D g) EmptyPaintMethod (package private) final method
- paint(Graphics2D g) FullPaintMethod (package private) final method
- paint(Graphics2D g) PaintMethod (package private) abstract method
- paintComponent(Graphics g) JPatternPanel
- paintComponent(Graphics g) TMView
- put(Object o) (package private) synchronized method
- Puts the object at the end of the queue.
- ratio(float w, float h) private method
- removeChild(Object node, Object child) TMModelUpdater interface definition
- To be called when the user node removes a child.
- removeChild(Object node, Object child) TMModelUpdaterConcrete
- To be called when the user node removes a child.
- removeChild(TMNodeEncapsulator child) TMNodeEncapsulator (package private) method
- Removes a child from the node.
- removeChild(TMNodeModel child) TMNodeModelComposite private method
- Removes the TMNodeModel as a children.
- removeChild(TMNode%VISDOC_END_ORIGINAL_TEXT% node, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMUpdater interface definition
- To be called when the user node removes a child.
- removeChild(TMNode%VISDOC_END_ORIGINAL_TEXT% node, %VISDOC_START_ORIGINAL_TEXT%TMNode child) TMUpdaterConcrete
- To be called when the user node removes a child.
- removeChild(TMFileNode child) TMFileNode protected method
- Removes a child from the node.
- restart (package private) method
- Starts or restarts the looping thread
- run Loop
- Loops on every thread in the event queue.
- run NotifyTMSV
- run TMThreadModel (package private) method
- Runs the task and the guiTask.
- run CheckingThread
- Checks if files have changed.
- setAlgorithm(String algoName)
- Sets the algorithm of the treemap.
- setBorderOnCushion(boolean border)
- setBorderSize(int size)
- setCDraw (package private) method
- Sets the cDraw of the model.
- setChanged
- Only to pass IllegalAcessError.
- setCSize (package private) method
- Sets the cSize of the model.
- setCushion(boolean cushion)
- setCushionData(TMCushionData data)
- setDrawingTitles(boolean drawing)
- setF(double f)
- setH(double h)
- setIS(int IS)
- setMeAndMyParentsAsDirty protected method
- Sets the dirty size and dirty drawing flags
on this TMNodeModel and on its parents.
- setRoot(TMNodeModel root) (package private) method
- Sets the root of the model.
- setStatus(TMStatusDisplay status) TMStatusView (package private) method
- Sets the status displayed.
- setStatus(TMStatusDisplay status) TMSV (package private) method
- Sets the status displayed.
- setUp protected method
- setUpdater(TMUpdater updater) TestNode
- setUpdater(TMModelUpdater updater) TMModelNode interface definition
- Called by the TMModelUpdater constructor.
- setUpdater(TMUpdater updater) TMNode interface definition
- Called by the TMUpdater constructor.
- setUpdater(TMUpdater updater) TMNodeEncapsulator
- Sets the updater for this node.
- setUpdater(TMNode node) TMUpdaterConcrete private method
- Sets the updater of the given node and of
all its child to be this TMUpdaterConcrete object.
- setUpdater(TMModelUpdater updater) TMFileModelNode
- Sets the updater for this node.
- setUpdater(TMUpdater updater) TMFileNode
- Sets the updater for this node.
- setUserData(Object o)
- stateChanged(ChangeEvent e) fSliderListener
- stateChanged(ChangeEvent e) hSliderListener
- stateChanged(ChangeEvent e) iSliderListener
- stateChanged(ChangeEvent e) SliderListener
- suite TestAllTM public static method
- Suite of the whole set of tests.
- suite TestTMUpdater public static method
- switchAxis(short axis) protected method
- Switch the axis and return the new axis.
- task TMThreadChangeDrawing (package private) method
- Change the TMComputeDraw.
- task TMThreadChangeSizing (package private) method
- Change the TMComputeSize.
- task TMThreadLostChild (package private) method
- task TMThreadModel (package private) abstract method
- Task to be executed in a separated thread.
- task TMThreadNewChild (package private) method
- task TMThreadTreeBuilder (package private) method
- task TMThreadUpdateDraw (package private) method
- task TMThreadUpdateSize (package private) method
- testSettingOfUpdater
- Tests the setting of the TMUpdater in every TMNodes.
- toString TMCushionData
- toString TMSDProgressBar
- Returns the TMSDProgressBar in a String.
- toString TMSDProgressSimple
- Returns the TMSDProgressSimple in a String.
- toString TMSDSimple
- Returns the TMSDSimple in a String.
- toString TMFileNode
- Returns the node in a String form : return the name.
- trueChildren private method
- Returns the non-buffered children of this node,
in an Enumeration.
- unlock (package private) synchronized method
- unsetStatus TMStatusView (package private) method
- Unsets the status displayed.
- unsetStatus TMSV (package private) method
- Unsets the status displayed.
- unzoom TMNodeModelRoot
- unzoom TMView
- update(Observable o, Object arg) TMBorderConf
- Called by the algorithm when parameters have changed.
- update(Observable o, Object arg) TMSV
- Called by the TMStatusView to update the view.
- update(Observable o, Object arg) TMView
- Called when a TMUpdater has its data changed.
- updateDrawing TMNodeModel (package private) method
- Updates the drawing of this node.
- updateDrawing(TMNode node) TMNodeModelRoot (package private) method
- Updates the drawing of the TMNodeModel
containing the given TMNode.
- updateSize(Object node) TMModelUpdater interface definition
- To be called when the user node has its size changed.
- updateSize(Object node) TMModelUpdaterConcrete
- To be called when the user node has its size changed.
- updateSize TMNodeModel (package private) method
- Updates the size of this node.
- updateSize(TMNode node) TMNodeModelRoot (package private) method
- Updates the size of the TMNodeModel containing
the given TMNode.
- updateSize(TMNode node) TMUpdater interface definition
- To be called when the user node has its size changed.
- updateSize(TMNode node) TMUpdaterConcrete
- To be called when the user node has its size changed.
- updateState(Object node) TMModelUpdater interface definition
- To be called when the user node has its state changed.
- updateState(Object node) TMModelUpdaterConcrete
- To be called when the user node has its state changed.
- updateState(TMNode node) TMUpdater interface definition
- To be called when the user node has its state changed.
- updateState(TMNode node) TMUpdaterConcrete
- To be called when the user node has its state changed.
- zoom(int x, int y) TMNodeModelRoot
- Zooms the treemap of one level in the direction of the node
at the given coordinates.
- zoom(int x, int y) TMView
- Zooms the treemap of one level in the direction of the node
at the given coordinates.