public static final class IStyledString.Style extends Object
IStyledString
.Modifier and Type | Class and Description |
---|---|
static class |
IStyledString.Style.BorderStyle
The possible styles of the border.
|
static class |
IStyledString.Style.StyleBuilder
A
IStyledString.Style builder. |
static class |
IStyledString.Style.UnderLineStyle
The possible styles of the underline.
|
Modifier and Type | Field and Description |
---|---|
static IStyledString.Style |
COUNTER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.COUNTER_STYLER.
|
static IStyledString.Style |
DECORATIONS_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.DECORATIONS_STYLER.
|
static IStyledString.Style |
NO_STYLE
Instance that represent a default unstyled string.
|
static IStyledString.Style |
QUALIFIER_STYLER
Constant that will eventually map to org.eclipse.jface.viewers.StyledString.QUALIFIER_STYLER.
|
Modifier and Type | Method and Description |
---|---|
static IStyledString.Style.StyleBuilder |
builder()
Returns a new builder for the style.
|
URI |
getBackgoundColor() |
URI |
getBorderColor() |
IStyledString.Style.BorderStyle |
getBorderStyle() |
URI |
getFont() |
URI |
getForegroundColor() |
URI |
getStrikeoutColor() |
URI |
getUnderlineColor() |
IStyledString.Style.UnderLineStyle |
getUnderlineStyle() |
boolean |
isStrikedout() |
public static final IStyledString.Style NO_STYLE
public static final IStyledString.Style QUALIFIER_STYLER
public static final IStyledString.Style COUNTER_STYLER
public static final IStyledString.Style DECORATIONS_STYLER
public URI getFont()
public URI getBackgoundColor()
public URI getForegroundColor()
public boolean isStrikedout()
public URI getStrikeoutColor()
public IStyledString.Style.UnderLineStyle getUnderlineStyle()
public URI getUnderlineColor()
public IStyledString.Style.BorderStyle getBorderStyle()
public URI getBorderColor()
public static IStyledString.Style.StyleBuilder builder()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.