Class SwingTreeMapView.NativeComponent

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
com.treemap.swing.SwingTreeMapView.NativeComponent
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable
Enclosing class:
SwingTreeMapView<N,Row,Column>

public final class SwingTreeMapView.NativeComponent extends JComponent
See Also:
  • Field Details

  • Constructor Details

    • NativeComponent

      public NativeComponent()
  • Method Details

    • getTreeMapView

      public SwingTreeMapView<N,Row,Column> getTreeMapView()
    • setUI

      public void setUI(TreeMapUI ui)
    • updateUI

      public void updateUI()
      Resets the UI property to a value from the current look and feel.
      Overrides:
      updateUI in class JComponent
    • getUI

      public TreeMapUI getUI()
      Returns the L&F object that renders this component.
      Overrides:
      getUI in class JComponent
      Returns:
      the TreeMapUI L&F object
    • getUIClassID

      public String getUIClassID()
      Returns the suffix used to construct the name of the L&F class used to render this component.
      Overrides:
      getUIClassID in class JComponent
      Returns:
      the string "TreeMapUI"
    • firePropertyChange

      public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
      Overrides:
      firePropertyChange in class Component