Uses of Enum Class
net.sourceforge.plantuml.klimt.color.ColorType
Packages that use ColorType
Package
Description
-
Uses of ColorType in net.sourceforge.plantuml.abel
Methods in net.sourceforge.plantuml.abel with parameters of type ColorTypeModifier and TypeMethodDescriptionvoidEntity.setSpecificColorTOBEREMOVED(ColorType type, HColor color) voidLineConfigurable.setSpecificColorTOBEREMOVED(ColorType type, HColor color) -
Uses of ColorType in net.sourceforge.plantuml.activitydiagram3.ftile
Methods in net.sourceforge.plantuml.activitydiagram3.ftile with parameters of type ColorTypeModifier and TypeMethodDescriptionvoidSwimlane.setSpecificColorTOBEREMOVED(ColorType type, HColor color) -
Uses of ColorType in net.sourceforge.plantuml.klimt.color
Methods in net.sourceforge.plantuml.klimt.color that return ColorTypeModifier and TypeMethodDescriptionstatic ColorTypestatic ColorTypeReturns the enum constant of this class with the specified name.static ColorType[]ColorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.klimt.color with parameters of type ColorTypeModifier and TypeMethodDescriptionstatic ColorParserColorParser.mandatoryColor(ColorType mainType) static ColorParserColorParser.simpleColor(String optPrefix, ColorType mainType) static ColorParserColorParser.simpleColor(ColorType mainType) static ColorParserColorParser.simpleColor(ColorType mainType, String id) Constructors in net.sourceforge.plantuml.klimt.color with parameters of type ColorType -
Uses of ColorType in net.sourceforge.plantuml.sequencediagram
Methods in net.sourceforge.plantuml.sequencediagram with parameters of type ColorTypeModifier and TypeMethodDescriptionvoidParticipant.setSpecificColorTOBEREMOVED(ColorType type, HColor color) -
Uses of ColorType in net.sourceforge.plantuml.skin
Methods in net.sourceforge.plantuml.skin that return ColorType