JIDE 3.5.15

com.jidesoft.treemap
Class DefaultTreeMapSettings

java.lang.Object
  extended by com.jidesoft.treemap.AbstractTreeMapSettings
      extended by com.jidesoft.treemap.DefaultTreeMapSettings
All Implemented Interfaces:
TreeMapSettings

public class DefaultTreeMapSettings
extends AbstractTreeMapSettings

Default implementation of the TreeMapSettings interface.


Field Summary
protected  TreeMapField _backgroundField
           
protected  TreeMapField _colorField
           
protected  Depth _depth
           
protected  TreeMapField[] _groupByFields
           
protected  TreeMapField _heightField
           
protected  TreeMapField[] _labelsFields
           
protected  AbstractTreeMapModel _model
           
protected  Color _probingColor
           
protected  Rendering _rendering
           
protected  Color _selectionColor
           
protected  TreeMapField _sizeField
           
protected  Color _tooltipBackground
           
protected  MutableBoundedInterval lightSourceAmbient
           
protected  MutableBoundedInterval lightSourceHeight
           
protected  MutableBoundedInterval lightSourceX
           
protected  MutableBoundedInterval lightSourceY
           
protected  MutableBoundedInterval lightSourceZ
           
protected  MutableBoundedInterval maximumHeight
           
 
Fields inherited from interface com.jidesoft.treemap.TreeMapSettings
PROPERTY_BACKGROUND_FIELD, PROPERTY_COLOR_FIELD, PROPERTY_DEPTH, PROPERTY_DIMENSION, PROPERTY_DIMENSION_FIXED, PROPERTY_GROUP_BY_FIELD, PROPERTY_HEIGHT_FIELD, PROPERTY_HIDE_FILTER_RESULTS, PROPERTY_HIDE_SEARCH_RESULTS, PROPERTY_LABELS_FIELD, PROPERTY_PROBING_COLOR, PROPERTY_RENDERING, PROPERTY_SELECTION_COLOR, PROPERTY_SIZE_FIELD, PROPERTY_TOOLTIP_BACKGROUND
 
Constructor Summary
DefaultTreeMapSettings(AbstractTreeMapModel model)
           
 
Method Summary
protected  TreeMapFieldSettings createDefaultTreeMapFieldSettings()
           
