Class TextButtonRenderer

java.lang.Object
dev.prozilla.pine.core.component.Component
dev.prozilla.pine.core.component.canvas.TextButtonRenderer
All Implemented Interfaces:
Lifecycle, Printable, ComponentFinder, EntityFinder

public class TextButtonRenderer extends Component
A component for rendering buttons with text on the canvas.
  • Field Details

    • hoverColor

      public Color hoverColor
    • backgroundHoverColor

      public Color backgroundHoverColor
    • backgroundColor

      public Color backgroundColor
    • padding

      public DualDimension padding
  • Constructor Details

    • TextButtonRenderer

      public TextButtonRenderer()
    • TextButtonRenderer

      public TextButtonRenderer(Color backgroundColor)
  • Method Details