Package com.teamten.markdown
Class FontVariantFlags
java.lang.Object
com.teamten.markdown.FontVariantFlags
Like the
FontVariant
class, but as a set of flags that can be built
up in a parser. The object is immutable.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
isBold()
boolean
isCode()
boolean
isItalic()
boolean
toString()
withItalic
(boolean italic) withSmallCaps
(boolean smallCaps)
-
Field Details
-
PLAIN
Everything off.
-
-
Method Details
-
toggleBold
-
toggleItalic
-
withSmallCaps
-
withItalic
-
toggleCode
-
isBold
public boolean isBold() -
isItalic
public boolean isItalic() -
isSmallCaps
public boolean isSmallCaps() -
isCode
public boolean isCode() -
equals
-
hashCode
public int hashCode() -
toString
-