Uses of Class
org.eclipse.emf.compare.provider.utils.IStyledString.Style.StyleBuilder
| Package | Description |
|---|---|
| org.eclipse.emf.compare.provider.utils |
-
Uses of IStyledString.Style.StyleBuilder in org.eclipse.emf.compare.provider.utils
Methods in org.eclipse.emf.compare.provider.utils that return IStyledString.Style.StyleBuilder Modifier and Type Method Description static IStyledString.Style.StyleBuilderIStyledString.Style. builder()Returns a new builder for the style.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setBackgroundColor(URI pBackgroundColor)Set the background color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setBorderColor(URI pBorderColor)Set the border color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setBorderStyle(IStyledString.Style.BorderStyle pBorderStyle)Set the border color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setFont(URI pFont)Set the font.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setForegroundColor(URI pForegroundColor)Set the foreground color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setStrikedout(boolean pIsStrikedout)Set the strikedout.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setStrikeoutColor(URI pStrikeoutColor)Set the strikeout color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setUnderlineColor(URI pUnderlineColor)Set the underline color.IStyledString.Style.StyleBuilderIStyledString.Style.StyleBuilder. setUnderlineStyle(IStyledString.Style.UnderLineStyle pUnderlineStyle)Set the underline style.