protected  TreeMapFieldSettings createOverridingTreeMapFieldSettings(TreeMapFieldSettings defaultSettings, TreeMapModel model, TreeMapField field)
           
 Aggregation getAggregation()
          Deprecated. 
 Algorithm getAlgorithm()
          Deprecated. 
 TreeMapField getBackgroundTreeMapField()
          Gets the model used to hold the field used to display the background label.
 Color getBorderColor()
          Deprecated. 
 double getBorderThickness()
          Deprecated. 
 TreeMapField getColorTreeMapField()
          Gets the model used to hold the field used to represent the color.
 TreeMapFieldSettings getDefaultFieldSettings()
           
 Depth getDepth()
          Returns the depth to use to lay out the treemap.
 Dimension getDimension()
          Gets the size of the treemap.
 TreeMapFieldSettings getFieldSettings(TreeMapField field)
           
 TreeMapField[] getGroupByTreeMapFields()
          Gets the model used to hold the list of fields to be use for grouping.
 Color getHeaderBackground()
          Deprecated. 
 Color getHeaderEffectColor()
          Deprecated. 
 Font getHeaderFont()
          Deprecated. 
 Color getHeaderForeground()
          Deprecated. 
 TreeMapField getHeightTreeMapField()
          Gets the model used to hold the field used to represent the height.
 Color getLabelingEffectColor()
          Deprecated. 
 Font getLabelingFont()
          Deprecated. 
 Color getLabelingForeground()
          Deprecated. 
 List<TreeMapField> getLabelsTreeMapFields()
          Gets the list of fields to be used for labeling.
 TreeMapField[] getLabelTreeMapFields()
          Gets the model used to hold the list of fields to be use for labeling.
 double getLightSourceAmbient()
          Returns the light source ambient intensity used for drawing the cushions.
 double getLightSourceHeight()
          Returns the light source height used for drawing the cushions.
 double getLightSourceX()
          Returns the light source X position used for drawing the cushions.
 double getLightSourceY()
          Returns the light source Y position used for drawing the cushions.
 double getLightSourceZ()
          Returns the light source Z position used for drawing the cushions.
 double getMaximumHeight()
          Gets the maximum height.
 Nesting getNesting()
          Deprecated. 
 Ordering getOrdering()
          Deprecated. 
 List<TreeMapField> getPopupTreeMapFields()
          Gets the list of fields to be used in the popup.
 Color getProbingColor()
          Returns the color to use for drawing the borders.
 TreeMapView.Progressive getProgressive()
           
 Rendering getRendering()
          Returns the rendering scheme to use to draw the treemap.
 Scale getScale()
          Deprecated. 
 Color getSelectionColor()
          Returns the color to use for drawing the borders.
 boolean getShowPopup(TreeMapField field)
          Tells whether the specified field should be shown in the popup.
 TreeMapField getSizeTreeMapField()
          Gets the model used to hold the field used to represent the size.
 Color getTooltipBackground()
          Returns the background color to use for drawing the tooltips.
 Font getTooltipFont()
          Deprecated. 
 Color getTooltipForeground()
          Deprecated. 
 Object getValue(String key)
          Gets the value of the specified property.
 Boolean isDimensionFixed()
           
 Boolean isHideFilterResults()
          Gets the model used to indicate whether filtered nodes should be hidden.
 Boolean isHideSearchResults()
          Gets the model used to indicate whether nodes that do not match the search criteria should be hidden.
 void resetToDefaults()
           
 void setAggregation(Aggregation aggregation)
          Deprecated. 
 void setAlgorithm(Algorithm algorithm)
          Deprecated. 
 void setBackground(int column)
          Defines the field to use for background labeling.
 void setBackgroundByName(String columnName)
          Defines the field to use for background labeling.
 void setBackgroundTreeMapField(TreeMapField field)
           
 void setBorderColor(Color color)
          Deprecated. 
 void setBorderThickness(double value)
          Deprecated. 
 void setColor(int column)
          Defines the field to use for coloring.
 void setColorByName(String columnName)
          Defines the field to use for coloring.
 void setColorTreeMapField(TreeMapField field)
           
 void setDepth(Depth depth)
          Defines the depth to use to lay out the treemap.
 void setDimension(Dimension dimension)
          Sets the size of the treemap.
 void setDimensionFixed(Boolean fixed)
           
 void setGroupBy(int... columns)
          Defines the fields to be use for grouping.
 void setGroupByByNames(String... columnNames)
          Defines the fields to be use for grouping.
 void setGroupByTreeMapFields(TreeMapField[] fields)
           
 void setHeaderBackground(Color color)
          Deprecated. 
 void setHeaderEffectColor(Color color)
          Deprecated. 
 void setHeaderFont(Font font)
          Deprecated. 
 void setHeaderForeground(Color color)
          Deprecated. 
 void setHeight(int column)
          Defines the field to use for mapping the height.
 void setHeightByName(String columnName)
          Defines the field to use for mapping the height.
 void setHeightTreeMapField(TreeMapField field)
           
 void setHideFilterResults(Boolean hideFilterResults)
          
 void setHideSearchResults(Boolean hideSearchResults)
          
 void setLabelingEffectColor(Color color)
          Deprecated. 
 void setLabelingFont(Font font)
          Deprecated. 
 void setLabelingForeground(Color color)
          Deprecated. 
 void setLabels(int... columns)
          Defines the fields to be use for labeling.
 void setLabelsByNames(String... columnNames)
          Defines the fields to be use for labeling.
 void setLabelsTreeMapFields(TreeMapField[] fields)
           
 void setLightSourceAmbient(double value)
          Sets the light source ambient intensity used for drawing the cushions.
 void setLightSourceHeight(double value)
          Sets the light source height used for drawing the cushions.
 void setLightSourceX(double value)
          Sets the light source X position used for drawing the cushions.
 void setLightSourceY(double value)
          Sets the light source Y position used for drawing the cushions.
 void setLightSourceZ(double value)
          Sets the light source Z position used for drawing the cushions.
 void setMaximumHeight(double height)
          Sets the maximum height.
 void setNesting(Nesting nesting)
          Deprecated. 
 void setOrdering(Ordering ordering)
          Deprecated. 
 void setProbingColor(Color color)
          Sets the color to use for drawing the borders.
 void setProgressive(TreeMapView.Progressive progressive)
           
 void setRendering(Rendering rendering)
          Defines the rendering scheme to use to draw the treemap.
 void setScale(Scale scale)
          Deprecated. 
 void setSelectionColor(Color color)
          Sets the color to use for drawing the borders.
 void setShowPopup(TreeMapField field, boolean show)
          Sets whether the specified field should be displayed or no in the popup.
 void setSize(int column)
          Defines the field to use to represent the size.
 void setSizeByName(String columnName)
          Defines the field to use to represent the size.
 void setSizeTreeMapField(TreeMapField field)
           
 void setTooltipBackground(Color color)
          Sets the background color to use for drawing the tooltips.
 void setTooltipFont(Font font)
          Deprecated. 
 void setTooltipForeground(Color color)
          Deprecated. 
 
