rero.gui.input

Class InputBorder

public class InputBorder extends Object implements Border

Field Summary
protected AttributedStringindent
protected Stringoriginal
Constructor Summary
InputBorder(String text)
Method Summary
AttributedTextgetAttributes()
InsetsgetBorderInsets(Component c)
StringgetText()
booleanisBorderOpaque()
voidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)

Field Detail

indent

protected AttributedString indent

original

protected String original

Constructor Detail

InputBorder

public InputBorder(String text)

Method Detail

getAttributes

public AttributedText getAttributes()

getBorderInsets

public Insets getBorderInsets(Component c)

getText

public String getText()

isBorderOpaque

public boolean isBorderOpaque()

paintBorder

public void paintBorder(Component c, Graphics g, int x, int y, int width, int height)