Class NodeBorder

    • Constructor Detail

      • NodeBorder

        public NodeBorder​(boolean[] branches)
        Parameters:
        branches - branch
    • Method Detail

      • beforeRender

        public void beforeRender​(Component component)
        Description copied from class: Behavior
        Called when a component is about to render.
        Overrides:
        beforeRender in class Behavior
        Parameters:
        component - the component that has this behavior coupled
      • onComponentTag

        public void onComponentTag​(Component component,
                                   ComponentTag tag)
        Description copied from class: Behavior
        Called any time a component that has this behavior registered is rendering the component tag.
        Overrides:
        onComponentTag in class Behavior
        Parameters:
        component - the component that renders this tag currently
        tag - the tag that is rendered
      • afterRender

        public void afterRender​(Component component)
        Description copied from class: Behavior
        Called when a component that has this behavior coupled was rendered.
        Overrides:
        afterRender in class Behavior
        Parameters:
        component - the component that has this behavior coupled