Package com.macrofocus.treemap
Interface TreeMapSettings<N,Column,Color,Font>
-
- All Known Implementing Classes:
AbstractTreeMapSettings,DefaultTreeMapSettings
@JsType public interface TreeMapSettings<N,Column,Color,Font>Keep track of all the settings that can be applied to a treemap.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTreeMapSettings.PropertyType
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_BACKGROUNDstatic java.lang.StringPROPERTY_BACKGROUND_FIELDstatic java.lang.StringPROPERTY_COLOR_FIELDstatic java.lang.StringPROPERTY_DEPTHstatic java.lang.StringPROPERTY_DIMENSIONstatic java.lang.StringPROPERTY_DIMENSION_FIXEDstatic java.lang.StringPROPERTY_GROUP_BY_FIELDstatic java.lang.StringPROPERTY_HEIGHT_FIELDstatic java.lang.StringPROPERTY_HIDE_FILTER_RESULTSstatic java.lang.StringPROPERTY_HIDE_SEARCH_RESULTSstatic java.lang.StringPROPERTY_LABELS_FIELDstatic java.lang.StringPROPERTY_LIGHT_SOURCE_AMBIENTstatic java.lang.StringPROPERTY_LIGHT_SOURCE_HEIGHTstatic java.lang.StringPROPERTY_LIGHT_SOURCE_Xstatic java.lang.StringPROPERTY_LIGHT_SOURCE_Ystatic java.lang.StringPROPERTY_LIGHT_SOURCE_Zstatic java.lang.StringPROPERTY_MAXIMUM_HEIGHTstatic java.lang.StringPROPERTY_PROBING_COLORstatic java.lang.StringPROPERTY_RENDERINGstatic java.lang.StringPROPERTY_SELECTION_COLORstatic java.lang.StringPROPERTY_SIZE_FIELDstatic java.lang.StringPROPERTY_TOOLTIP_BACKGROUNDstatic java.lang.StringPROPERTY_TOOLTIP_FIELD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddTreeMapSettingsListener(TreeMapSettingsListener listener)Add a listener for receiving interesting events about changes in the settings.com.macrofocus.igraphics.CPColor<Color>getBackground()Returns the background color to use for drawing the treemap.MutableProperty<com.macrofocus.igraphics.CPColor<Color>>getBackgroundProperty()Returns the background color to use for drawing the treemap.TreeMapField<N,Column>getBackgroundTreeMapField()Gets the model used to hold the field used to display the background label.MutableSingleSelection<TreeMapField>getBackgroundVariableSelection()TreeMapField<N,Column>getColorTreeMapField()Gets the model used to hold the field used to represent the color.MutableSingleSelection<TreeMapField>getColorVariableSelection()TreeMapFieldSettings<Color,Font>getDefaultFieldSettings()DepthgetDepth()Returns the depth to use to lay out the treemap.MutableSingleSelection<Depth>getDepthSelection()java.awt.DimensiongetDimension()Gets the size of the treemap.java.lang.BooleangetDimensionFixed()TreeMapFieldSettings<Color,Font>getFieldSettings(TreeMapField field)TreeMapField<N,Column>[]getGroupByTreeMapFields()Gets the model used to hold the list of fields to be use for grouping.MutableSelection<TreeMapField>getGroupByVariablesSelection()TreeMapField<N,Column>getHeightTreeMapField()Gets the model used to hold the field used to represent the height.MutableSingleSelection<TreeMapField>getHeightVariableSelection()MutableProperty<java.lang.Boolean>getHideFilterResultsSelection()MutableProperty<java.lang.Boolean>getHideSearchResultsSelection()TreeMapField<N,Column>[]getLabelTreeMapFields()Gets the model used to hold the list of fields to be use for labeling.MutableSelection<TreeMapField>getLabelVariablesSelection()doublegetLightSourceAmbient()Returns the light source ambient intensity used for drawing the cushions.MutableBoundedIntervalgetLightSourceAmbientInterval()doublegetLightSourceHeight()Returns the light source height used for drawing the cushions.MutableBoundedIntervalgetLightSourceHeightInterval()doublegetLightSourceX()Returns the light source X position used for drawing the cushions.MutableBoundedIntervalgetLightSourceXInterval()doublegetLightSourceY()Returns the light source Y position used for drawing the cushions.MutableBoundedIntervalgetLightSourceYInterval()doublegetLightSourceZ()Returns the light source Z position used for drawing the cushions.MutableBoundedIntervalgetLightSourceZInterval()doublegetMaximumHeight()Gets the maximum height.MutableBoundedIntervalgetMaximumHeightInterval()Gets the model indicating the maximum height.com.macrofocus.igraphics.CPColor<Color>getProbingColor()Returns the color to use for drawing the borders.MutableProperty<com.macrofocus.igraphics.CPColor<Color>>getProbingColorProperty()Returns the color to use for drawing the borders.TreeMapView.ProgressivegetProgressive()MutableSingleSelection<TreeMapView.Progressive>getProgressiveSelection()MutableProperties<java.lang.String>getProperties()RenderinggetRendering()Returns the rendering scheme to use to draw the treemap.MutableSingleSelection<Rendering>getRenderingSelection()com.macrofocus.igraphics.CPColor<Color>getSelectionColor()Returns the color to use for drawing the borders.MutableProperty<com.macrofocus.igraphics.CPColor<Color>>getSelectionColorProperty()Returns the color to use for drawing the borders.booleangetShowPopup(TreeMapField field)Tells whether the specified field should be shown in the popup.TreeMapField<N,Column>getSizeTreeMapField()Gets the model used to hold the field used to represent the size.MutableSingleSelection<TreeMapField>getSizeVariableSelection()com.macrofocus.igraphics.CPColor<Color>getTooltipBackground()Returns the background color to use for drawing the tooltips.MutableProperty<com.macrofocus.igraphics.CPColor<Color>>getTooltipBackgroundProperty()Returns the background color to use for drawing the tooltips.TreeMapField<N,Column>[]getToolTipTreeMapFields()Gets the model used to hold the list of fields to be use by the tooltip.MutableSelection<TreeMapField>getTooltipVariablesSelection()java.lang.ObjectgetValue(java.lang.String key)Gets the value of the specified property.java.lang.BooleanisHideFilterResults()Gets the model used to indicate whether filtered nodes should be hidden.java.lang.BooleanisHideSearchResults()Gets the model used to indicate whether nodes that do not match the search criteria should be hidden.voidremoveTreeMapSettingsListener(TreeMapSettingsListener listener)Remove a listener from the list of listeners that should be notified about changes in the settings.voidremoveTreeMapSettingsListeners()Remove all the listener from the list of listeners that should be notified about changes in the settings.voidresetToDefaults()voidsave(com.macrofocus.molap.dataframe.DataFrame dataFrame, ElementFactory elementFactory, Element root)voidsetBackground(int column)Defines the field to use for background labeling.voidsetBackground(com.macrofocus.igraphics.CPColor<Color> color)Sets the background color to use for drawing the treemap.voidsetBackgroundByName(java.lang.String columnName)Defines the field to use for background labeling.voidsetBackgroundTreeMapField(TreeMapField field)voidsetColor(int column)Defines the field to use for coloring.voidsetColorByName(java.lang.String columnName)Defines the field to use for coloring.voidsetColorTreeMapField(TreeMapField field)voidsetDepth(Depth depth)Defines the depth to use to lay out the treemap.voidsetDimension(java.awt.Dimension dimension)Sets the size of the treemap.voidsetDimensionFixed(java.lang.Boolean fixed)voidsetGroupBy(int... columns)Defines the fields to be use for grouping.voidsetGroupByByNames(java.lang.String... columnNames)Defines the fields to be use for grouping.voidsetGroupByTreeMapFields(TreeMapField<N,Column>[] fields)voidsetHeight(int column)Defines the field to use for mapping the height.voidsetHeightByName(java.lang.String columnName)Defines the field to use for mapping the height.voidsetHeightTreeMapField(TreeMapField field)voidsetHideFilterResults(java.lang.Boolean hideFilterResults)voidsetHideSearchResults(java.lang.Boolean hideSearchResults)voidsetLabels(int... columns)Defines the fields to be use for labeling.voidsetLabelsByNames(java.lang.String... columnNames)Defines the fields to be use for labeling.voidsetLabelTreeMapFields(TreeMapField<N,Column>[] fields)voidsetLightSourceAmbient(double value)Sets the light source ambient intensity used for drawing the cushions.voidsetLightSourceHeight(double value)Sets the light source height used for drawing the cushions.voidsetLightSourceX(double value)Sets the light source X position used for drawing the cushions.voidsetLightSourceY(double value)Sets the light source Y position used for drawing the cushions.voidsetLightSourceZ(double value)Sets the light source Z position used for drawing the cushions.voidsetMaximumHeight(double height)Sets the maximum height.voidsetProbingColor(com.macrofocus.igraphics.CPColor<Color> color)Sets the color to use for drawing the borders.voidsetProgressive(TreeMapView.Progressive progressive)voidsetRendering(Rendering rendering)Defines the rendering scheme to use to draw the treemap.voidsetSelectionColor(com.macrofocus.igraphics.CPColor<Color> color)Sets the color to use for drawing the borders.voidsetShowPopup(TreeMapField field, boolean show)Sets whether the specified field should be displayed or no in the popup.voidsetSize(int column)Defines the field to use to represent the size.voidsetSizeByName(java.lang.String columnName)Defines the field to use to represent the size.voidsetSizeTreeMapField(TreeMapField field)voidsetToolTip(int... columns)Defines the fields to be use for the tooltip.voidsetTooltipBackground(com.macrofocus.igraphics.CPColor<Color> color)Sets the background color to use for drawing the tooltips.voidsetToolTipByNames(java.lang.String... columnNames)Defines the fields to be use for the tooltip.voidsetToolTipTreeMapFields(TreeMapField<N,Column>[] fields)
-
-
-
Field Detail
-
PROPERTY_SIZE_FIELD
static final java.lang.String PROPERTY_SIZE_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_COLOR_FIELD
static final java.lang.String PROPERTY_COLOR_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_LABELS_FIELD
static final java.lang.String PROPERTY_LABELS_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_TOOLTIP_FIELD
static final java.lang.String PROPERTY_TOOLTIP_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_BACKGROUND_FIELD
static final java.lang.String PROPERTY_BACKGROUND_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_HEIGHT_FIELD
static final java.lang.String PROPERTY_HEIGHT_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_GROUP_BY_FIELD
static final java.lang.String PROPERTY_GROUP_BY_FIELD
- See Also:
- Constant Field Values
-
PROPERTY_DEPTH
static final java.lang.String PROPERTY_DEPTH
- See Also:
- Constant Field Values
-
PROPERTY_RENDERING
static final java.lang.String PROPERTY_RENDERING
- See Also:
- Constant Field Values
-
PROPERTY_BACKGROUND
static final java.lang.String PROPERTY_BACKGROUND
- See Also:
- Constant Field Values
-
PROPERTY_TOOLTIP_BACKGROUND
static final java.lang.String PROPERTY_TOOLTIP_BACKGROUND
- See Also:
- Constant Field Values
-
PROPERTY_PROBING_COLOR
static final java.lang.String PROPERTY_PROBING_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_SELECTION_COLOR
static final java.lang.String PROPERTY_SELECTION_COLOR
- See Also:
- Constant Field Values
-
PROPERTY_HIDE_SEARCH_RESULTS
static final java.lang.String PROPERTY_HIDE_SEARCH_RESULTS
- See Also:
- Constant Field Values
-
PROPERTY_HIDE_FILTER_RESULTS
static final java.lang.String PROPERTY_HIDE_FILTER_RESULTS
- See Also:
- Constant Field Values
-
PROPERTY_DIMENSION
static final java.lang.String PROPERTY_DIMENSION
- See Also:
- Constant Field Values
-
PROPERTY_DIMENSION_FIXED
static final java.lang.String PROPERTY_DIMENSION_FIXED
- See Also:
- Constant Field Values
-
PROPERTY_MAXIMUM_HEIGHT
static final java.lang.String PROPERTY_MAXIMUM_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_LIGHT_SOURCE_HEIGHT
static final java.lang.String PROPERTY_LIGHT_SOURCE_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_LIGHT_SOURCE_AMBIENT
static final java.lang.String PROPERTY_LIGHT_SOURCE_AMBIENT
- See Also:
- Constant Field Values
-
PROPERTY_LIGHT_SOURCE_X
static final java.lang.String PROPERTY_LIGHT_SOURCE_X
- See Also:
- Constant Field Values
-
PROPERTY_LIGHT_SOURCE_Y
static final java.lang.String PROPERTY_LIGHT_SOURCE_Y
- See Also:
- Constant Field Values
-
PROPERTY_LIGHT_SOURCE_Z
static final java.lang.String PROPERTY_LIGHT_SOURCE_Z
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
MutableProperties<java.lang.String> getProperties()
-
getDimensionFixed
java.lang.Boolean getDimensionFixed()
-
setDimensionFixed
void setDimensionFixed(java.lang.Boolean fixed)
-
getDimension
@JsIgnore java.awt.Dimension getDimension()
Gets the size of the treemap.- Returns:
- the size of the treemap.
-
setDimension
@JsIgnore void setDimension(java.awt.Dimension dimension)
Sets the size of the treemap.- Parameters:
dimension- the size of the treemap.
-
getProgressive
@JsIgnore TreeMapView.Progressive getProgressive()
-
setProgressive
@JsIgnore void setProgressive(TreeMapView.Progressive progressive)
-
getGroupByTreeMapFields
TreeMapField<N,Column>[] getGroupByTreeMapFields()
Gets the model used to hold the list of fields to be use for grouping.- Returns:
- the model of fields to be use for grouping
-
setGroupByTreeMapFields
void setGroupByTreeMapFields(TreeMapField<N,Column>[] fields)
-
getSizeTreeMapField
TreeMapField<N,Column> getSizeTreeMapField()
Gets the model used to hold the field used to represent the size.- Returns:
- the model holding the field that represent the size.
-
getColorTreeMapField
TreeMapField<N,Column> getColorTreeMapField()
Gets the model used to hold the field used to represent the color.- Returns:
- the model holding the field that represent the color.
-
getLabelTreeMapFields
TreeMapField<N,Column>[] getLabelTreeMapFields()
Gets the model used to hold the list of fields to be use for labeling.- Returns:
- the model of fields to be use for labeling.
-
setLabelTreeMapFields
void setLabelTreeMapFields(TreeMapField<N,Column>[] fields)
-
getToolTipTreeMapFields
TreeMapField<N,Column>[] getToolTipTreeMapFields()
Gets the model used to hold the list of fields to be use by the tooltip.- Returns:
- the model of fields to be use by the tooltip.
-
setToolTipTreeMapFields
void setToolTipTreeMapFields(TreeMapField<N,Column>[] fields)
-
getBackgroundTreeMapField
TreeMapField<N,Column> getBackgroundTreeMapField()
Gets the model used to hold the field used to display the background label.- Returns:
- the model holding the field of the the background label.
-
getHeightTreeMapField
TreeMapField<N,Column> getHeightTreeMapField()
Gets the model used to hold the field used to represent the height.- Returns:
- the model holding the field that represent the height.
-
isHideFilterResults
java.lang.Boolean isHideFilterResults()
Gets the model used to indicate whether filtered nodes should be hidden.- Returns:
- the model indicating whether filtered nodes should be hidden.
-
setHideFilterResults
void setHideFilterResults(java.lang.Boolean hideFilterResults)
-
isHideSearchResults
java.lang.Boolean isHideSearchResults()
Gets the model used to indicate whether nodes that do not match the search criteria should be hidden.- Returns:
- the model indicating whether nodes that do not match the search criteria should be hidden.
-
setHideSearchResults
void setHideSearchResults(java.lang.Boolean hideSearchResults)
-
getMaximumHeightInterval
MutableBoundedInterval getMaximumHeightInterval()
Gets the model indicating the maximum height.- Returns:
- the model holding the maximum height.
-
getMaximumHeight
double getMaximumHeight()
Gets the maximum height.- Returns:
- the maximum height.
-
setMaximumHeight
void setMaximumHeight(double height)
Sets the maximum height.- Parameters:
height- the maximum height.
-
setGroupBy
void setGroupBy(int... columns)
Defines the fields to be use for grouping.- Parameters:
columns- the indexes of the columns to be used for grouping- See Also:
DefaultTreeMapSettings.getGroupByTreeMapFields()
-
setGroupByByNames
void setGroupByByNames(java.lang.String... columnNames)
Defines the fields to be use for grouping.- Parameters:
columnNames- the names of the columns to be used for grouping- See Also:
DefaultTreeMapSettings.getGroupByTreeMapFields()
-
setLabels
void setLabels(int... columns)
Defines the fields to be use for labeling.- Parameters:
columns- the indexes of the columns to be used for labeling- See Also:
DefaultTreeMapSettings.getLabelTreeMapFields()
-
setLabelsByNames
void setLabelsByNames(java.lang.String... columnNames)
Defines the fields to be use for labeling.- Parameters:
columnNames- the names of the columns to be used for labeling- See Also:
DefaultTreeMapSettings.getLabelTreeMapFields()
-
setToolTip
void setToolTip(int... columns)
Defines the fields to be use for the tooltip.- Parameters:
columns- the indexes of the columns to be used for labeling- See Also:
DefaultTreeMapSettings.getLabelTreeMapFields()
-
setToolTipByNames
void setToolTipByNames(java.lang.String... columnNames)
Defines the fields to be use for the tooltip.- Parameters:
columnNames- the names of the columns to be used for labeling- See Also:
DefaultTreeMapSettings.getLabelTreeMapFields()
-
setBackground
void setBackground(int column)
Defines the field to use for background labeling.- Parameters:
column- the index of the column to be used for background labeling- See Also:
DefaultTreeMapSettings.getBackgroundTreeMapField()
-
setBackgroundByName
void setBackgroundByName(java.lang.String columnName)
Defines the field to use for background labeling.- Parameters:
columnName- the name of the column to be used for background labeling- See Also:
DefaultTreeMapSettings.getBackgroundTreeMapField()
-
setSize
void setSize(int column)
Defines the field to use to represent the size.- Parameters:
column- the index of the column to be used for representing the size- See Also:
DefaultTreeMapSettings.getSizeTreeMapField()
-
setSizeByName
void setSizeByName(java.lang.String columnName)
Defines the field to use to represent the size.- Parameters:
columnName- the name of the column to be used for representing the size- See Also:
DefaultTreeMapSettings.getSizeTreeMapField()
-
setColor
void setColor(int column)
Defines the field to use for coloring.- Parameters:
column- the index of the column to be used for coloring- See Also:
DefaultTreeMapSettings.getColorTreeMapField()
-
setColorByName
void setColorByName(java.lang.String columnName)
Defines the field to use for coloring.- Parameters:
columnName- the name of the column to be used for coloring- See Also:
DefaultTreeMapSettings.getColorTreeMapField()
-
setHeight
void setHeight(int column)
Defines the field to use for mapping the height.- Parameters:
column- the index of the column to be used for mapping the height- See Also:
DefaultTreeMapSettings.getHeightTreeMapField()
-
setHeightByName
void setHeightByName(java.lang.String columnName)
Defines the field to use for mapping the height.- Parameters:
columnName- the name of the column to be used for mapping the height- See Also:
DefaultTreeMapSettings.getHeightTreeMapField()
-
setHeightTreeMapField
void setHeightTreeMapField(TreeMapField field)
-
setColorTreeMapField
void setColorTreeMapField(TreeMapField field)
-
setSizeTreeMapField
void setSizeTreeMapField(TreeMapField field)
-
setBackgroundTreeMapField
void setBackgroundTreeMapField(TreeMapField field)
-
getDepth
@JsIgnore Depth getDepth()
Returns the depth to use to lay out the treemap.- Returns:
- the depth to use
- See Also:
DefaultTreeMapSettings.getDepth(),DepthFactory
-
setDepth
@JsIgnore void setDepth(Depth depth)
Defines the depth to use to lay out the treemap.- Parameters:
depth- the depth to use- See Also:
DefaultTreeMapSettings.getDepth(),DepthFactory
-
getRendering
@JsIgnore Rendering getRendering()
Returns the rendering scheme to use to draw the treemap.- Returns:
- the rendering scheme to use
- See Also:
DefaultTreeMapSettings.getRendering(),RenderingFactory
-
setRendering
void setRendering(Rendering rendering)
Defines the rendering scheme to use to draw the treemap.- Parameters:
rendering- the rendering scheme to use- See Also:
DefaultTreeMapSettings.getRendering(),RenderingFactory
-
getLightSourceHeight
double getLightSourceHeight()
Returns the light source height used for drawing the cushions.- Returns:
- the height
- See Also:
DefaultTreeMapSettings.getLightSourceHeight()
-
setLightSourceHeight
void setLightSourceHeight(double value)
Sets the light source height used for drawing the cushions.- Parameters:
value- the height- See Also:
DefaultTreeMapSettings.getLightSourceHeight()
-
getLightSourceAmbient
double getLightSourceAmbient()
Returns the light source ambient intensity used for drawing the cushions.- Returns:
- the ambient intensity
- See Also:
DefaultTreeMapSettings.getLightSourceAmbient()
-
setLightSourceAmbient
void setLightSourceAmbient(double value)
Sets the light source ambient intensity used for drawing the cushions.- Parameters:
value- the ambient intensity- See Also:
DefaultTreeMapSettings.getLightSourceAmbient()
-
getLightSourceX
double getLightSourceX()
Returns the light source X position used for drawing the cushions.- Returns:
- the X position
- See Also:
DefaultTreeMapSettings.getLightSourceX()
-
setLightSourceX
void setLightSourceX(double value)
Sets the light source X position used for drawing the cushions.- Parameters:
value- the X position- See Also:
DefaultTreeMapSettings.getLightSourceX()
-
getLightSourceY
double getLightSourceY()
Returns the light source Y position used for drawing the cushions.- Returns:
- the Y position
- See Also:
DefaultTreeMapSettings.getLightSourceY()
-
setLightSourceY
void setLightSourceY(double value)
Sets the light source Y position used for drawing the cushions.- Parameters:
value- the Y position- See Also:
DefaultTreeMapSettings.getLightSourceY()
-
getLightSourceZ
double getLightSourceZ()
Returns the light source Z position used for drawing the cushions.- Returns:
- the Z position
- See Also:
DefaultTreeMapSettings.getLightSourceZ()
-
setLightSourceZ
void setLightSourceZ(double value)
Sets the light source Z position used for drawing the cushions.- Parameters:
value- the Z position- See Also:
DefaultTreeMapSettings.getLightSourceZ()
-
getBackgroundProperty
@JsIgnore MutableProperty<com.macrofocus.igraphics.CPColor<Color>> getBackgroundProperty()
Returns the background color to use for drawing the treemap.- Returns:
- the color to be used
-
getBackground
@JsIgnore com.macrofocus.igraphics.CPColor<Color> getBackground()
Returns the background color to use for drawing the treemap.- Returns:
- the color to be used
-
setBackground
@JsIgnore void setBackground(com.macrofocus.igraphics.CPColor<Color> color)
Sets the background color to use for drawing the treemap.- Parameters:
color- the color to be used- See Also:
DefaultTreeMapSettings.getBackground()
-
getTooltipBackgroundProperty
MutableProperty<com.macrofocus.igraphics.CPColor<Color>> getTooltipBackgroundProperty()
Returns the background color to use for drawing the tooltips.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getTooltipBackground()
-
getTooltipBackground
com.macrofocus.igraphics.CPColor<Color> getTooltipBackground()
Returns the background color to use for drawing the tooltips.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getTooltipBackground()
-
setTooltipBackground
void setTooltipBackground(com.macrofocus.igraphics.CPColor<Color> color)
Sets the background color to use for drawing the tooltips.- Parameters:
color- the color to be used- See Also:
DefaultTreeMapSettings.getTooltipBackground()
-
getProbingColorProperty
MutableProperty<com.macrofocus.igraphics.CPColor<Color>> getProbingColorProperty()
Returns the color to use for drawing the borders.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getProbingColor()
-
getProbingColor
com.macrofocus.igraphics.CPColor<Color> getProbingColor()
Returns the color to use for drawing the borders.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getProbingColor()
-
setProbingColor
void setProbingColor(com.macrofocus.igraphics.CPColor<Color> color)
Sets the color to use for drawing the borders.- Parameters:
color- the color to be used- See Also:
DefaultTreeMapSettings.getProbingColor()
-
getSelectionColorProperty
MutableProperty<com.macrofocus.igraphics.CPColor<Color>> getSelectionColorProperty()
Returns the color to use for drawing the borders.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getSelectionColor()
-
getSelectionColor
com.macrofocus.igraphics.CPColor<Color> getSelectionColor()
Returns the color to use for drawing the borders.- Returns:
- the color to be used
- See Also:
DefaultTreeMapSettings.getSelectionColor()
-
setSelectionColor
void setSelectionColor(com.macrofocus.igraphics.CPColor<Color> color)
Sets the color to use for drawing the borders.- Parameters:
color- the color to be used- See Also:
DefaultTreeMapSettings.getSelectionColor()
-
getShowPopup
boolean getShowPopup(TreeMapField field)
Tells whether the specified field should be shown in the popup.- Parameters:
field- the field.- Returns:
- true if it should be displayed, false otherwise.
-
setShowPopup
void setShowPopup(TreeMapField field, boolean show)
Sets whether the specified field should be displayed or no in the popup.- Parameters:
field- the field.show- true if it should be displayed, false otherwise.
-
getValue
java.lang.Object getValue(java.lang.String key)
Gets the value of the specified property.- Parameters:
key- the property name- Returns:
- the value
-
addTreeMapSettingsListener
@JsIgnore void addTreeMapSettingsListener(TreeMapSettingsListener listener)
Add a listener for receiving interesting events about changes in the settings.- Parameters:
listener- the listener to add.
-
removeTreeMapSettingsListener
@JsIgnore void removeTreeMapSettingsListener(TreeMapSettingsListener listener)
Remove a listener from the list of listeners that should be notified about changes in the settings.- Parameters:
listener- the listener to remove.
-
removeTreeMapSettingsListeners
@JsIgnore void removeTreeMapSettingsListeners()
Remove all the listener from the list of listeners that should be notified about changes in the settings.
-
getGroupByVariablesSelection
MutableSelection<TreeMapField> getGroupByVariablesSelection()
-
getSizeVariableSelection
MutableSingleSelection<TreeMapField> getSizeVariableSelection()
-
getColorVariableSelection
MutableSingleSelection<TreeMapField> getColorVariableSelection()
-
getLabelVariablesSelection
MutableSelection<TreeMapField> getLabelVariablesSelection()
-
getTooltipVariablesSelection
MutableSelection<TreeMapField> getTooltipVariablesSelection()
-
getBackgroundVariableSelection
MutableSingleSelection<TreeMapField> getBackgroundVariableSelection()
-
getHeightVariableSelection
MutableSingleSelection<TreeMapField> getHeightVariableSelection()
-
getDepthSelection
MutableSingleSelection<Depth> getDepthSelection()
-
getRenderingSelection
MutableSingleSelection<Rendering> getRenderingSelection()
-
getProgressiveSelection
MutableSingleSelection<TreeMapView.Progressive> getProgressiveSelection()
-
getHideFilterResultsSelection
MutableProperty<java.lang.Boolean> getHideFilterResultsSelection()
-
getHideSearchResultsSelection
MutableProperty<java.lang.Boolean> getHideSearchResultsSelection()
-
getDefaultFieldSettings
TreeMapFieldSettings<Color,Font> getDefaultFieldSettings()
-
getFieldSettings
TreeMapFieldSettings<Color,Font> getFieldSettings(TreeMapField field)
-
getLightSourceHeightInterval
MutableBoundedInterval getLightSourceHeightInterval()
-
getLightSourceAmbientInterval
MutableBoundedInterval getLightSourceAmbientInterval()
-
getLightSourceXInterval
MutableBoundedInterval getLightSourceXInterval()
-
getLightSourceYInterval
MutableBoundedInterval getLightSourceYInterval()
-
getLightSourceZInterval
MutableBoundedInterval getLightSourceZInterval()
-
resetToDefaults
void resetToDefaults()
-
save
void save(com.macrofocus.molap.dataframe.DataFrame dataFrame, ElementFactory elementFactory, Element root)
-
-