Class PixmapBorder

java.lang.Object
games.stendhal.client.gui.styled.PixmapBorder
All Implemented Interfaces:
Border

public class PixmapBorder extends Object implements Border
A Border that draws raised or lowered borders based on a template image.
  • Constructor Details

    • PixmapBorder

      public PixmapBorder(Sprite template, boolean raised)
      Create a new PixmapBorder.
      Parameters:
      template - Sprite to be used as the base image for drawing the border
      raised - if true, the border will appear raised, otherwise it will look sunken
  • Method Details