com.jgoodies.looks.common
public final class ExtPasswordView extends PasswordView
Version: $Revision: 1.9 $
Constructor Summary | |
---|---|
ExtPasswordView(Element element) |
Method Summary | |
---|---|
protected int | drawEchoCharacter(Graphics g, int x, int y, char c)
Overrides the superclass behavior to draw the Windows dot,
not the star ("*") character.
|
float | getPreferredSpan(int axis) |
Shape | modelToView(int pos, Shape a, Bias b) |
int | viewToModel(float fx, float fy, Shape a, Bias[] bias) |
Parameters: g the graphics context x the starting X coordinate >= 0 y the starting Y coordinate >= 0 c the echo character
Returns: the updated X position >= 0