JIDE 3.5.15

com.jidesoft.treemap
Class TreeMapSettingsEvent

java.lang.Object
  extended by com.jidesoft.treemap.TreeMapSettingsEvent

public class TreeMapSettingsEvent
extends Object

An event that characterizes a change in the settings.


Constructor Summary
TreeMapSettingsEvent(boolean updateGroupBy, boolean updateLayout, boolean updateColors)
           
 
Method Summary
 boolean isUpdateColors()
           
 boolean isUpdateGroupBy()
           
 boolean isUpdateLayout()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeMapSettingsEvent

public TreeMapSettingsEvent(boolean updateGroupBy,
                            boolean updateLayout,
                            boolean updateColors)
Method Detail

isUpdateGroupBy

public boolean isUpdateGroupBy()

isUpdateLayout

public boolean isUpdateLayout()

isUpdateColors

public boolean isUpdateColors()

toString

public String toString()
Overrides:
toString in class Object

JIDE 3.5.15