Bullet.this

Create a new bullet with the specified style, and type <code>ST.BULLET_DOT</code>. The style must have a glyph metrics set.

@param style the style

@exception IllegalArgumentException <ul> <li>ERROR_NULL_ARGUMENT when the style or the glyph metrics are null</li> </ul>

  1. this(StyleRange style)
    class Bullet
  2. this(int type, StyleRange style)

Meta