Uses of Enum Class
net.sourceforge.plantuml.mindmap.IdeaShape
Packages that use IdeaShape
-
Uses of IdeaShape in net.sourceforge.plantuml.mindmap
Methods in net.sourceforge.plantuml.mindmap that return IdeaShapeModifier and TypeMethodDescriptionstatic IdeaShape
static IdeaShape
Returns the enum constant of this class with the specified name.static IdeaShape[]
IdeaShape.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.mindmap with parameters of type IdeaShape -
Uses of IdeaShape in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs that return IdeaShapeMethods in net.sourceforge.plantuml.wbs with parameters of type IdeaShapeModifier and TypeMethodDescriptionWBSDiagram.addIdea
(String code, HColor backColor, int level, String label, Direction direction, IdeaShape shape) WBSDiagram.addIdea
(String code, HColor backColor, int level, Display display, String stereotype, Direction direction, IdeaShape shape) WElement.createElement
(HColor backColor, int newLevel, Display newLabel, String stereotype, Direction direction, IdeaShape shape, StyleBuilder styleBuilder) Constructors in net.sourceforge.plantuml.wbs with parameters of type IdeaShape