Uses of Class
net.sourceforge.plantuml.klimt.color.Colors
Packages that use Colors
Package
Description
-
Uses of Colors in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel that return ColorsModifier and TypeMethodDescriptionfinal ColorsCucaNote.getColors()Entity.getColors()LineConfigurable.getColors()SpecificBackcolorable.getColors()Methods in net.sourceforge.plantuml.abel with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.activitydiagram3
Methods in net.sourceforge.plantuml.activitydiagram3 that return ColorsMethods in net.sourceforge.plantuml.activitydiagram3 with parameters of type ColorsModifier and TypeMethodDescriptionActivityDiagram3.addActivity(Display activity, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) ActivityDiagram3.addNote(Display note, NotePosition position, NoteType type, Colors colors) booleanBranch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstruction.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionFork.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionGroup.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionIf.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionList.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionPartition.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionRepeat.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSplit.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionSwitch.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) booleanInstructionWhile.addNote(Display note, NotePosition position, NoteType type, Colors colors, Swimlane swimlaneNote) voidActivityDiagram3.startRepeat(HColor color, Display label, BoxStyle boxStyleIn, Colors colors) Constructors in net.sourceforge.plantuml.activitydiagram3 with parameters of type ColorsModifierConstructorDescriptionInstructionRepeat(Swimlanes swimlanes, Instruction parent, LinkRendering nextLinkRenderer, HColor color, Display startLabel, BoxStyle boxStyleIn, Colors colors) InstructionSimple(Display label, LinkRendering inlinkRendering, Swimlane swimlane, BoxStyle boxStyle, Url url, Colors colors, Stereotype stereotype) PositionedNote(Display display, NotePosition position, NoteType type, Swimlane swimlaneNote, Colors colors) -
Uses of Colors in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile that return ColorsMethods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type ColorsModifier and TypeMethodDescriptionFtileFactory.activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactoryDelegator.activity(Display label, Swimlane swimlane, BoxStyle style, Colors colors, Stereotype stereotype) FtileFactory.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) FtileFactoryDelegator.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) void -
Uses of Colors in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact
Methods in net.sourceforge.plantuml.activitydiagram3.ftile.vcompact with parameters of type ColorsModifier and TypeMethodDescriptionVCompactFactory.activity(Display label, Swimlane swimlane, BoxStyle boxStyle, Colors colors, Stereotype stereotype) FtileFactoryDelegatorRepeat.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) VCompactFactory.repeat(BoxStyle boxStyleIn, Swimlane swimlane, Swimlane swimlaneOut, Display startLabel, Ftile repeat, Display test, Display yes, Display out, Colors colors, Ftile backward, boolean noOut, LinkRendering incoming1, LinkRendering incoming2, StyleBuilder currentStyleBuilder) -
Uses of Colors in net.sourceforge.plantuml.asciiart
Methods in net.sourceforge.plantuml.asciiart with parameters of type ColorsModifier and TypeMethodDescriptionTextSkin.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) TextSkin.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) -
Uses of Colors in net.sourceforge.plantuml.decoration
Methods in net.sourceforge.plantuml.decoration that return ColorsMethods in net.sourceforge.plantuml.decoration that return types with arguments of type ColorsMethods in net.sourceforge.plantuml.decoration with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.ebnf
Methods in net.sourceforge.plantuml.ebnf with parameters of type ColorsModifier and TypeMethodDescription -
Uses of Colors in net.sourceforge.plantuml.klimt.color
Methods in net.sourceforge.plantuml.klimt.color that return ColorsModifier and TypeMethodDescriptionColors.addLegacyStroke(String s) Colors.applyStereotype(Stereotype stereotype, ISkinParam skinParam, ColorParam param) Colors.applyStereotypeForNote(Stereotype stereotype, ISkinParam skinParam, ColorParam... params) static ColorsColors.empty()ColorParser.getColor(RegexResult arg, HColorSet set) Methods in net.sourceforge.plantuml.klimt.color with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.klimt.font
Methods in net.sourceforge.plantuml.klimt.font with parameters of type ColorsModifier and TypeMethodDescriptionstatic FontConfigurationFontConfiguration.create(ISkinParam skinParam, Style style, Colors colors) -
Uses of Colors in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram that return ColorsMethods in net.sourceforge.plantuml.sequencediagram with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return ColorsModifier and TypeMethodDescriptionSkinParam.getColors(ColorParam param, Stereotype stereotype) final ColorsSkinParamColors.getColors()SkinParamDelegator.getColors(ColorParam param, Stereotype stereotype) Constructors in net.sourceforge.plantuml.skin with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.skin.rose
Methods in net.sourceforge.plantuml.skin.rose with parameters of type ColorsModifier and TypeMethodDescriptionRose.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors) Rose.createComponentNote(Style[] styles, ComponentType type, ISkinParam param, Display stringsToDisplay, Colors colors, NotePosition notePosition) Constructors in net.sourceforge.plantuml.skin.rose with parameters of type ColorsModifierConstructorDescriptionComponentRoseNote(Style style, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, HorizontalAlignment textAlignment, HorizontalAlignment position, Colors colors) ComponentRoseNoteBox(Style style, Display strings, ISkinSimple spriteContainer, Colors colors) ComponentRoseNoteHexagonal(Style style, Display strings, ISkinSimple spriteContainer, Colors colors) -
Uses of Colors in net.sourceforge.plantuml.style
Methods in net.sourceforge.plantuml.style that return ColorsMethods in net.sourceforge.plantuml.style with parameters of type ColorsModifier and TypeMethodDescriptionStyle.eventuallyOverride(Colors colors) Style.getFontConfiguration(HColorSet set, Colors colors) Style.getSymbolContext(HColorSet set, Colors colors) -
Uses of Colors in net.sourceforge.plantuml.svek.image
Constructors in net.sourceforge.plantuml.svek.image with parameters of type ColorsModifierConstructorDescriptionCircleEnd(ISkinParam skinParam, Style style, Colors colors) CircleStart(ISkinParam skinParam, Style style, Colors colors) EntityImageNoteLink(Display note, Colors colors, ISkinParam skinParam, StyleBuilder styleBuilder) -
Uses of Colors in net.sourceforge.plantuml.timingdiagram
Methods in net.sourceforge.plantuml.timingdiagram with parameters of type ColorsModifier and TypeMethodDescriptionabstract voidvoidvoidvoidfinal voidConstructors in net.sourceforge.plantuml.timingdiagram with parameters of type Colors -
Uses of Colors in net.sourceforge.plantuml.timingdiagram.graphic
Methods in net.sourceforge.plantuml.timingdiagram.graphic with parameters of type ColorsModifier and TypeMethodDescriptionvoidHistogram.setInitialState(String initialState, Colors initialColors) voidPDrawing.setInitialState(String initialState, Colors initialColors) voidRibbon.setInitialState(String initialState, Colors initialColors) -
Uses of Colors in net.sourceforge.plantuml.wbs
Methods in net.sourceforge.plantuml.wbs with parameters of type ColorsModifier and TypeMethodDescriptionWBSDiagram.link(String code1, String code2, Colors colors, Stereotype stereotype)