|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeMapFieldSettings
Method Summary | |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
|
Aggregation |
getAggregation()
Returns the aggregation scheme to use to aggregate values of the treemap. |
Algorithm |
getAlgorithm()
Returns the algorithm to use to lay out the treemap. |
Color |
getBorderColor()
Returns the color to use for drawing the borders. |
double |
getBorderThickness()
Returns the thickness used for drawing the borders. |
MutableColorMap |
getColorMap()
Gets the color map for the specified column. |
Format |
getFormat()
Gets the format used to display values of the specified column. |
Color |
getHeaderBackground()
Returns the background color to use for drawing the headers. |
EnhancedJLabel.Effect |
getHeaderEffect()
|
Color |
getHeaderEffectColor()
Returns the effect color to use for drawing the headers. |
Float |
getHeaderEffectOpacity()
|
Font |
getHeaderFont()
Returns the font used for labeling the headings. |
Color |
getHeaderForeground()
Returns the foreground color to use for drawing the headers. |
Integer |
getHeaderHorizontalAlignment()
|
Integer |
getHeaderMinimumCharactersToDisplay()
|
EnhancedJLabel.Rendering |
getHeaderRendering()
|
Integer |
getHeaderVerticalAlignment()
|
Labeling |
getLabeling()
Returns the labeling scheme to use to draw the treemap. |
EnhancedJLabel.Effect |
getLabelingEffect()
|
Color |
getLabelingEffectColor()
Returns the effect color to use for drawing the labels. |
Float |
getLabelingEffectOpacity()
|
Font |
getLabelingFont()
Returns the font used for labeling. |
Color |
getLabelingForeground()
Returns the foreground color to use for drawing the labels. |
Integer |
getLabelingHorizontalAlignment()
|
Integer |
getLabelingMinimumCharactersToDisplay()
|
EnhancedJLabel.Rendering |
getLabelingRendering()
|
Integer |
getLabelingVerticalAlignment()
|
Nesting |
getNesting()
Returns the nesting to use to lay out the treemap. |
Ordering |
getOrdering()
Returns the ordering to use to lay out the treemap. |
Scale |
getScale()
Returns the scaling scheme to use to project values the treemap. |
boolean |
getShowTooltipLabel()
Tells whether the label of the specified field should be shown in the popup. |
Font |
getTooltipFont()
Returns the font used for labeling the tooltips. |
Color |
getTooltipForeground()
Returns the foreground color to use for drawing the tooltips. |
EnhancedJLabel.Rendering |
getTooltipRendering()
|
Object |
getValue(String key)
Gets the value of the specified property. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
|
void |
setAggregation(Aggregation aggregation)
Defines the aggregation scheme to use to aggregate values of the treemap. |
void |
setAlgorithm(Algorithm algorithm)
Defines the algorithm to use to lay out the treemap. |
void |
setBorderColor(Color color)
Sets the color to use for drawing the borders. |
void |
setBorderThickness(double value)
Sets the thickness used for drawing the borders. |
void |
setColorMap(MutableColorMap colorMap)
Sets the color map to use for the specified column. |
void |
setFormat(Format format)
Sets the format used to display values of the specified column. |
void |
setHeaderBackground(Color color)
Sets the background color to use for drawing the headers. |
void |
setHeaderEffect(EnhancedJLabel.Effect effect)
|
void |
setHeaderEffectColor(Color color)
Sets the background color to use for drawing the headers. |
void |
setHeaderEffectOpacity(Float opacity)
|
void |
setHeaderFont(Font font)
Sets the font used for labeling the headings. |
void |
setHeaderForeground(Color color)
Sets the foreground color to use for drawing the headers. |
void |
setHeaderHorizontalAlignment(Integer alignment)
|
void |
setHeaderMinimumCharactersToDisplay(Integer minimumCharactersToDisplay)
|
void |
setHeaderRendering(EnhancedJLabel.Rendering rendering)
|
void |
setHeaderVerticalAlignment(Integer alignment)
|
void |
setLabeling(Labeling labeling)
Defines the labeling scheme to use to draw the treemap. |
void |
setLabelingEffect(EnhancedJLabel.Effect effect)
|
void |
setLabelingEffectColor(Color color)
Sets the effect color to use for drawing the labels. |
void |
setLabelingEffectOpacity(Float opacity)
|
void |
setLabelingFont(Font font)
Sets the font used for labeling. |
void |
setLabelingForeground(Color color)
Sets the foreground color to use for drawing the labels. |
void |
setLabelingHorizontalAlignment(Integer alignment)
|
void |
setLabelingMinimumCharactersToDisplay(Integer minimumCharactersToDisplay)
|
void |
setLabelingRendering(EnhancedJLabel.Rendering rendering)
|
void |
setLabelingVerticalAlignment(Integer alignment)
|
void |
setNesting(Nesting nesting)
Defines the nesting to use to lay out the treemap. |
void |
setOrdering(Ordering ordering)
Defines the ordering to use to lay out the treemap. |
void |
setScale(Scale scale)
Defines the scaling scheme to use to project values the treemap. |
void |
setShowTooltipLabel(boolean show)
Sets whether the label of the specified field should be displayed or no in the popup. |
void |
setTooltipFont(Font font)
Sets the font used for labeling the tooltips. |
void |
setTooltipForeground(Color color)
Sets the foreground color to use for drawing the tooltips. |
void |
setTooltipRendering(EnhancedJLabel.Rendering rendering)
|
Field Detail |
---|
static final String PROPERTY_ALGORITHM
static final String PROPERTY_AGGREGATION
static final String PROPERTY_SCALE
static final String PROPERTY_NESTING
static final String PROPERTY_ORDERING
static final String PROPERTY_LABELING
static final String PROPERTY_LABELING_FOREGROUND
static final String PROPERTY_LABELING_EFFECT_COLOR
static final String PROPERTY_LABELING_FONT
static final String PROPERTY_LABELING_EFFECT
static final String PROPERTY_LABELING_HORIZONTALALIGNMENT
static final String PROPERTY_LABELING_VERTICALALIGNMENT
static final String PROPERTY_LABELING_RENDERING
static final String PROPERTY_LABELING_MINIMUMCHARACTERSTODISPLAY
static final String PROPERTY_LABELING_EFFECTOPACITY
static final String PROPERTY_HEADER_FOREGROUND
static final String PROPERTY_HEADER_EFFECT_COLOR
static final String PROPERTY_HEADER_BACKGROUND
static final String PROPERTY_HEADER_FONT
static final String PROPERTY_HEADER_EFFECT
static final String PROPERTY_HEADER_HORIZONTALALIGNMENT
static final String PROPERTY_HEADER_VERTICALALIGNMENT
static final String PROPERTY_HEADER_RENDERING
static final String PROPERTY_HEADER_MINIMUMCHARACTERSTODISPLAY
static final String PROPERTY_HEADER_EFFECTOPACITY
static final String PROPERTY_TOOLTIP_FOREGROUND
static final String PROPERTY_TOOLTIP_FONT
static final String PROPERTY_TOOLTIP_RENDERING
static final String PROPERTY_BORDER_COLOR
static final String PROPERTY_BORDER_THICKNESS
static final String PROPERTY_FORMAT
static final String PROPERTY_TOOLTIP_SHOWLABEL
static final String PROPERTY_COLORMAP
Method Detail |
---|
Algorithm getAlgorithm()
DefaultTreeMapSettings.getAlgorithm()
,
AlgorithmFactory
void setAlgorithm(Algorithm algorithm)
algorithm
- the algorithm to useDefaultTreeMapSettings.getAlgorithm()
,
AlgorithmFactory
Aggregation getAggregation()
DefaultTreeMapSettings.getAggregation()
,
AggregationFactory
void setAggregation(Aggregation aggregation)
aggregation
- the aggregation scheme to useDefaultTreeMapSettings.getAggregation()
,
AggregationFactory
Scale getScale()
DefaultTreeMapSettings.getScale()
,
ScaleFactory
void setScale(Scale scale)
scale
- the scale scheme to useDefaultTreeMapSettings.getScale()
,
ScaleFactory
Nesting getNesting()
DefaultTreeMapSettings.getNesting()
,
NestingFactory
void setNesting(Nesting nesting)
nesting
- the nesting scheme to useDefaultTreeMapSettings.getNesting()
,
NestingFactory
Ordering getOrdering()
DefaultTreeMapSettings.getOrdering()
,
OrderingFactory
void setOrdering(Ordering ordering)
ordering
- the ordering to useDefaultTreeMapSettings.getOrdering()
,
OrderingFactory
Labeling getLabeling()
DefaultTreeMapFieldSettings.getLabeling()
,
LabelingFactory
void setLabeling(Labeling labeling)
labeling
- the labeling scheme to useDefaultTreeMapFieldSettings.getLabeling()
,
LabelingFactory
Font getLabelingFont()
DefaultTreeMapSettings.getLabelingFont()
void setLabelingFont(Font font)
font
- the font to be usedDefaultTreeMapSettings.getLabelingFont()
Color getLabelingForeground()
DefaultTreeMapSettings.getLabelingForeground()
void setLabelingForeground(Color color)
color
- the color to be usedDefaultTreeMapSettings.getLabelingForeground()
Color getLabelingEffectColor()
DefaultTreeMapSettings.getLabelingEffectColor()
void setLabelingEffectColor(Color color)
color
- the color to be usedDefaultTreeMapSettings.getLabelingEffectColor()
EnhancedJLabel.Effect getLabelingEffect()
void setLabelingEffect(EnhancedJLabel.Effect effect)
Integer getLabelingHorizontalAlignment()
void setLabelingHorizontalAlignment(Integer alignment)
Integer getLabelingVerticalAlignment()
void setLabelingVerticalAlignment(Integer alignment)
EnhancedJLabel.Rendering getLabelingRendering()
void setLabelingRendering(EnhancedJLabel.Rendering rendering)
Integer getLabelingMinimumCharactersToDisplay()
void setLabelingMinimumCharactersToDisplay(Integer minimumCharactersToDisplay)
Float getLabelingEffectOpacity()
void setLabelingEffectOpacity(Float opacity)
Font getHeaderFont()
DefaultTreeMapSettings.getHeaderFont()
void setHeaderFont(Font font)
font
- the font to be usedDefaultTreeMapSettings.getHeaderFont()
Color getHeaderForeground()
DefaultTreeMapSettings.getHeaderForeground()
void setHeaderForeground(Color color)
color
- the color to be usedDefaultTreeMapSettings.getHeaderForeground()
Color getHeaderBackground()
DefaultTreeMapSettings.getHeaderBackground()
void setHeaderBackground(Color color)
color
- the color to be usedDefaultTreeMapSettings.getHeaderBackground()
Color getHeaderEffectColor()
DefaultTreeMapSettings.getHeaderEffectColor()
void setHeaderEffectColor(Color color)
color
- the color to be usedDefaultTreeMapSettings.getHeaderEffectColor()
EnhancedJLabel.Effect getHeaderEffect()
void setHeaderEffect(EnhancedJLabel.Effect effect)
Integer getHeaderHorizontalAlignment()
void setHeaderHorizontalAlignment(Integer alignment)
Integer getHeaderVerticalAlignment()
void setHeaderVerticalAlignment(Integer alignment)
EnhancedJLabel.Rendering getHeaderRendering()
void setHeaderRendering(EnhancedJLabel.Rendering rendering)
Integer getHeaderMinimumCharactersToDisplay()
void setHeaderMinimumCharactersToDisplay(Integer minimumCharactersToDisplay)
Float getHeaderEffectOpacity()
void setHeaderEffectOpacity(Float opacity)
Font getTooltipFont()
DefaultTreeMapSettings.getTooltipFont()
void setTooltipFont(Font font)
font
- the font to be usedDefaultTreeMapSettings.getTooltipFont()
Color getTooltipForeground()
DefaultTreeMapSettings.getTooltipForeground()
void setTooltipForeground(Color color)
color
- the color to be usedDefaultTreeMapSettings.getTooltipForeground()
EnhancedJLabel.Rendering getTooltipRendering()
void setTooltipRendering(EnhancedJLabel.Rendering rendering)
Color getBorderColor()
DefaultTreeMapSettings.getBorderColor()
void setBorderColor(Color color)
color
- the color to be usedDefaultTreeMapSettings.getBorderColor()
double getBorderThickness()
DefaultTreeMapSettings.getBorderThickness()
void setBorderThickness(double value)
value
- the heightDefaultTreeMapSettings.getBorderThickness()
Format getFormat()
void setFormat(Format format)
format
- the format to be used.boolean getShowTooltipLabel()
void setShowTooltipLabel(boolean show)
show
- true if it should be displayed, false otherwise.MutableColorMap getColorMap()
void setColorMap(MutableColorMap colorMap)
colorMap
- the colorMap to use.Object getValue(String key)
key
- the property name
void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
void addPropertyChangeListener(PropertyChangeListener listener)
void removePropertyChangeListener(PropertyChangeListener listener)
void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |