类 TextCharacter
java.lang.Object
spring.turbo.module.misc.captcha.google.renderer.TextCharacter
- 从以下版本开始:
- 1.0.0
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doublechargetColor()doublegetFont()doubledoublegetWidth()doublegetX()doublegetY()iterator()voidsetAscent(double ascent) voidsetCharacter(char character) voidvoidsetDescent(double descent) voidvoidsetHeight(double height) voidsetWidth(double width) voidsetX(double x) voidsetY(double y)
-
构造器详细资料
-
TextCharacter
public TextCharacter()
-
-
方法详细资料
-
getX
public double getX() -
setX
public void setX(double x) -
getY
public double getY() -
setY
public void setY(double y) -
getWidth
public double getWidth() -
setWidth
public void setWidth(double width) -
getHeight
public double getHeight() -
setHeight
public void setHeight(double height) -
getCharacter
public char getCharacter() -
setCharacter
public void setCharacter(char character) -
getFont
-
setFont
-
getColor
-
setColor
-
getAscent
public double getAscent() -
setAscent
public void setAscent(double ascent) -
getDescent
public double getDescent() -
setDescent
public void setDescent(double descent) -
iterator
-