| Package | Description |
|---|---|
| com.sk89q.worldedit.util.formatting |
| Modifier and Type | Method and Description |
|---|---|
StyleSet |
StyleSet.clone() |
StyleSet |
StyleSet.extend(StyleSet style)
Create a new instance with styles inherited from this one but with new styles
from the given style set.
|
StyleSet |
StyledFragment.getStyle() |
| Modifier and Type | Method and Description |
|---|---|
StyleSet |
StyleSet.extend(StyleSet style)
Create a new instance with styles inherited from this one but with new styles
from the given style set.
|
static String |
ColorCodeBuilder.getAdditive(StyleSet resetTo,
StyleSet resetFrom)
Get the additional color codes needed to set the given style when the current
style is the other given one.
|
static String |
ColorCodeBuilder.getCode(StyleSet style)
Get the formatting and color codes.
|
static String |
ColorCodeBuilder.getFormattingCode(StyleSet style)
Get the formatting codes.
|
boolean |
StyleSet.hasEqualFormatting(StyleSet other)
Return where the text formatting of the given style set is different from
that assigned to this one.
|
void |
StyledFragment.setStyles(StyleSet style) |
| Constructor and Description |
|---|
StyledFragment(StyleSet style) |
Copyright © 2010-2014. All Rights Reserved.