Style

public class Style implements IStyle

Constructors

Style

public Style(Color color, Color backgroundColor, boolean bold, boolean italic, boolean underscore, boolean strikeout)

Methods

backgroundColor

public Color backgroundColor()

bold

public boolean bold()

color

public Color color()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

italic

public boolean italic()

strikeout

public boolean strikeout()

toString

public String toString()

underscore

public boolean underscore()