StyleRange.this

Create a new style range.

@param start start offset of the style @param length length of the style @param foreground foreground color of the style, null if none @param background background color of the style, null if none @param fontStyle font style of the style, may be SWT.NORMAL, SWT.ITALIC or SWT.BOLD

  1. this()
  2. this(StyleRange other)
  3. this(TextStyle style)
  4. this(int start, int length, Color foreground, Color background)
  5. this(int start, int length, Color foreground, Color background, int fontStyle)
    class StyleRange

Meta