Class StateMatcherIcon

    • Method Detail

      • createBackgroundFigure

        public Figure createBackgroundFigure()
        Description copied from class: NameIcon
        Create a new background figure. This overrides the base class to draw a box around the value display, where the width of the box depends on the value.
        Overrides:
        createBackgroundFigure in class NameIcon
        Returns:
        A new figure.
      • createFigure

        public Figure createFigure()
        Description copied from class: NameIcon
        Create a new Diva figure that visually represents this icon. The figure will be an instance of LabelFigure that renders the name of the container.
        Overrides:
        createFigure in class NameIcon
        Returns:
        A new CompositeFigure consisting of the label.
      • createIcon

        public javax.swing.Icon createIcon()
        Description copied from class: NameIcon
        Create an icon.
        Overrides:
        createIcon in class NameIcon
        Returns:
        The icon.