Uses of Enum Class
net.sourceforge.plantuml.skin.ActorStyle
Packages that use ActorStyle
Package
Description
-
Uses of ActorStyle in net.sourceforge.plantuml.decoration.symbol
Methods in net.sourceforge.plantuml.decoration.symbol with parameters of type ActorStyleModifier and TypeMethodDescriptionstatic USymbol
USymbols.fromString
(String s, ActorStyle actorStyle, ComponentStyle componentStyle, PackageStyle packageStyle) -
Uses of ActorStyle in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return ActorStyleModifier and TypeMethodDescriptionSkinParam.actorStyle()
SkinParamDelegator.actorStyle()
static ActorStyle
Returns the enum constant of this class with the specified name.static ActorStyle[]
ActorStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActorStyle in net.sourceforge.plantuml.skin.rose
Constructors in net.sourceforge.plantuml.skin.rose with parameters of type ActorStyleModifierConstructorDescriptionComponentRoseActor
(ActorStyle actorStyle, Style style, Style stereo, Display stringsToDisplay, boolean head, ISkinSimple spriteContainer) -
Uses of ActorStyle in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return ActorStyle