public class Bullet
Property Getters/Setters Summary | ||
---|---|---|
BulletValue | getBulletValue() | |
Gets bullet value
|
||
java.lang.String | getFontName() | |
void | setFontName(java.lang.Stringvalue) | |
Get and sets the name of the font. | ||
int | getType() | |
void | setType(intvalue) | |
Gets and sets the bullet type. The value of the property is BulletType integer constant. |
public BulletValue getBulletValue()
public int getType() / public void setType(int value)
public java.lang.String getFontName() / public void setFontName(java.lang.String value)