java.lang.Object
spring.turbo.module.misc.captcha.google.renderer.TextCharacter

public class TextCharacter extends Object
从以下版本开始:
1.0.0
  • 构造器详细资料

    • 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

      public Font getFont()
    • setFont

      public void setFont(Font font)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • getAscent

      public double getAscent()
    • setAscent

      public void setAscent(double ascent)
    • getDescent

      public double getDescent()
    • setDescent

      public void setDescent(double descent)
    • iterator

      public AttributedCharacterIterator iterator()