Bullet

Inheritance: java.lang.Object

public class Bullet

Represents the bullet points should be applied to a paragraph.

Methods

MethodDescription
equals(Object arg0)
getBulletValue()Gets the value of bullet.
getClass()
getFontName()Gets the name of the font.
getType()Gets the type of bullet.
hashCode()
notify()
notifyAll()
setFontName(String value)Sets the name of the font.
setType(int value)Sets the type of bullet.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBulletValue()

public BulletValue getBulletValue()

Gets the value of bullet.

Returns: BulletValue

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFontName()

public String getFontName()

Gets the name of the font.

Returns: java.lang.String

getType()

public int getType()

Gets the type of bullet.

See BulletType.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setFontName(String value)

public void setFontName(String value)

Sets the name of the font.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setType(int value)

public void setType(int value)

Sets the type of bullet.

See BulletType.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int