Package com.treemap
Class AbstractTreeMapFieldSettings<Color,Font>
java.lang.Object
com.treemap.AbstractTreeMapFieldSettings<Color,Font>
- All Implemented Interfaces:
TreeMapFieldSettings<Color,
Font>
- Direct Known Subclasses:
DefaultTreeMapFieldSettings
,OverridingTreeMapFieldSettings
public abstract class AbstractTreeMapFieldSettings<Color,Font>
extends Object
implements TreeMapFieldSettings<Color,Font>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.treemap.TreeMapFieldSettings
TreeMapFieldSettings.PropertyType
-
Field Summary
Fields inherited from interface com.treemap.TreeMapFieldSettings
PROPERTY_AGGREGATION, PROPERTY_ALGORITHM, PROPERTY_BORDER_COLOR, PROPERTY_BORDER_THICKNESS, PROPERTY_COLORMAP, PROPERTY_FORMAT, PROPERTY_HEADER_BACKGROUND, PROPERTY_HEADER_EFFECT, PROPERTY_HEADER_EFFECT_COLOR, PROPERTY_HEADER_EFFECTOPACITY, PROPERTY_HEADER_FONT, PROPERTY_HEADER_FOREGROUND, PROPERTY_HEADER_HORIZONTALALIGNMENT, PROPERTY_HEADER_INSETS, PROPERTY_HEADER_MINIMUMCHARACTERSTODISPLAY, PROPERTY_HEADER_RENDERING, PROPERTY_HEADER_VERTICALALIGNMENT, PROPERTY_LABELING, PROPERTY_LABELING_CONTRASTENHANCEMENT, PROPERTY_LABELING_EFFECT, PROPERTY_LABELING_EFFECT_COLOR, PROPERTY_LABELING_EFFECTOPACITY, PROPERTY_LABELING_FLOAT, PROPERTY_LABELING_FONT, PROPERTY_LABELING_FOREGROUND, PROPERTY_LABELING_HORIZONTALALIGNMENT, PROPERTY_LABELING_MINIMUMCHARACTERSTODISPLAY, PROPERTY_LABELING_RENDERING, PROPERTY_LABELING_RESIZETEXTTOFITSHAPE, PROPERTY_LABELING_SHRINKTEXTTOFITSHAPE, PROPERTY_LABELING_VERTICALALIGNMENT, PROPERTY_NESTING, PROPERTY_NESTING_AMOUNT, PROPERTY_NESTING_BACKGROUND, PROPERTY_ORDERING, PROPERTY_ORDERING_DIRECTION, PROPERTY_ORDERING_HORIZONTALVANISHINGPOINT, PROPERTY_ORDERING_VERTICALVANISHINGPOINT, PROPERTY_OVERRIDE_DEFAULTS, PROPERTY_SCALE, PROPERTY_TOOLTIP_FONT, PROPERTY_TOOLTIP_FOREGROUND, PROPERTY_TOOLTIP_RENDERING, PROPERTY_TOOLTIP_SHOWLABEL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setProperty
(TreeMapFieldSettings.PropertyType property, Object value) Sets the value of the specified property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.treemap.TreeMapFieldSettings
getAggregation, getAggregationProperty, getAlgorithm, getAlgorithmProperty, getBorderColor, getBorderColorProperty, getBorderThickness, getBorderThicknessInterval, getColorMap, getColorMapProperty, getFormat, getFormatProperty, getHeaderBackground, getHeaderBackgroundProperty, getHeaderEffect, getHeaderEffectColor, getHeaderEffectColorProperty, getHeaderEffectOpacity, getHeaderEffectOpacityProperty, getHeaderEffectProperty, getHeaderFont, getHeaderFontProperty, getHeaderForeground, getHeaderForegroundProperty, getHeaderHorizontalAlignment, getHeaderHorizontalAlignmentProperty, getHeaderInsets, getHeaderInsetsProperty, getHeaderMinimumCharactersToDisplay, getHeaderMinimumCharactersToDisplayProperty, getHeaderRendering, getHeaderRenderingProperty, getHeaderVerticalAlignment, getHeaderVerticalAlignmentProperty, getLabeling, getLabelingContrastEnhancement, getLabelingContrastEnhancementProperty, getLabelingEffect, getLabelingEffectColor, getLabelingEffectColorProperty, getLabelingEffectOpacity, getLabelingEffectOpacityProperty, getLabelingEffectProperty, getLabelingFloat, getLabelingFloatProperty, getLabelingFont, getLabelingFontProperty, getLabelingForeground, getLabelingForegroundProperty, getLabelingHorizontalAlignment, getLabelingHorizontalAlignmentProperty, getLabelingMinimumCharactersToDisplay, getLabelingMinimumCharactersToDisplayProperty, getLabelingProperty, getLabelingRendering, getLabelingRenderingProperty, getLabelingResizeTextToFitShape, getLabelingResizeTextToFitShapeProperty, getLabelingShrinkTextToFitShape, getLabelingShrinkTextToFitShapeProperty, getLabelingVerticalAlignment, getLabelingVerticalAlignmentProperty, getNesting, getNestingAmount, getNestingAmountProperty, getNestingBackground, getNestingBackgroundProperty, getNestingProperty, getOrdering, getOrderingDirection, getOrderingDirectionProperty, getOrderingHorizontalVanishingPoint, getOrderingHorizontalVanishingPointProperty, getOrderingProperty, getOrderingVerticalVanishingPoint, getOrderingVerticalVanishingPointProperty, getOverrideDefaultsProperty, getProperties, getProperty, getPropertyOverride, getScale, getScaleProperty, getShowLabel, getShowLabelProperty, getTooltipFont, getTooltipFontProperty, getTooltipForeground, getTooltipForegroundProperty, getTooltipRendering, getTooltipRenderingProperty, isDefaults, isOverrideDefaults, reset, setAggregation, setAlgorithm, setBorderColor, setBorderThickness, setColorMap, setFormat, setHeaderBackground, setHeaderEffect, setHeaderEffectColor, setHeaderEffectOpacity, setHeaderFont, setHeaderForeground, setHeaderHorizontalAlignment, setHeaderInsets, setHeaderMinimumCharactersToDisplay, setHeaderRendering, setHeaderVerticalAlignment, setLabeling, setLabelingContrastEnhancement, setLabelingEffect, setLabelingEffectColor, setLabelingEffectOpacity, setLabelingFloat, setLabelingFont, setLabelingForeground, setLabelingHorizontalAlignment, setLabelingMinimumCharactersToDisplay, setLabelingRendering, setLabelingResizeTextToFitShape, setLabelingShrinkTextToFitShape, setLabelingVerticalAlignment, setNesting, setNestingAmount, setNestingBackground, setOrdering, setOrderingDirection, setOrderingHorizontalVanishingPoint, setOrderingVerticalVanishingPoint, setOverrideDefaults, setScale, setShowLabel, setTooltipFont, setTooltipForeground, setTooltipRendering
-
Constructor Details
-
AbstractTreeMapFieldSettings
public AbstractTreeMapFieldSettings()
-
-
Method Details
-
setProperty
Description copied from interface:TreeMapFieldSettings
Sets the value of the specified property.- Specified by:
setProperty
in interfaceTreeMapFieldSettings<Color,
Font> - Parameters:
property
- the property namevalue
- the value
-