Uses of Interface
net.sourceforge.plantuml.creole.command.Command
-
Packages that use Command Package Description net.sourceforge.plantuml.creole.command -
-
Uses of Command in net.sourceforge.plantuml.creole.command
Classes in net.sourceforge.plantuml.creole.command that implement Command Modifier and Type Class Description class
CommandCreoleColorAndSizeChange
class
CommandCreoleColorChange
class
CommandCreoleEmoji
class
CommandCreoleExposantChange
class
CommandCreoleFontFamilyChange
class
CommandCreoleImg
class
CommandCreoleLatex
class
CommandCreoleMath
class
CommandCreoleMonospaced
class
CommandCreoleOpenIcon
class
CommandCreoleQrcode
class
CommandCreoleSizeChange
class
CommandCreoleSpace
class
CommandCreoleSprite
class
CommandCreoleStyle
class
CommandCreoleSvgAttributeChange
class
CommandCreoleUrl
Methods in net.sourceforge.plantuml.creole.command that return Command Modifier and Type Method Description static Command
CommandCreoleColorAndSizeChange. create()
static Command
CommandCreoleColorChange. create()
static Command
CommandCreoleEmoji. create()
static Command
CommandCreoleExposantChange. create(FontPosition position)
static Command
CommandCreoleFontFamilyChange. create()
static Command
CommandCreoleImg. create()
static Command
CommandCreoleLatex. create()
static Command
CommandCreoleMath. create()
static Command
CommandCreoleMonospaced. create()
static Command
CommandCreoleOpenIcon. create()
static Command
CommandCreoleQrcode. create()
static Command
CommandCreoleSizeChange. create()
static Command
CommandCreoleSpace. create()
static Command
CommandCreoleSprite. create()
static Command
CommandCreoleSvgAttributeChange. create()
static Command
CommandCreoleUrl. create()
static Command
CommandCreoleStyle. createCreole(FontStyle style)
static Command
CommandCreoleColorAndSizeChange. createEol()
static Command
CommandCreoleColorChange. createEol()
static Command
CommandCreoleFontFamilyChange. createEol()
static Command
CommandCreoleSizeChange. createEol()
static Command
CommandCreoleSvgAttributeChange. createEol()
static Command
CommandCreoleStyle. createLegacy(FontStyle style)
static Command
CommandCreoleStyle. createLegacyEol(FontStyle style)
-