public class TextCharacter extends Object
| 构造器和说明 |
|---|
TextCharacter() |
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAscent() |
char |
getCharacter() |
Color |
getColor() |
double |
getDescent() |
Font |
getFont() |
double |
getHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
AttributedCharacterIterator |
iterator() |
void |
setAscent(double ascent) |
void |
setCharacter(char character) |
void |
setColor(Color color) |
void |
setDescent(double descent) |
void |
setFont(Font font) |
void |
setHeight(double height) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public double getWidth()
public void setWidth(double width)
public double getHeight()
public void setHeight(double height)
public char getCharacter()
public void setCharacter(char character)
public Font getFont()
public void setFont(Font font)
public Color getColor()
public void setColor(Color color)
public double getAscent()
public void setAscent(double ascent)
public double getDescent()
public void setDescent(double descent)
public AttributedCharacterIterator iterator()
Copyright © 2017. All rights reserved.