Methods inherited from class com.jidesoft.treemap.AbstractTreeMapSettings
addPropertyChangeListener, addPropertyChangeListener, addTreeMapSettingsListener, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, notifySettingsChanged, removePropertyChangeListener, removePropertyChangeListener, removeTreeMapSettingsListener, removeTreeMapSettingsListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_model

protected final AbstractTreeMapModel _model

_groupByFields

protected TreeMapField[] _groupByFields

_labelsFields

protected TreeMapField[] _labelsFields

_sizeField

protected TreeMapField _sizeField

_colorField

protected TreeMapField _colorField

_backgroundField

protected TreeMapField _backgroundField

_heightField

protected TreeMapField _heightField

_depth

protected Depth _depth

_rendering

protected Rendering _rendering

maximumHeight

protected final MutableBoundedInterval maximumHeight

lightSourceHeight

protected final MutableBoundedInterval lightSourceHeight

lightSourceAmbient

protected final MutableBoundedInterval lightSourceAmbient

lightSourceX

protected final MutableBoundedInterval lightSourceX

lightSourceY

protected final MutableBoundedInterval lightSourceY

lightSourceZ

protected final MutableBoundedInterval lightSourceZ

_tooltipBackground

protected Color _tooltipBackground

_probingColor

protected Color _probingColor

_selectionColor

protected Color _selectionColor
Constructor Detail

DefaultTreeMapSettings

public DefaultTreeMapSettings(AbstractTreeMapModel model)
Method Detail

createDefaultTreeMapFieldSettings

protected TreeMapFieldSettings createDefaultTreeMapFieldSettings()

createOverridingTreeMapFieldSettings

protected TreeMapFieldSettings createOverridingTreeMapFieldSettings(TreeMapFieldSettings defaultSettings,
                                                                    TreeMapModel model,
                                                                    TreeMapField field)

getDefaultFieldSettings

public TreeMapFieldSettings getDefaultFieldSettings()

getFieldSettings

public TreeMapFieldSettings getFieldSettings(TreeMapField field)

isDimensionFixed

public Boolean isDimensionFixed()

setDimensionFixed

public void setDimensionFixed(Boolean fixed)

getDimension

public Dimension getDimension()
Description copied from interface: TreeMapSettings
Gets the size of the treemap.

Returns:
the size of the treemap.

setDimension

public void setDimension(Dimension dimension)
Description copied from interface: TreeMapSettings
Sets the size of the treemap.

Parameters:
dimension - the size of the treemap.

getProgressive

public TreeMapView.Progressive getProgressive()

setProgressive

public void setProgressive(TreeMapView.Progressive progressive)

getGroupByTreeMapFields

public TreeMapField[] 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

public void setGroupByTreeMapFields(TreeMapField[] fields)

getSizeTreeMapField

public TreeMapField 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

public TreeMapField 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

public TreeMapField[] 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.

getBackgroundTreeMapField

public TreeMapField 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

public TreeMapField getHeightTreeMapField()
Gets the model used to hold the field used to represent the height.

Returns:
the model holding the field that represent the height.

getMaximumHeight

public double getMaximumHeight()
Gets the maximum height.

Returns:
the maximum height.

setMaximumHeight

public void setMaximumHeight(double height)
Sets the maximum height.

Parameters:
height - the maximum height.

isHideFilterResults

public Boolean isHideFilterResults()
Gets the model used to indicate whether filtered nodes should be hidden.

Returns:
the model indicating whether filtered nodes should be hidden.

isHideSearchResults

public 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.

setGroupBy

public 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:
getGroupByTreeMapFields()

