Package com.macrofocus.treemap
Class TreeMapSettingsEvent
- java.lang.Object
-
- com.macrofocus.treemap.TreeMapSettingsEvent
-
public class TreeMapSettingsEvent extends java.lang.ObjectAn event that characterizes a change in the settings.
-
-
Constructor Summary
Constructors Constructor Description TreeMapSettingsEvent(boolean updateGroupBy, boolean updateLayout, boolean updateColors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUpdateColors()booleanisUpdateGroupBy()booleanisUpdateLayout()java.lang.StringtoString()
-