Class DefaultTreeMapLabelRenderer<C,​N,​Row,​Column,​Color,​Font>

  • Type Parameters:
    N -
    All Implemented Interfaces:
    TreeMapLabelRenderer<C,​N,​Row,​Column,​Color,​Font>

    public class DefaultTreeMapLabelRenderer<C,​N,​Row,​Column,​Color,​Font>
    extends com.macrofocus.labeling.EnhancedLabel<Color,​Font>
    implements TreeMapLabelRenderer<C,​N,​Row,​Column,​Color,​Font>
    The standard class for rendering (displaying) labels in a TreeMapView.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.macrofocus.labeling.EnhancedLabel

        com.macrofocus.labeling.EnhancedLabel.ContrastEnhancement, com.macrofocus.labeling.EnhancedLabel.Effect, com.macrofocus.labeling.EnhancedLabel.Rendering
    • Field Summary

      • Fields inherited from class com.macrofocus.labeling.EnhancedLabel

        BOTTOM, CENTER, HORIZONTAL, LEADING, LEFT, NEXT, RIGHT, TOP, TRAILING, VERTICAL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.macrofocus.labeling.EnhancedLabel<Color,​Font> getTreeMapLabelRendererComponent​(TreeMapView<C,​N,​Row,​Column,​Color,​Font> view, TreeMapField<N,​Column> field, N node, java.awt.Dimension dimension)
      Returns the component used for drawing the labels values.
      • Methods inherited from class com.macrofocus.labeling.EnhancedLabel

        getAngle, getBackground, getBorder, getDesiredSize, getEffect, getEffectOpacity, getFont, getForeground, getHeight, getHorizontalAlignment, getInsets, getMinimumCharactersToDisplay, getName, getProperties, getRendering, getText, getVerticalAlignment, getWidth, isEnabled, isJustified, isOpaque, setAngle, setBackground, setBorder, setDesiredSize, setEffect, setEffectOpacity, setFont, setForeground, setHorizontalAlignment, setJustified, setMinimumCharactersToDisplay, setName, setOpaque, setRendering, setText, setVerticalAlignment
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTreeMapLabelRenderer

        public DefaultTreeMapLabelRenderer()
        Creates a default label renderer.