setGroupByByNames

public void setGroupByByNames(String... columnNames)
Defines the fields to be use for grouping.

Parameters:
columnNames - the names of the columns to be used for grouping
See Also:
getGroupByTreeMapFields()

setLabels

public 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:
getLabelTreeMapFields()

setLabelsByNames

public void setLabelsByNames(String... columnNames)
Defines the fields to be use for labeling.

Parameters:
columnNames - the names of the columns to be used for labeling
See Also:
getLabelTreeMapFields()

getLabelsTreeMapFields

public List<TreeMapField> getLabelsTreeMapFields()
Description copied from interface: TreeMapSettings
Gets the list of fields to be used for labeling.

Returns:
the list of fields.

setLabelsTreeMapFields

public void setLabelsTreeMapFields(TreeMapField[] fields)

getPopupTreeMapFields

public List<TreeMapField> getPopupTreeMapFields()
Description copied from interface: TreeMapSettings
Gets the list of fields to be used in the popup.

Returns:
the list of fields.

getShowPopup

public boolean getShowPopup(TreeMapField field)
Description copied from interface: TreeMapSettings
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

public void setShowPopup(TreeMapField field,
                         boolean show)
Description copied from interface: TreeMapSettings
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.

setBackground

public 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:
getBackgroundTreeMapField()

setBackgroundTreeMapField

public void setBackgroundTreeMapField(TreeMapField field)

setBackgroundByName

public void setBackgroundByName(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:
getBackgroundTreeMapField()

setSize

public 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:
getSizeTreeMapField()

setSizeTreeMapField

public void setSizeTreeMapField(TreeMapField field)

setSizeByName

public void setSizeByName(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:
getSizeTreeMapField()

setColor

public 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:
getColorTreeMapField()

setColorByName

public void setColorByName(String columnName)
Defines the field to use for coloring.

Parameters:
columnName - the name of the column to be used for coloring
See Also:
getColorTreeMapField()

setColorTreeMapField

public void setColorTreeMapField(TreeMapField field)

setHeight

public 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:
getHeightTreeMapField()

setHeightByName

public void setHeightByName(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:
getHeightTreeMapField()

setHeightTreeMapField

public void setHeightTreeMapField(TreeMapField field)

getDepth

public Depth getDepth()
Returns the depth to use to lay out the treemap.

Returns:
the depth to use
See Also:
getDepth(), DepthFactory

setDepth

public void setDepth(Depth depth)
Defines the depth to use to lay out the treemap.

Parameters:
depth - the depth to use
See Also:
getDepth(), DepthFactory

setRendering

public void setRendering(Rendering rendering)
Defines the rendering scheme to use to draw the treemap.

Parameters:
rendering - the rendering scheme to use
See Also:
getRendering(), RenderingFactory

setHideFilterResults

public void setHideFilterResults(Boolean hideFilterResults)


setHideSearchResults

public void setHideSearchResults(Boolean hideSearchResults)


getRendering

public Rendering getRendering()
Returns the rendering scheme to use to draw the treemap.

Returns:
the rendering scheme to use
See Also:
getRendering(), RenderingFactory

getLightSourceHeight

public double getLightSourceHeight()
Returns the light source height used for drawing the cushions.

Returns:
the height
See Also:
getLightSourceHeight()

setLightSourceHeight

public void setLightSourceHeight(double value)
Sets the light source height used for drawing the cushions.

Parameters:
value - the height
See Also:
getLightSourceHeight()

getLightSourceAmbient

public double getLightSourceAmbient()
Returns the light source ambient intensity used for drawing the cushions.

Returns:
the ambient intensity
See Also:
getLightSourceAmbient()

setLightSourceAmbient

public void setLightSourceAmbient(double value)
Sets the light source ambient intensity used for drawing the cushions.

Parameters:
value - the ambient intensity
See Also:
getLightSourceAmbient()

getLightSourceX

public double getLightSourceX()
Returns the light source X position used for drawing the cushions.

Returns:
the X position
See Also:
getLightSourceX()

setLightSourceX

public void setLightSourceX(double value)
Sets the light source X position used for drawing the cushions.

Parameters:
value - the X position
See Also:
getLightSourceX()

getLightSourceY

public double getLightSourceY()
Returns the light source Y position used for drawing the cushions.

Returns:
the Y position
See Also:
getLightSourceY()

setLightSourceY

public void setLightSourceY(double value)
Sets the light source Y position used for drawing the cushions.

Parameters:
value - the Y position
See Also:
getLightSourceY()

getLightSourceZ

public double getLightSourceZ()
Returns the light source Z position used for drawing the cushions.

Returns:
the Z position
See Also:
getLightSourceZ()

setLightSourceZ

public void setLightSourceZ(double value)
Sets the light source Z position used for drawing the cushions.

Parameters:
value - the Z position
See Also:
getLightSourceZ()

getTooltipBackground

public Color getTooltipBackground()
Returns the background color to use for drawing the tooltips.

Returns:
the color to be used
See Also:
getTooltipBackground()

setTooltipBackground

public void setTooltipBackground(Color color)
Sets the background color to use for drawing the tooltips.

Parameters:
color - the color to be used
See Also:
getTooltipBackground()

getProbingColor

public Color getProbingColor()
Returns the color to use for drawing the borders.

Returns:
the color to be used
See Also:
getProbingColor()

setProbingColor

public void setProbingColor(Color color)
Sets the color to use for drawing the borders.

Parameters:
color - the color to be used
See Also:
getProbingColor()

getSelectionColor

public Color getSelectionColor()
Returns the color to use for drawing the borders.

Returns:
the color to be used
See Also:
getSelectionColor()

setSelectionColor

public void setSelectionColor(Color color)
Sets the color to use for drawing the borders.

Parameters:
color - the color to be used
See Also:
getSelectionColor()

getValue

public Object getValue(String key)
Description copied from interface: TreeMapSettings
Gets the value of the specified property.

Parameters:
key - the property name
Returns:
the value

resetToDefaults

public void resetToDefaults()

getAlgorithm

@Deprecated
public Algorithm getAlgorithm()
Deprecated. 

Returns the algorithm to use to lay out the treemap.

Returns:
the algorithm to use
See Also:
getAlgorithm(), AlgorithmFactory

setAlgorithm

@Deprecated
public void setAlgorithm(Algorithm algorithm)
Deprecated. 

Defines the algorithm to use to lay out the treemap.

Parameters:
algorithm - the algorithm to use
See Also:
getAlgorithm(), AlgorithmFactory

getAggregation

@Deprecated
public Aggregation getAggregation()
Deprecated. 

Returns the aggregation scheme to use to aggregate values of the treemap.

Returns:
athe aggregation scheme to use
See Also:
getAggregation(), AggregationFactory

setAggregation

@Deprecated
public void setAggregation(Aggregation aggregation)
Deprecated. 

Defines the aggregation scheme to use to aggregate values of the treemap.

Parameters:
aggregation - the aggregation scheme to use
See Also:
getAggregation(), AggregationFactory

getScale

@Deprecated
public Scale getScale()
Deprecated. 

Returns the scaling scheme to use to project values the treemap.

Returns:
the scale scheme to use
See Also:
getScale(), ScaleFactory

setScale

@Deprecated
public void setScale(Scale scale)
Deprecated. 

Defines the scaling scheme to use to project values the treemap.

Parameters:
scale - the scale scheme to use
See Also:
getScale(), ScaleFactory

getNesting

@Deprecated
public Nesting getNesting()
Deprecated. 

Returns the nesting to use to lay out the treemap.

Returns:
the nesting scheme to use
See Also:
getNesting(), NestingFactory

setNesting

@Deprecated
public void setNesting(Nesting nesting)
Deprecated. 

Defines the nesting to use to lay out the treemap.

Parameters:
nesting - the nesting scheme to use
See Also:
getNesting(), NestingFactory

getOrdering

@Deprecated
public Ordering getOrdering()
Deprecated. 

Returns the ordering to use to lay out the treemap.

Returns:
the ordering to use
See Also:
getOrdering(), OrderingFactory

setOrdering

@Deprecated
public void setOrdering(Ordering ordering)
Deprecated. 

Defines the ordering to use to lay out the treemap.

Parameters:
ordering - the ordering to use
See Also:
getOrdering(), OrderingFactory

getLabelingFont

@Deprecated
public Font getLabelingFont()
Deprecated. 

Returns the font used for labeling.

Returns:
the font to be used
See Also:
getLabelingFont()

setLabelingFont

@Deprecated
public void setLabelingFont(Font font)
Deprecated. 

Sets the font used for labeling.

Parameters:
font - the font to be used
See Also:
getLabelingFont()

getLabelingForeground

@Deprecated
public Color getLabelingForeground()
Deprecated. 

Returns the foreground color to use for drawing the labels.

Returns:
the color to be used
See Also:
getLabelingForeground()

setLabelingForeground

@Deprecated
public void setLabelingForeground(Color color)
Deprecated. 

Sets the foreground color to use for drawing the labels.

Parameters:
color - the color to be used
See Also:
getLabelingForeground()

getLabelingEffectColor

@Deprecated
public Color getLabelingEffectColor()
Deprecated. 

Returns the effect color to use for drawing the labels.

Returns:
the color to be used
See Also:
getLabelingEffectColor()

setLabelingEffectColor

@Deprecated
public void setLabelingEffectColor(Color color)
Deprecated. 

Sets the effect color to use for drawing the labels.

Parameters:
color - the color to be used
See Also:
getLabelingEffectColor()

getHeaderBackground

@Deprecated
public Color getHeaderBackground()
Deprecated. 

Returns the background color to use for drawing the headers.

Returns:
the color to be used
See Also:
getHeaderBackground()

setHeaderBackground

@Deprecated
public void setHeaderBackground(Color color)
Deprecated. 

Sets the background color to use for drawing the headers.

Parameters:
color - the color to be used
See Also:
getHeaderBackground()

getHeaderFont

@Deprecated
public Font getHeaderFont()
Deprecated. 

Returns the font used for labeling the headings.

Returns:
the font to be used
See Also:
getHeaderFont()

setHeaderFont

@Deprecated
public void setHeaderFont(Font font)
Deprecated. 

Sets the font used for labeling the headings.

Parameters:
font - the font to be used
See Also:
getHeaderFont()

getHeaderForeground

@Deprecated
public Color getHeaderForeground()
Deprecated. 

Returns the foreground color to use for drawing the headers.

Returns:
the color to be used
See Also:
getHeaderForeground()

setHeaderForeground

@Deprecated
public void setHeaderForeground(Color color)
Deprecated. 

Sets the foreground color to use for drawing the headers.

Parameters:
color - the color to be used
See Also:
getHeaderForeground()

getHeaderEffectColor

@Deprecated
public Color getHeaderEffectColor()
Deprecated. 

Returns the effect color to use for drawing the headers.

Returns:
the color to be used
See Also:
getHeaderEffectColor()

setHeaderEffectColor

@Deprecated
public void setHeaderEffectColor(Color color)
Deprecated. 

Sets the background color to use for drawing the headers.

Parameters:
color - the color to be used
See Also:
getHeaderEffectColor()

getTooltipFont

@Deprecated
public Font getTooltipFont()
Deprecated. 

Returns the font used for labeling the tooltips.

Returns:
the font to be used
See Also:
getTooltipFont()

setTooltipFont

@Deprecated
public void setTooltipFont(Font font)
Deprecated. 

Sets the font used for labeling the tooltips.

Parameters:
font - the font to be used
See Also:
getTooltipFont()

getTooltipForeground

@Deprecated
public Color getTooltipForeground()
Deprecated. 

Returns the foreground color to use for drawing the tooltips.

Returns:
the color to be used
See Also:
getTooltipForeground()

setTooltipForeground

@Deprecated
public void setTooltipForeground(Color color)
Deprecated. 

Sets the foreground color to use for drawing the tooltips.

Parameters:
color - the color to be used
See Also:
getTooltipForeground()

getBorderColor

@Deprecated
public Color getBorderColor()
Deprecated. 

Returns the color to use for drawing the borders.

Returns:
the color to be used
See Also:
getBorderColor()

setBorderColor

@Deprecated
public void setBorderColor(Color color)
Deprecated. 

Sets the color to use for drawing the borders.

Parameters:
color - the color to be used
See Also:
getBorderColor()

getBorderThickness

@Deprecated
public double getBorderThickness()
Deprecated. 

Returns the thickness used for drawing the borders.

Returns:
the height
See Also:
getBorderThickness()

setBorderThickness

@Deprecated
public void setBorderThickness(double value)
Deprecated. 

Sets the thickness used for drawing the borders.

Parameters:
value - the height
See Also:
getBorderThickness()

JIDE 3.5.15